ai4os / DEEPaaS

A REST API to serve machine learning and deep learning models
https://deepaas.readthedocs.io
Apache License 2.0
35 stars 15 forks source link

Integrate with a good UI tool (Gradio) #100

Open alvarolopez opened 2 years ago

IgnacioHeredia commented 1 year ago

Mostly done:

https://github.com/deephdc/deepaas_ui

alvarolopez commented 1 year ago

I think that we can include this, as an optional requirement, so that we can directly launch the API and the UI, does that make sense to you?

IgnacioHeredia commented 1 year ago

Sounds good to me. Maybe routes have to be redefined as we are currently using /ui for the Swagger interface, which might be misleading.

alvarolopez commented 7 months ago

What about serving it on a different port? I.e. we can have the API endpoint at :5000 and the UI at port :80