Using DeepSite in Pipeline

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.

1 Like

Gradio Space has a mechanism designed for API-like use, but since that is not the case here, we will need to ask the author to add API-like functionality or MCP support, or explore ways to access npm from Python…

In any case, I don’t think it will be very easy.