This Streamlit web application allows users to upload an image and receive captions generated for the image using a BLIP (Bootstrapped Language Image Pre-training) model. It also provides an option to generate fashion variation ideas based on the caption using the OpenAI API and generate an image based on the fashion variation idea. ( This Project is For lablab.ai hackathon )
Ensure you have Python installed on your system. Install the required Python packages using pip:
$ pip install streamlit torch transformers tqdm requests pillow
$ git clone https://github.com/deepsuthar496/AI-Fashion-Suggestion
$ cd AI-Fashion-Suggestion
streamlit main.py