--- title: GapGuide API emoji: 🎯 colorFrom: blue colorTo: indigo sdk: docker app_port: 7860 pinned: false --- # GapGuide API Django + DRF backend for **GapGuide** (AI Job Fit & Skill Gap Assistant), with the in-process resume-parsing NER chain. Deployed as a Hugging Face Docker Space; the React frontend is hosted separately on Vercel and talks to this API under `/api`. The container runs database migrations and idempotent catalog/demo seeds on start, then serves the API with gunicorn on port 7860. See the repository for full docs.