Styl is an application using AI based recommendations to provide clothing choises across various sites.
It uses Gemini LLM with vision and custom designed prompts to suggest styles which are then searched over the internet via Programmatic search API on select sites.
It is a powerful way to buy the best clothes.
Styleme_demo.mov
git clone https://github.com/bhargavyagnik/styl.git
cd styl
Commands to run frontend
cd styl/frontend
npm run devCommand to run backend
cd styl/backend
uvicorn main:app --host 0.0.0.0 --port 8000 --reload
cd styl/
docker compose up -d