Skip to content

COVID Mask Detection with tflite for the Raspberry Pi

Notifications You must be signed in to change notification settings

Luka033/FaceMaskDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mask Detection System

Mask detection with tflite on the Raspberry Pi that can be used at entrances. If an entering person is wearing a mask a green LED is turned on. If an entering person is not wearing a mask a red LED is turned on.

IMAGE ALT TEXT HERE


Setup

1. Clone the project

2. Go to the project directory:

cd FaceMaskDetection

3. Download pipenv if you dont have it:

sudo pip3 install virtualenv

4. Create virtual environment:

python3 -m venv tflite-env

5. Activate pipenv:

source tflite-env/bin/activate

6. Install requirements:

bash get_pi_requirements.sh

7. Run script:

python3 mask_detection.py --modeldir=mask_model

About

COVID Mask Detection with tflite for the Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published