├── CODE_OF_CONDUCT.md ├── Facial_Expression_Detection.ipynb ├── LICENSE ├── README.md ├── face_crop.py ├── haarcascade_frontalface_alt.xml ├── label.py ├── label_image.py ├── retrain.py └── translation ├── README.Hindi.md └── README.Japanese.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauryaRitesh/Facial-Expression-Detection/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Facial_Expression_Detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauryaRitesh/Facial-Expression-Detection/HEAD/Facial_Expression_Detection.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauryaRitesh/Facial-Expression-Detection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauryaRitesh/Facial-Expression-Detection/HEAD/README.md -------------------------------------------------------------------------------- /face_crop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauryaRitesh/Facial-Expression-Detection/HEAD/face_crop.py -------------------------------------------------------------------------------- /haarcascade_frontalface_alt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauryaRitesh/Facial-Expression-Detection/HEAD/haarcascade_frontalface_alt.xml -------------------------------------------------------------------------------- /label.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauryaRitesh/Facial-Expression-Detection/HEAD/label.py -------------------------------------------------------------------------------- /label_image.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauryaRitesh/Facial-Expression-Detection/HEAD/label_image.py -------------------------------------------------------------------------------- /retrain.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauryaRitesh/Facial-Expression-Detection/HEAD/retrain.py -------------------------------------------------------------------------------- /translation/README.Hindi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauryaRitesh/Facial-Expression-Detection/HEAD/translation/README.Hindi.md -------------------------------------------------------------------------------- /translation/README.Japanese.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MauryaRitesh/Facial-Expression-Detection/HEAD/translation/README.Japanese.md --------------------------------------------------------------------------------