Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.01 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.01 KB

Getting Started

This is instructions on setting up this project locally. To get a local copy up, follow these simple example steps.

Prerequisites

Python3

Installation

  1. Clone the repo
    git clone https://github.com/AI1605-Group-2/fall-detection.git
  2. Install all required package
    cd fall-detection
    pip install -r requirements.txt

Run the project

  1. Download the dataset

Link: Dataset

Make sure you download all the .zip file in RGB-Camera1 file in Fall and ADVL

  1. Change to this project folder

    After cloning the repo, type this to open the code:

    code .
  2. Run 2 files in data folder to make .csv files

  3. Run the project

    Again, type this in cmd or Terminal

    python implement.py

Branch description

main: Local for API deploy, model, data and visualising

TheKhoi: API deploy in web server (Heroku deploy)

(back to top)