I have tried the demo of DeepSite Version 2 from Hugging face Demo and also initiated it locally using git clone and node js for react frontend.
However, I am interested in using the DeepSite Version 2 for building an agentic AI that will create website designs from text prompts.
Since, the deepsite model is running in localhost 3000, can i directly integrate it in my python pipeline? I dont think so as the backend is not runing in my local system right?
So, is there any way to use that in my python code. I want to use this as a tool which will take prompts from another tool and then generate the website design.