File size: 543 Bytes
e95d892
ffd36e0
 
 
 
e95d892
ffd36e0
e95d892
 
 
ffd36e0
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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.