An Application to generate Customized Instagram Captions using BLIP and GPT 3.5.
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
streamlit run app.py
- Harsh Dhamecha