title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license |
---|---|---|---|---|---|---|---|---|
Multimodal Content Generation |
🤗 |
indigo |
green |
streamlit |
1.32.0 |
multi-modal-content-generation.py |
false |
apache-2.0 |
1. A Conversational chatbot
as same as ChatGPT v3.5 + Image Summarization
Capabilities through GOOGLE GEMINI VISION PRO API
.
Screen.Recording.2024-03-07.at.4.37.26.PM.mov
-
Create virtual environment
python -m venv <name of virtual environment>
-
Activate it
source <name of virtual environment>/bin/activate
-
Now install required libraries from requirements.txt file using...
pip install -r requirements.txt
-
Create .env file and add your API TOKEN
GOOGLE_API_KEY="Enter Your GOOGLE API TOKEN" REPLICATE_API_KEY=""
-
To run app
streamlit run <name-of-app>.py