git clone https://github.com/your-username/your-repo-name.git
cd your-repo-namepython -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activatepip install -r requirements.txtcd backend
python app.pyOpen another terminal and run:
cd frontend
npm install
npm startYour app should now be live at http://localhost:3000
- Capture or upload facial images
- Input skin concerns and preferences
- Receive product recommendations instantly
- Fully browser-based interface
- Works locally with no third-party integrations
Recommendation System, Skin Tone, Skin Type, Acne, Web App, Flask, React