#Final Year Project
This project is about fall detection and emotion detection. The project is based on the following paper:
[1] Fall Detection and Emotion Detection using Deep Learning
[2] Fall Detection using Deep Learning
[3] Emotion Detection using Deep Learning
- Python 3.9
- Tensorflow 1.14 (GPU version)
- Keras 2.2.4 (GPU version)
- OpenCV 4.1.0
- Numpy 1.16.4
- Pandas 0.24.2
- Matplotlib 3.1.0
- Scikit-learn 0.21.2
- Scipy 1.3.0
- H5py 2.9.0
- Pydot 1.4.1
- Graphviz 2.38
- Clone this repo to your local machine using
git clone
- Install all the prerequisites
- Run the
main.py
file to run the project