extractor / README.md
panduwana's picture
update readme
1ee2797
---
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
[![Demo video](https://gitlab.com/-/project/66757125/uploads/f10fed60d784c1bbaf53e27663fae08c/ezgif-3dd642200ef8e.webp)](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