metadata
title: Extractor
emoji: ⛏️
colorFrom: yellow
colorTo: gray
sdk: docker
pinned: false
short_description: ⚒️
Playground
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