Both our DaVinci Dresser and Curi Matcher are build usin langchain and are based on MRKL and ReAct. Both of our AI are capable of understanding all the fashion trends, knows what is trending on social media and also knows the user past purchase history/most viewed item and based on that assist user with there query.
There are two agents:-
1 DaVinci Dresser:- It is capable of understanding the user query and can also understand all the latest trends even the most recent ones, and then it returns the product from a ecommerce website. Example of query can be "I want something which kim kardashian would wear" or "I want somthing dark academia aesthetic" and it will return the products based on that.
2 Curie Matcher:- It is capable of finding you the matching outfits for anything you have or can find you outfits according to the theme of the place you are going. Basically it is a outfit helper. Example of the query can be "I have black top, what can go with it?" or "I want to dress up like Tom Cruise from last night Academy Awards and I have black pants".
(Note the error on the screen will go away once you insert your API key)
To view the demo click here.
To run locally, first clone the repo by
git clone https://github.com/rythmn1111/DaVinci.git
Then navigate to the directory of program
cd DaVinci
Then install the dependency by running
pip install -r requirements.txt
Now simply run, and enjoy :)
streamlit run test.py