AI Image Recognition App

This Val Town app uses OpenAI's Vision API to analyze images and provide descriptions of their content.

Features

  • Submit image URLs for AI analysis
  • Get detailed descriptions of image content
  • Simple, user-friendly interface

Project Structure

  • /index.ts - Main HTTP endpoint that handles API requests
  • /frontend/index.html - User interface for the app

How to Use

  1. Visit the app URL
  2. Enter an image URL in the input field
  3. Click "Analyze Image"
  4. View the AI-generated description of the image

Technologies Used

  • OpenAI Vision API
  • TailwindCSS for styling
  • Val Town's blob storage for caching (optional future enhancement)