Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.08 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.08 KB

gemini-vision

A demo of Google's latest vision based AI model, gemini-pro-vision.

TRY IT HERE! (bring your own API key...)

API Key

You can obtain a free API key for gemini-vision-pro from Google AI Studio, then paste it into the API_KEY password input field. Don't worry it won't be saved or sent anywhere, except along with the requests to Google's server running Gemini.

Server Side Request

Use the server branch to run a flask server with an API_KEY stored in .env, so that users can use it without having to bring their own key. Documentation in the README.md of that branch.

Extra

  • Yes the UI is wonky, it was just plain HTML yesterday but I decided to make it a bit ✨ pretty ✨ so it looks presentable, feel free to make pull requests for UI improvements.
  • Any bugs/issues with a specific browser/OS or in general, make an issue here.