FashionFlip
is the breakthrough you've been waiting for to transform your fashion experience. In a world where style matters, we're introducing a fresh approach that blends technology with individuality.
Say hello to AI-powered visual searches, lifelike outfit previews, and a personalized stylist, Mona. Step into a new realm of fashion discovery with FashionFlip. Your style, your way.
To ensure a clean and isolated environment for your application, it's recommended to use a virtual environment. Here's how you can set it up:
cd {your-repo}
python -m virtualenv venv
Activating the Virtual Environment
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
With the virtual environment activated, install the required dependencies using pip and the requirements.txt file:
pip install -r requirements.txt
To run the LLM we need to create a .env file and add our openai api key to it
OPENAI_API_KEY = "{your_api_key}"
Navigate to the "FashionFlip" directory, which contains the application code:
cd FashionFlip
Run the following command to start the application:
python manage.py runserver
Open your web browser and go to http://127.0.0.1:8000/
- Python
- LangChain
- OpenAI
- Django
- Javascript
- Pinecone
- Explore New Styles, Your Way: Embrace style evolution effortlessly. Personalized outfit ideas blend trends and your unique taste, inspiring fashion exploration.
- Instant Party-Ready Confidence: Arrive prepared at last-minute events. FashionFlip's visual search matches themes, ensuring your confidence shines through in style.
- Stay Stylish in Any Weather: Effortlessly navigate seasons. Specify preferences and colors, allowing FashionFlip to curate chic outfits tailored to weather conditions.
- Effortless Packing for Adventures: Simplify travel preparation. Share trip details for curated, versatile outfits. Travel light while staying fashion-forward with FashionFlip.