File size: 1,004 Bytes
028f9e6 1ee2797 028f9e6 1ee2797 028f9e6 8841302 0f0dce8 8841302 2ca78bf 8841302 2ca78bf 8841302 6263fe3 8841302 6263fe3 8841302 6263fe3 8841302 6263fe3 8841302 92aff60 5c3944f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
---
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 |