Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jash271/detect_mask

Python Package to detect mask in input photo or pull out the cam for real time mask detection ,download the module from here :- https://pypi.org/project/detect-mask/
https://github.com/jash271/detect_mask

deep-learning deep-neural-networks fastai pip-package pkl pypi-package python-package python3 transfer-learning windows

Last synced: about 1 month ago
JSON representation

Python Package to detect mask in input photo or pull out the cam for real time mask detection ,download the module from here :- https://pypi.org/project/detect-mask/

Awesome Lists containing this project

README

        

# Detect Mask in input photo :mask:
![Upload Python Package](https://github.com/Jash271/detect_mask/workflows/Upload%20Python%20Package/badge.svg) ![PyPI](https://img.shields.io/pypi/v/Detect_Mask) ![PyPI - Status](https://img.shields.io/pypi/status/detect_mask) ![PyPI - Downloads](https://img.shields.io/pypi/dw/detect_mask) ![PyPI - License](https://img.shields.io/pypi/l/detect_mask)
# Install module for use : https://pypi.org/project/detect-mask/
## Stable Build for all OS

### Fast AI,Open CV required to run this module
### Just Import detect_mask module :
```
import detect_mask
from detect_mask import Mask
````

### call the method Determine and pass the path of the photo of the variable :
```
Mask.Determine(path)
```
### Returns a Tuple :
### (0,'No Mask')
### (1,'Mask')

### Pull Out the Camera to Detect Mask, Real Time
```
Mask.Cam()
```
### It's that simple