extractor / README.md
panduwana's picture
turn off lfs
2ca78bf
|
raw
history blame
856 Bytes

Playground

Demo video

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 .
docker run -p 7860:7860 modul-extractor

Then open: http://localhost:7860/docs

Option 2: Without Docker

cd modul-extractor
pip install -r requirements.txt
uvicorn app:app --host 0.0.0.0 --port 7860

Then open: http://localhost:7860/docs

Related repo

https://gitlab.com/rekrutmen_plus/robert-base-finetuned-cv