A simple Streamlit Python application to generate interesting Instagram Captions based on images uploaded, using Google Gemini
Demo: https://insta-caption-generator.streamlit.app/
- Clone the repository
- Install Python dependencies
pip install -r requirements.txt
-
Duplicate
.env.example
file into.env
file with your credentials a. Google OAuth Login Client - here b. Google AI Studio - here -
Start the application
streamlit run main.py
- Go to http://localhost:8501/ in your browser
MIT License