modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

Expose training via HTTP #67

Closed comunidadio closed 2 years ago

comunidadio commented 2 years ago

Perhaps using /training/... path from recently added "serve" command.

This would allow interact with training from any programming language, including from browser. Perhaps could even be used by most libraries for #12 (especially the languages who do not have nice bindings support)

deciduously commented 2 years ago

Hi @comunidadio, thank you for the suggestion but we don't currently plan to support this use case. Is there another language you would like to see supported?

comunidadio commented 2 years ago

I'm using both Go and Python for a project. Was thinking this could be a nice way to sidestep #12 for all languages in one go, but I can do with process spawning and stdout/err scraping for now indeed.

nitsky commented 2 years ago

We are actively working on #12. We will update you with progress soon!