smoking_detector_demo
smoking_detector_demo copied to clipboard
CNN implementation for classification task if I smoking or not.
SMOKING DETECTOR DEMO

A convolutional neural network-based smoking detector.
how to use:
- clone or download this repo.
- install the dependencies using
pip install -r requirements.txt. - run the script using
python smoking_demo.py.