This framework can detect face emotion with validation accuracy at 70%
- Python 3.8+
- PyTorch 1.9+
- OpenCV 4.5+
- YOLOv8
- RESNET50
pip install -r requirements.txt
- Download resnet50 model file in Releases
- Put into folder model
- Without ngrok
streamlit run main.py --server.port 8501 --server.address 0.0.0
- With ngrok
python app.py