Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nandhakumarnagaraj/gemini_bot
A single page serverless, lightweight, responsive, website to call Google's language and Image models.
https://github.com/nandhakumarnagaraj/gemini_bot
disease-prediction gemini-api image-processing image-recognition rest-api single-page-app
Last synced: 3 days ago
JSON representation
A single page serverless, lightweight, responsive, website to call Google's language and Image models.
- Host: GitHub
- URL: https://github.com/nandhakumarnagaraj/gemini_bot
- Owner: nandhakumarnagaraj
- License: mit
- Created: 2024-05-12T14:10:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-12T14:21:23.000Z (6 months ago)
- Last Synced: 2024-09-17T02:50:57.096Z (about 2 months ago)
- Topics: disease-prediction, gemini-api, image-processing, image-recognition, rest-api, single-page-app
- Language: HTML
- Homepage: https://nandha2546.github.io/Gemini_bot/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Gemini
A single page serverless, lightweight, responsive, website to call Google's AI language and vision model.## Report
- Goto wiki tab [Gemini - Screenshots](https://github.com/ab007shetty/Gemini/files/14318860/Gemini.-.Report.pdf) to see Test Results.## Note
- I would advise against hosting this webpage with the apiKey hardcoded as it may pose a risk of being leaked on the internet and Google will disable the apiKey.
- Additionally, please refrain from using the apiKey provided in the about section, as it is intended only for new users to test quickly.## How to get GEMINI API key
- Go to [Gemini API](https://aistudio.google.com/app/apikey) and get one for yourself.### How to Use
```
1. Clone the Repo.
``````
2. Open index.html file in browser
``````
3. - Paste your apiKey into the textbox in the UI.
- You can also appened it in the URL like, ' index.html?key=xxxxx '
- you can also hardcode apiKey if you dont have plan for hosting.
``````
4. Start Asking Questions..
```