Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bessouat40/yolo-v5-reactjs-people-detection-app

People detection on images and videos
https://github.com/bessouat40/yolo-v5-reactjs-people-detection-app

javascript project python reactjs webapp yolov5

Last synced: 9 days ago
JSON representation

People detection on images and videos

Awesome Lists containing this project

README

        

# Initialisation

First you need to run this command in front folder directory :

```bash
npm install
```

Then you need to run in back direction :

```bash
python main.py
```

In front direction :

```bash
npm start
```

In the future, project will contain docker-compose file to run the app automatically.