Open zachysaur opened 3 months ago
The tool doesn't have a GUI yet, because so far the purpose is more to use it as a developer tool / sdk in python. Nonetheless, the open api web service can be accessed in the browser under localhost:port/docs url and kinda be used like a GUI, because it provides the functions as endpoints.
Furthermore, I plan to publish a web app (website written in Vue.js) with free use within this year with all the functionalities and more; this will use the service as backend and be independent of the sdk itself.
The functions now are very high level, so it would be quite easy to write a gradio or streamlit app for it. I'd love if someone ;) takes the effort to write it.
can you put a picture of its webui