Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HARMONIC-Optimizer-Python

DOI

Introduction

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.

For local development

Set up virtual environment and install requirements

pip install -r requirements.txt

Activate the virtual environment

source .venv/bin/activate

Run the live server

uvicorn app.main:app --host 127.0.0.1 --port 8000 --reload

Docker

Build the image

docker build -t <IMAGE-NAME> .

Run the container

docker run -d --name <CONTAINER-NAME> -p 8001:8001 <IMAGE-NAME>

Uvicorn server for the optimizer will be running on http://localhost:8001.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages