Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
aditya0103
/
structured-data-extractor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
structured-data-extractor
30.7 MB
Ctrl+K
Ctrl+K
2 contributors
History:
18 commits
aditya0103
v4: fine-tuning pipeline complete + bug fixes
d95323c
3 days ago
.github
chore: pre-CI cleanup + Task #8 Docker + CI
8 days ago
data
v2.2: filing prompt uplift + XBRL FIN_MAP expansion + diagnose-loop narrative
6 days ago
docker
deploy: HF Spaces β combined single-container imageWraps our existing 2-service compose into one image that HF Spaces' Docker SDK can run on its standard 7860 port.- Dockerfile (root): three-stage build1. node:20-alpine β npm ci + npm run build (produces ui/dist/)2. python:3.11-slim β pip install into an isolated /opt/venv3. python:3.11-slim + nginx (via apt) + tini as PID 1- docker/nginx.hf.conf: variant listening on 7860, proxies /api β 127.0.0.1:8000- docker/hf-entrypoint.sh: launches uvicorn in the background bound to127.0.0.1:8000 (nginx-only reachable), polls /health for up to 30s songinx isn't serving 502s during boot, then execs nginx in the foreground.Trap forwards SIGTERM to uvicorn for clean shutdown.- README.md: YAML frontmatter block (title, sdk: docker, app_port: 7860)that HF Spaces reads to configure the Space. Also added the π€ HF badgeand a 'Deploy your own' section for anyone forking.CI is unaffected β the existing docker/api.Dockerfile + docker/ui.Dockerfilestill drive the multi-container compose + CI docker-build job. This rootDockerfile is HF-only and doesn't touch the compose stack.
7 days ago
evaluation
v2.2: filing prompt uplift + XBRL FIN_MAP expansion + diagnose-loop narrative
6 days ago
scripts
v4: fine-tuning pipeline complete + bug fixes
3 days ago
src
v4: fine-tuning pipeline complete + bug fixes
3 days ago
tests
v4: fine-tuning pipeline complete + bug fixes
3 days ago
ui
v2: SEC 10-K pipeline - schema + section chunker + EDGAR downloader
7 days ago
.env.example
1.5 kB
Initial commit: schemas, extraction engine, dataset prep, 54 passing tests
9 days ago
.gitattributes
991 Bytes
chore: pre-CI cleanup + Task #8 Docker + CI
8 days ago
.gitignore
1.18 kB
feat(eval): first live run + real README metrics (micro F1 ~0.92, $
7 days ago
Dockerfile
2.97 kB
deploy: HF Spaces β combined single-container imageWraps our existing 2-service compose into one image that HF Spaces' Docker SDK can run on its standard 7860 port.- Dockerfile (root): three-stage build1. node:20-alpine β npm ci + npm run build (produces ui/dist/)2. python:3.11-slim β pip install into an isolated /opt/venv3. python:3.11-slim + nginx (via apt) + tini as PID 1- docker/nginx.hf.conf: variant listening on 7860, proxies /api β 127.0.0.1:8000- docker/hf-entrypoint.sh: launches uvicorn in the background bound to127.0.0.1:8000 (nginx-only reachable), polls /health for up to 30s songinx isn't serving 502s during boot, then execs nginx in the foreground.Trap forwards SIGTERM to uvicorn for clean shutdown.- README.md: YAML frontmatter block (title, sdk: docker, app_port: 7860)that HF Spaces reads to configure the Space. Also added the π€ HF badgeand a 'Deploy your own' section for anyone forking.CI is unaffected β the existing docker/api.Dockerfile + docker/ui.Dockerfilestill drive the multi-container compose + CI docker-build job. This rootDockerfile is HF-only and doesn't touch the compose stack.
7 days ago
LEARN.md
38.9 kB
v4: fine-tuning pipeline complete + bug fixes
3 days ago
README.md
21.6 kB
v4: fine-tuning pipeline complete + bug fixes
3 days ago
SHIPPING.md
4.74 kB
v4: fine-tuning pipeline complete + bug fixes
3 days ago
docker-compose.yml
2.02 kB
chore: pre-CI cleanup + Task #8 Docker + CI
8 days ago
pyproject.toml
1.81 kB
chore: pre-CI cleanup + Task #8 Docker + CI
8 days ago
requirements.txt
1.09 kB
Initial commit: schemas, extraction engine, dataset prep, 54 passing tests
9 days ago