This is a project to implement a human fall posture recognition model through LSTM deep learning model using Flask web framework.
## Project Description-
Powerful data structures for data analysis, time series, and statistics:
-
A set of python modules for machine learning and data mining:
-
An extension for Flask that adds support for SQLAlchemy to your application:
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 main.py
Once you’re done working with this virtual environment, you can deactivate it:
deactivate