Kafka Python Kafka architecture has the following components: 1. Run Kafka using Docker (Broker) docker-compose up -d 2. Setup .env file as .env.example 3. Run program 3.1. Consumer python src/test_receive.py 3.2. Producer python src/test_send.py Perform object detection using YOLO sent via Kafka Run in order: python src/display_images.py python src/ai_model.py python src/post_images.py