Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 827 Bytes

File metadata and controls

34 lines (21 loc) · 827 Bytes

Instagram Caption Generator

A simple Streamlit Python application to generate interesting Instagram Captions based on images uploaded, using Google Gemini

Demo: https://insta-caption-generator.streamlit.app/


Screen recording

Usage

  1. Clone the repository
  2. Install Python dependencies
pip install -r requirements.txt
  1. Duplicate .env.example file into .env file with your credentials a. Google OAuth Login Client - here b. Google AI Studio - here

  2. Start the application

streamlit run main.py
  1. Go to http://localhost:8501/ in your browser

License

MIT License