Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 242 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 242 Bytes

For flask server to start

  • cd server
  • python -m venv env
  • .\env\Scripts\activate
  • pip install flask flask_cors joblib numpy scikit-learn
  • python app.py

For react server to start

  • cd client
  • npm install
  • npm install axios
  • npm start