The application recognizes if the person is wearing a mask or not.
Input data is taken from a real-time webcam stream
- Install SQLAPI on C partition
- If you don't have intalled python and pip, please install one. Link to the download page.
- Install conan using this command in the command prompt:
pip install conan
-
Project is using mvcs compiler, so you need to have intalled Visual Studio or MSBuild tool
-
Microsoft Visual Studio Installer Projects extension for Visual Studio must be installed
-
In the repository's root directory create a folder (for instance "conanfiles")
-
Open command prompt and enter to this directory
-
In the command prompt run the following command if you want to build your project in debug mod:
conan install .. --settings build_type=Debug --settings arch=x86_64 --options shared=True
In the way, you want to build it in Release:
conan install .. --settings build_type=Release --settings arch=x86_64 --options shared=True
-
Install Qt extension in Visual Studio, after that, in the Extensions->Qt VS Tools->Qt Options, add "C:\Qt_vc" in the Path field and press "OK" button
- Clone this repo to your local machine using
https://github.com/ita-social-projects/Real-Time-Face-Mask-Detector-Server.git
This project is using Git Feature Branch Workflow. In our case new branch should be named as type of task/id of ticket in your task tracking system. For instance, if you are implementing a new feature and it's number "Lv-128", branch should be named as feature/Lv-128.
-
Option 1
- 🍴 Fork this repo!
-
Option 2
- 👯 Clone this repo to your local machine using
https://github.com/ita-social-projects/SOMEREPO.git
- 👯 Clone this repo to your local machine using
- HACK AWAY! 🔨🔨🔨
- 🔃 Create a new pull request using github.com/ita-social-projects/Real-Time-Face-Mask-Detector-Server/compare.
- MIT license
- Copyright 2020 © SoftServe IT Academy.