Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 435 Bytes

readme.md

File metadata and controls

11 lines (5 loc) · 435 Bytes

Real time object detection application using tensorflow.

Detecting the presence of people in a room in a live video feed

Using single shot detection (SSD) deep learning model trained on the COCO image dataset. My project is inspired by this repo https://github.com/datitran/object_detector_app

Please ensure you install all dependencies as per the requirements.txt file

Running the app: python3 objection_detection_app.py