georgeslabreche / opssat-orbitai

The OrbitAI app for the OPS-SAT spacecraft.
MIT License
4 stars 4 forks source link

Refactor C++ ML server #28

Closed TanguySoto closed 3 years ago

TanguySoto commented 3 years ago

This story is part of epic Generalize OrbitAI.

The C++ ML server needs a refactor, it is just a giant loop at the moment.

georgeslabreche commented 3 years ago

Two design updates:

  1. I will load the .properties file from the C++ ML Server app.
  2. I will instantiate the ML classes using the Factory Design Pattern.