Commit History

v4: fine-tuning pipeline complete + bug fixes
d95323c

aditya0103 commited on

v3: streaming SSE + async batch API (12 new tests, 138 total)
0962ea2

aditya0103 commited on

docs: LEARN.md - deep project walkthrough + roadmap explained
cfa9232

aditya0103 commited on

v2.2: filing prompt uplift + XBRL FIN_MAP expansion + diagnose-loop narrative
8c1c0d8

aditya0103 commited on

v2.1: SEC 10-K live eval (0.56 F1 at 0.06/doc) + CI ruff fixes
119c0a4

aditya0103 commited on

v2: SEC 10-K pipeline - schema + section chunker + EDGAR downloader
c6cfb1f

aditya0103 commited on

eval: multi-model benchmark - nano is Pareto-optimal (0.896 micro F1 at 0.0116/doc)
bc61ea7

aditya0103 commited on

ui: fix Extract button contrast, doc-type toggles, and sample files
81f6090

aditya0103 commited on

fix(hf): trim short_description to fit 60-char cap + correct HF Space URLHF Spaces' pre-receive hook rejected the frontmatter because short_description was 86 chars (limit is 60). Trimmed to 49.Also swapped the HF Space URL from the GitHub username(adityapatel007-byte) to the correct HF handle (aditya0103) β€”badge, live-demo section, and body prose all point at the right Space now.
0f15548

aditya0103 commited on

docs: correct HF Space URL (aditya0103, not github handle)
0dd3343

aditya0103 commited on

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.
f3aa131

aditya0103 commited on

feat(eval): first live run + real README metrics (micro F1 ~0.92, $
4e6fd2a

aditya0103 commited on

fix(ci): unblock UI job β€” anchor gitignore, include ui/src/libLast CI's Cannot find module @/lib/api (and @/lib/samples) turned outto be a gitignore over-match, not a tsconfig issue. .gitignore had barelib/ and lib64/ from its Python section β€” those aren't anchored, sothey silently matched ui/src/lib/ too, and neither api.ts nor samples.tsever made it into a commit. CI's fresh clone had an empty ui/src/lib/,tsc -b failed on the missing modules, docker-build gated behind and skipped.- .gitignore: anchor lib/ and lib64/ to repo root as /lib/, /lib64/- Force-add ui/src/lib/api.ts + ui/src/lib/samples.ts- Cascading fix: 'Parameter s implicitly has any' in Dropzone was because samples.ts couldn't resolve, so SampleDoc type didn't flow into the SAMPLE_DOCS.map callback. Present-again = inferred-again.
8c75a7a

aditya0103 commited on

chore: pre-CI cleanup + Task #8 Docker + CI
6267e20

aditya0103 commited on

Tasks 5-7: eval harness, FastAPI backend, Paper & Ink UI- src/eval/ β€” precision/recall/F1 harness with type-aware comparators,micro/macro F1, CSV + markdown reports, --model benchmark flag- src/api/ β€” FastAPI backend with /extract, /schemas, /health,request-ID middleware, typed error envelope, injectable extractor- ui/ β€” Vite + React + TS + Tailwind + Motion + React Three FiberPaper & Ink editorial UI with 3D paper hero, dark/light mode,confidence inkwell, wax-stamp metrics, kinetic typography- 95 passing tests (up from 54); UI is a separate npm workspace
557ab38

aditya0103 commited on

Fix README: correct model name in architecture diagram and clone URL
f89c24a

aditya0103 commited on

Remove 'About' section from README
289a9ef
unverified

aditya0103 commited on

Initial commit: schemas, extraction engine, dataset prep, 54 passing tests
44c2f50

aditya0103 commited on