Skip to content

NightWalker7558/Fall-Detection-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Fall Detection

This project uses pre-trained YOLOv8 models that have been fine-tuned with various datasets from Roboflow for fall detection.

The project consists of a client and a server. Follow the instructions below to set up and run the project.

Prerequisites

This project requires FFmpeg to be installed on your system. You can download FFmpeg from the official website: https://ffmpeg.org/download.html

Client

The client is a React application. To run the client, navigate to the client directory and install the necessary dependencies:

cd client
npm install

After the dependencies are installed, you can start the client:

npm run start

Server

The server is a Flask application. To run the server, navigate to the server directory and install the necessary dependencies:

cd server
pip install -r requirements.txt

After the dependencies are installed, you can start the server:

flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published