Streamlitwebcam

This repository is home to the webrtc snapshot object detection Stremlit app. That was a mouthful, right? :D

The tutorial for building this app is published on Medium.

Deployed app on streamlit sharing is here.

App parts

The app contains 2 major blocks - the webrtc snapshot component and the tf lite object detection part.

Object detection functionality ✨

The model used is: ssd_mobiledet_cpu_coco_int8.tflite, downloaded from this google colab. The author of this notebook is sayakpaul.

Snapshot functionality 📷

The webrtc snapshot functionality was shared in this discussion by the author of the component whitphx.

Thanks so much to both authors and their amazing work 🤲