nodefluxio / vortex

A Deep Learning Model Development Framework for Computer Vision
27 stars 6 forks source link

[FEATURE] Decouple python vortex-runtime and vortex dependency #10

Closed alphinside closed 4 years ago

alphinside commented 4 years ago

Is your feature request related to a problem? Please describe. Currently python vortex runtime is tightly coupled with vortex development. This behavior should be changed and separated so that user which want to use vortex runtime only doesn't need to install any vortex dependencies

Describe the solution you'd like Refactor related scripts and move vortex-runtime python to another repo and include it as vortex git submodule, also create test case for vortex and vortex runtime integration