suk-6 / walking-assistance

Python walking assistance service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Walking Assistance System

Usage

1. YOLOv5 Fork from ultralytics Github

git clone https://github.com/ultralytics/yolov5.git

2. Install requirements

Require ffmpeg

Recommend to use virtualenv

pip install -r requirements.txt
pip install -r yolov5/requirements.txt

3. Moved your weights to ./models folder

4. Run

(sudo) python3 app.py
why sudo? because we need to use the keyboard input

About

Python walking assistance service


Languages

Language:Python 100.0%