This is instructions on setting up this project locally. To get a local copy up, follow these simple example steps.
Python3
- Clone the repo
git clone https://github.com/AI1605-Group-2/fall-detection.git
- Install all required package
cd fall-detection pip install -r requirements.txt
- Download the dataset
Link: Dataset
Make sure you download all the .zip file in RGB-Camera1 file in Fall and ADVL
-
Change to this project folder
After cloning the repo, type this to open the code:
code .
-
Run 2 files in data folder to make .csv files
-
Run the project
Again, type this in cmd or Terminal
python implement.py
main: Local for API deploy, model, data and visualising
TheKhoi: API deploy in web server (Heroku deploy)