Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 277 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 277 Bytes

Karp Fasttext API

Development

Install using make install

Add/modify dependencies in requirements.txt, use make update-deps to install and freeze versions.

Format with ruff, using make fmt-lint or by invoking ruff manually.

Start server with make serve.