Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages