Maarij-Aqeel commited on
Commit
0c1794b
·
1 Parent(s): e0b87e5

Added files

Browse files
Files changed (2) hide show
  1. Dockerfile +4 -0
  2. README.md +6 -5
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM maarijaqeel/ats-parser:latest
2
+
3
+ # HF Spaces inject env vars at runtime; alembic + uvicorn boot from there
4
+ CMD ["sh", "-c", "alembic upgrade head && uvicorn app.main:app --host 0.0.0.0 --port 8000"]
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- title: ATS Parser Backend
3
- emoji: 🐢
4
- colorFrom: blue
5
- colorTo: purple
6
  sdk: docker
 
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: ATS Resume Parser Backend
3
+ emoji: 📄
4
+ colorFrom: indigo
5
+ colorTo: blue
6
  sdk: docker
7
+ app_port: 8000
8
  pinned: false
9
  ---
10
 
11
+ FastAPI backend for the ATS Resume Parser. Parses resumes via Gemini (OpenRouter) and serves the matching API.