Kafka-Transaction-Project/ │ ├── producer.py # Kafka producer — generates 50 transactions ├── consumer.py # Kafka consumer — saves to PostgreSQL ├── extract_data.py # Extracts data from PostgreSQL → ...
This repository contains a modularized deep learning pipeline for plant disease detection. It is designed to demonstrate best practices in MLOps, including configuration management, structured logging ...