The Personal Stylist is an application that provides personalized fashion recommendations based on user preferences.
- User Registration: Users can register with their name and fashion preferences.
- Personalized Recommendations: generates outfit recommendations based on user preferences.
- Interactive UI: Simple and intuitive user interface to interact with the Personal Stylist.
Before running the application, ensure you have the following installed:
- Node.js
- npm (Node Package Manager)
- Python 3.x
- SQLite
Follow these steps to run the AI Stylist Prototype:
cd ai-stylist-backend npm install
cd ../ai-stylist-frontend npm install
cd ai-stylist-frontend
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
cd ai-stylist-backend
node server.js