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 venvActivate virtual environment:
venv\Scripts\activateUpdate to the latest pip version:
python.exe -m pip install --upgrade pipInstall the external dependencies needed for the project:
pip install -r setup.txtpython test.pyOnce you’re done working with this virtual environment, you can deactivate it:
deactivate