Stream and process multiple videos in near real time using Kafka. The video frames are processed and a machine learning model does inference on them and the results are stored in a mongodb database.
pip install -r requirements.txt
Before Running, you have to start MongoDB and Kafka Server Instance.
python producer_app.py
python consumer_app.py
you can go through the medium article for more details