Skip to content
/ fydp Public

Facial recognition and emotion detection application, powered by Torch, OpenCV, Flask, and React with Vite.

License

Notifications You must be signed in to change notification settings

k27dong/fydp

Repository files navigation

FYDP

Facial recognition and emotion detection application, powered by Torch, OpenCV, Flask, and React with Vite. This project was created for the UWaterloo Faculty of Engineering's 2023 Final Year Design Project.

Start Locally

Mac / Linux

# Backend
virtualenv --python=python3.9 venv
source venv/bin/activate
pip install -r requirements.txt
python app/app.py

# Frontend
npm i
npm run start

Windows

# Backend
python3.9 -m venv venv
./venv/Scripts/activate
pip install -r requirements.txt
python app/app.py

# Frontend
npm i
npm run start

Authors

License

MIT

About

Facial recognition and emotion detection application, powered by Torch, OpenCV, Flask, and React with Vite.

Topics

Resources

License

Stars

Watchers

Forks