Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 696 Bytes

File metadata and controls

33 lines (19 loc) · 696 Bytes

Preprocessing 🏭

The service is responsible for (pre-)processing all building data available to ADEPT.

Requirements

  • Python ≥ 3.10
  • All packages from requirements.txt

Development

Local

Install dependencies from requirements.txt

Start the service:

uvicorn main:app --reload

Docker

We provide a docker-compose in the root directory of ADEPT to start all services bundled together.

Adding functionality

Please refer to the section on adding functionality in the Data-Management-Service, as this service is directly dependent on it.

Copyright © ADEPT ML, TU Dortmund 2023