Real-time facial emotion recognition from webcam
This project is part of a comprehensive AI/ML portfolio covering computer vision python.
- Production-ready implementation
- Well-documented code with examples
- Easy to customize and extend
git clone https://github.com/jaychampaneri14/emotion-detection-system.git
cd emotion-detection-system
pip install -r requirements.txt
python main.pySee requirements.txt for full dependencies.
Main libraries: Computer Vision, Python, Deep Learning
python main.pyRun with --help for full options.
MIT License — free to use and modify.
Part of the Jay AI Projects portfolio.