Data Lume service responsible for training a model after specific RabbitMQ event.
First Clone the project
# clone the repo
git clone https://github.com/No-Code-DS/trainer.git
# install requirements
cd trainer
pip install -r requirements.txt
# or
pip install .
prepare RabbitMQ connection
# set environment variable with connection string
export RABBIT_URL = "rabbitmq"
Start the service with:
python -u consumer.py