Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bessouat40/yolo-v5-reactjs-people-detection-app
- Owner: Bessouat40
- Created: 2022-10-17T19:17:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T14:35:00.000Z (about 2 years ago)
- Last Synced: 2024-11-16T09:13:11.995Z (2 months ago)
- Topics: javascript, project, python, reactjs, webapp, yolov5
- Language: JavaScript
- Homepage:
- Size: 13.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.