Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahikshith/gen_ai-vision-and-q_a-bot
Used Gemin pro , vision models to create a simple streamlit app to create a Q&A chat bot , chat with the images
https://github.com/mahikshith/gen_ai-vision-and-q_a-bot
Last synced: 11 days ago
JSON representation
Used Gemin pro , vision models to create a simple streamlit app to create a Q&A chat bot , chat with the images
- Host: GitHub
- URL: https://github.com/mahikshith/gen_ai-vision-and-q_a-bot
- Owner: mahikshith
- Created: 2024-07-13T16:08:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T16:14:52.000Z (7 months ago)
- Last Synced: 2024-11-14T18:44:40.706Z (2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gen_AI vision and Q_A bot
Used Gemin pro , vision models to create a simple streamlit app to create a Q&A chat bot , chat with the images.-- Check vision.py to upload an image and add a text to chat with images via gemini vision pro model.
-- Try Q&A.py to check and store the responses or conversation between user and gemini-pro via streamlit.
-- Don't forget to get an API from google studio and add to .env file so that we can use it in above projsct