Spaces:
Running on Zero
Running on Zero
File size: 662 Bytes
fe9d157 55b7913 fe9d157 cdd2fbf fe9d157 cdd2fbf fe9d157 cdd2fbf fe9d157 cdd2fbf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
title: HiTech Extract
emoji: 📄
colorFrom: green
colorTo: blue
sdk: gradio
python_version: "3.12"
app_file: app.py
pinned: false
license: apache-2.0
---
Structured extraction Space for Hi-Tech AI Platform — text→JSON and image→JSON
(scanned POs, spec sheets, emails). Routed the high-frequency extraction here to
keep the 36 B VLM's quota low.
Model: `numind/NuExtract3` (4.5 B, ~9 GB)
Hardware: ZeroGPU `large`; `@spaces.GPU(duration=90)`
API contract (called by `core.clients`):
`predict(prompt: str, schema_json: str, image_path: str | None) -> str` (JSON),
at `api_name="/predict"`. `schema_json` is passed through as NuExtract3's
`template`.
|