https://github.com/prakhardoneria/gemini-vision
https://github.com/prakhardoneria/gemini-vision
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prakhardoneria/gemini-vision
- Owner: PrakharDoneria
- Created: 2024-03-10T14:14:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T04:12:12.000Z (over 1 year ago)
- Last Synced: 2025-04-06T07:34:06.590Z (7 months ago)
- Language: Python
- Homepage: https://gemini-vision-five.vercel.app
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Application Documentation
This Flask application provides an endpoint for vision processing using Gemini Pro API.
## Endpoints
### Vision Endpoint
- **URL:** `/gemini/vision`
- **Method:** GET
- **Parameters:**
- `url`: The URL of the image to process.
- `prompt`: Prompt for the vision processing.
- **Response:** JSON object containing the processed vision data.
## Usage
To use the vision processing endpoint, make a GET request to `/gemini/vision` with the required parameters. Here's an example using cURL:
```bash
curl "https://YourSite.com/gemini/vision?url=&prompt="