Skip to content

rootedvoid/Sayskin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 How to Run the Project

1. Clone this repo and navigate to the project directory

git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name

2. Set up Python Virtual Environment (optional but recommended)

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

3. Install Backend Dependencies

pip install -r requirements.txt

4. Start the Backend Server

cd backend
python app.py

5. Start the Frontend App

Open another terminal and run:

cd frontend
npm install
npm start

Your app should now be live at http://localhost:3000


🎯 Features

  • 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

🗝️ Keywords

Recommendation System, Skin Tone, Skin Type, Acne, Web App, Flask, React


About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 75.3%
  • Python 11.5%
  • JavaScript 11.5%
  • PureBasic 1.2%
  • Other 0.5%