jmrr / candidate_estimator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development setup

python3 -m venv .venv
source .venv/bin/activate
pip install -e .
pserve candidate_estimator.ini

Application is served at http://localhost:6543

REST endpoints (you can find .http files in scripts directory):

POST /profiles
GET /profiles/{profile_id}

About


Languages

Language:Python 100.0%