|
--- |
|
title: Extractor |
|
emoji: ⛏️ |
|
colorFrom: yellow |
|
colorTo: gray |
|
sdk: docker |
|
pinned: false |
|
short_description: '⚒️' |
|
--- |
|
|
|
|
|
# Playground |
|
- https://mrfirdauss-api-ta.hf.space/docs |
|
- Resume examples: https://resumecat.com/resume-examples |
|
|
|
[](https://www.youtube.com/watch?v=toO0OwvWPNc) |
|
|
|
|
|
# Deployment |
|
https://huggingface.co/spaces/mrfirdauss/api-ta?docker=true |
|
|
|
|
|
# Dev setup |
|
``` |
|
git clone [email protected]:rekrutmen_plus/modul-extractor.git |
|
``` |
|
Then: |
|
|
|
## Option 1: With Docker |
|
``` |
|
cd modul-extractor |
|
docker build -t modul-extractor . |
|
PORT=8080 docker run -p $PORT:7860 modul-extractor |
|
``` |
|
Then open: `http://localhost:8080/docs` |
|
|
|
## Option 2: Without Docker |
|
``` |
|
cd modul-extractor |
|
pip install -r requirements.txt |
|
PORT=8080 uvicorn app:app --host 0.0.0.0 --port $PORT |
|
``` |
|
Then open: `http://localhost:8080/docs` |
|
|
|
|
|
# Related repo |
|
https://gitlab.com/rekrutmen_plus/robert-base-finetuned-cv |