Skip to content

jcads/opencv-react-mask-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

opencv-react-mask-detection

Getting started

  1. Clone and fork the repo.
  2. Navigate to the root project.

Server

  1. Navigate into the server, then create a virtual environment and install the dependencies:
$ cd server
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
  1. Copy yolov3 weights to weights directory. NOTE: weights filename should be yolov3.weights
  2. Load weights using:
python load_weights.py
  1. Run the server: python app.py

Client

  1. Navigate to client directory.
  2. Install dependencies using npm install
  3. Run server: npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published