Infra Screenshot Explainer
Upload an infrastructure screenshot (Azure portal error, terminal dump, architecture diagram) and get:
- What the image shows
- Likely cause
- What to try next
Stack
- SDK: Gradio (CPU Space is enough)
- Model:
Qwen/Qwen2.5-VL-3B-Instructvia Inference Providers (override with Space variableMODEL_ID) - Auth: Space secret
HF_TOKENโ create at https://huggingface.co/settings/tokens with Inference permission
Setup on the Hub
- Create Space
adampratt10/infra-screenshot-explainer(Gradio, CPU basic) - Add secret:
HF_TOKEN= your HF token - Push these three files (
app.py,requirements.txt, thisREADME.md) - Wait for the build, open the Space, upload a screenshot
Local test
export HF_TOKEN=hf_...
pip install -r requirements.txt
python app.py
Notes
- Images are resized (max side 2048) and sent as JPEG data URLs.
- No weights are stored in the Space; inference is remote.
- For private / sensitive screenshots, keep the Space private.
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support