4nuragk / Yolov5-Facemask

Face Mask Detection using FastApi and Yolov5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Mask Detection

Use this command to run the server

python form_yolov5.py

Or

uvicorn form_yolov5:app  --host 0.0.0.0 --port 9876

If you get libgl1-mesa error

sudo apt-get install libgl1-mesa-dev

If you get error in installing pycocotools

sudo apt-get install gcc g++

Contributing

Feel free to fork this project and customize with your personal info.

License

MIT

About

Face Mask Detection using FastApi and Yolov5

License:MIT License


Languages

Language:Python 98.4%Language:HTML 1.1%Language:Dockerfile 0.5%