https://github.com/frontmage/gesture
https://github.com/frontmage/gesture
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/frontmage/gesture
- Owner: FrontMage
- Created: 2021-08-25T02:38:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T03:29:40.000Z (over 4 years ago)
- Last Synced: 2025-02-05T16:39:29.767Z (over 1 year ago)
- Language: Python
- Size: 992 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
```bash
pip install opencv-python fastapi websockets uvicorn mediapipe cvzone
```
# Demo
```bash
uvicorn zoom:app --host 0.0.0.0 --log-level debug
```
websocket
```bash
localhost:8000/ws
```
video feed
```bash
http://localhost:8000/video_feed
```
# Notice
To shutdown program, press ctrl+c multiple times, because threading issue.