├── README.md ├── camera_flask_app.py ├── saved_model ├── demo.gif ├── deploy.prototxt.txt └── res10_300x300_ssd_iter_140000.caffemodel └── templates └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hemanth-nag/Camera_Flask_App/HEAD/README.md -------------------------------------------------------------------------------- /camera_flask_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hemanth-nag/Camera_Flask_App/HEAD/camera_flask_app.py -------------------------------------------------------------------------------- /saved_model/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hemanth-nag/Camera_Flask_App/HEAD/saved_model/demo.gif -------------------------------------------------------------------------------- /saved_model/deploy.prototxt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hemanth-nag/Camera_Flask_App/HEAD/saved_model/deploy.prototxt.txt -------------------------------------------------------------------------------- /saved_model/res10_300x300_ssd_iter_140000.caffemodel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hemanth-nag/Camera_Flask_App/HEAD/saved_model/res10_300x300_ssd_iter_140000.caffemodel -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hemanth-nag/Camera_Flask_App/HEAD/templates/index.html --------------------------------------------------------------------------------