SocAIty / face2face

Swap faces in images and videos. Create face embeddings. Enhance face image quality. Deploy as a web api.
MIT License
44 stars 8 forks source link

WebUI request #4

Open zachysaur opened 3 months ago

zachysaur commented 3 months ago

can you put a picture of its webui

w4hns1nn commented 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.