Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdhamecha authored May 28, 2024
1 parent a84396d commit 2fcee28
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Instagram Caption Generator
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://instagramcaption.streamlit.app/)

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

## Demo Video
Releasing soon...

## Install
```bash
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
```bash
streamlit run app.py
```

## Authors
- Harsh Dhamecha

0 comments on commit 2fcee28

Please sign in to comment.