Fashion_Flare - Enhance your space using AI
This is the original and open-source FashionFlare.io, predating the premium SaaS version. It's the core FashionFlare without authentication, payments, or extras, easily cloned, deployed, and experimented with.
It utilizes a cutting-edge AI model known as FashionFlareAI to create stylish outfit recommendations. You can upload a photo of your wardrobe, and our Next.js API connects to the AI model hosted on TrendAI, providing personalized fashion suggestions. Images are stored securely with StashIt.
git clone https://github.com/SohaibAamir28/Fashion_Flarenpm installThen, run the application in the command line and it will be available at http://localhost:3000.
npm run dev