BeamIO-Inc / algorithm_toolkit

This project provides an easy way for researchers and developers to develop and share algorithms related to geospatial data and imagery.
https://algorithm-toolkit.readthedocs.io/en/latest/index.html
MIT License
6 stars 4 forks source link

Decouple model classes from Flask implementation #33

Open ryanlaclair opened 3 years ago

ryanlaclair commented 3 years ago

Currently the algorithm toolkit models are tightly coupled to the atk flask implementation. In order to build a standalone python api, we need to decouple the flask implementation from the standard algorithm toolkit library.