Upload media files through the application's user interface, and through the YOLOv4 model that we used, we are able to identify whehter a person is wearing a face-mask or not
Demo Link: https://youtu.be/iodvQM92A_0
Navigate to the server directory
cd file-upload-api
Start the server by running
npm start
Open a new terminal and navigate to the frontend directory
cd file-upload-react
Start the application by running
npm start
You can use the app now! Simply upload any image file to get started
Reference taken from tensorflow-yolov4-tflite by theAIGuysCode