Skip to content

rufan0427/gesture_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

非web版本: repository

运行本仓库,需要3.8<=python 版本<=3.10 ,除torch(cpu)之外 至少 还需要以下库:

pip install mediapipe flask daphne Django asyncio channels aiohttp

使用git clone克隆该仓库:

git clone git@github.com:rufan0427/gesture_web.git

新建一个终端,执行:

cd gesture_web
python recognizer_service.py

此时在 http://localhost:5000/test 可以看见“Flask is working!”字样,证明运行成功!

再打开另一个终端,执行:

cd gesture_web
daphne -b 0.0.0.0 -p 8000 gesture_web.asgi:application -v 2

在浏览器 http://127.0.0.1:8000 可以看见手势数字识别界面。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors