Yudin Dmitry
·
Lazarev Aleksandr
.
Bakaeva Eva
Kochetkova Angelika
·
Panov Aleksandr
·
Kovalev Aleksei
This project is an open-source code base for our SG-RAPL project. The paper is submited to Engineering Applications of Artificial Intelligence.
SG-RAPL Datset can be found here.
This project follows a microservice architecture, microservices communicate with each other with volumes.
To get started clone this repository:
git clone https://github.com/SashaDance/SG-RAPL.gitdocker compose up -d --build
export COMPOSE_FILE=compose.base.yaml:compose.dev.yaml
docker compose up -d --build $SERVICEexport COMPOSE_FILE=compose.base.yaml:compose.dev.yaml
docker compose up -d --build $SERVICE
docker compose exec $SERVICE bash -c "poetry run pytest -vv"