- Face detection using Kafka | OpenCV | Centerface | Flask | MySQL
- Running kafka using docker
- Stored face images
- Install docker, docker-compose
- Install the dependencies:
$ pip install -r requirements.txt
$ docker-compose -f docker-compose.yml up -d
- Run kafka producer:
$ python producer.py
- And run kafka consumer:
$ python consumer.py
Your app should now be running on localhost:5000
- http://betterdatascience.com/how-to-install-apache-kafka-using-docker-the-easy-way/
- https://github.com/akmamun/kafka-python-camera-stream