mahi
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v3View latest version
This Val Town app uses OpenAI's Vision API to analyze images and provide descriptions of their content.
- Submit image URLs for AI analysis
- Get detailed descriptions of image content
- Simple, user-friendly interface
/index.ts
- Main HTTP endpoint that handles API requests/frontend/index.html
- User interface for the app
- Visit the app URL
- Enter an image URL in the input field
- Click "Analyze Image"
- View the AI-generated description of the image
- OpenAI Vision API
- TailwindCSS for styling
- Val Town's blob storage for caching (optional future enhancement)