This is a project to recognize human fall posture through LSTM deep learning model.
-
Powerful data structures for data analysis, time series, and statistics:
-
A set of python modules for machine learning and data mining:
Create a virtual environment venv
for the project:
python -m venv venv
Activate virtual environment:
venv\Scripts\activate
Update to the latest pip version:
python.exe -m pip install --upgrade pip
Install the external dependencies needed for the project:
pip install -r setup.txt
python test.py
Once you’re done working with this virtual environment, you can deactivate it:
deactivate