A tool to detect and categorize grammatical facial expression.
OpenCV, PyTorch are the main packages being used in this project. Use the package manager pip to install the requirements.
pip install torch
pip install cv2
pip install pandas
Data used for the project was obtained from github. Link to the github repository: https://github.com/muxspace/facial_expressions
python mood_detector.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.