Swati81 / SSD_MOBILENET_HELMET_DETECTION

Helmet Detection Web_application using SSD_Mobilenet model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSD_MOBILENET_HELMET_DETECTION

Architecture Used:-

SSD_mobilenet,computer vision, html, Flask api

helmet_snipet

How to run (on local):-

1. Make an conda enviornment with python 3.7 or upper versions.

2. To run it locally make sure other than requirements.txt you have to install "opencv-python" and "opencv-contrib-python" libraries. As we are adding docker base image as opencv we are not adding them on the requirements.txt folder.

To install those libraries command

    pip install opencv-python opencv-contrib-python

3. To install rest of the packages use command

     pip install -r requirements.txt

4. Run "app.py" .

About

Helmet Detection Web_application using SSD_Mobilenet model.


Languages

Language:Jupyter Notebook 97.1%Language:Python 1.8%Language:HTML 0.8%Language:CSS 0.2%Language:Dockerfile 0.0%