This project contains the API for the HARMONIC-Optimizer-Python.
It is used to receive the data from the Orchestrator and start the optimization process.
pip install -r requirements.txtsource .venv/bin/activateuvicorn app.main:app --host 127.0.0.1 --port 8000 --reloaddocker build -t <IMAGE-NAME> .docker run -d --name <CONTAINER-NAME> -p 8001:8001 <IMAGE-NAME>Uvicorn server for the optimizer will be running on http://localhost:8001.