Have you deployed a database on a HF space before? How?
I'm thinking of running my postgres database in a docker container space and persisting data to storage to survive restarts and idle. Has anyone tried this and did it work well for you?
I'm thinking of running my postgres database in a docker container space and persisting data to storage to survive restarts and idle. Has anyone tried this and did it work well for you?
In a project I've been asked to load models and do inference in my app directly with unsloth.
This the model:Qwen/Qwen3-ASR-0.6B · Hugging Face
Is it possible or do I "push back" like claude told me to.
I’ve been doing mostly Web development up to this point but wanted to get into AI engineering. After winning a hackathon to build the best possible UI/UX for evaluating ASR models, I’ve been contracted to complete the application by integrating models via unsloth.
I currently have a react frontend and fastapi backend in the same docker container since HF spaces support only one container.
Is there a better way to do this? How do you guys usually deploy fullstack apps here?