Spaces:
Running
Running
File size: 901 Bytes
25a1f05 8f67990 25a1f05 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
title: OpenRouter AI Vision Interface
emoji: π
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.41.0
app_file: app.py
pinned: false
license: mit
---
# OpenRouter AI Vision Interface
This is a Gradio-based web interface that allows you to analyze images using various AI models through the OpenRouter API.
## Features
- Upload and analyze images with AI models
- Choose from multiple vision-language models:
- Mistral Small
- Kimi Vision
- Gemini Pro
- Qwen VL
- Mistral 3.1
- Gemma
- Llama 3.2 Vision
- Simple and intuitive user interface
- Example images included
## Usage
1. Upload an image
2. Enter a question about the image
3. Select an AI model from the dropdown
4. Click "Analyze Image" to get the AI's response
## API Key
The OpenRouter API key is already included in the code. If you want to use your own API key, you can modify it in the `app.py` file. |