Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 636 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 636 Bytes

Instagram Caption Generator

Streamlit App

An Application to generate Customized Instagram Captions using BLIP and GPT 3.5.

Demo Video

Watch on YouTube

Install

git clone https://github.com/harshdhamecha/instagram-caption-generator.git
cd instagram-caption-generator
conda create -n langchain python==3.9.18
conda activate langchain
pip install -r requirements.txt

Run Locally

streamlit run app.py

Authors

  • Harsh Dhamecha