license | title | sdk | emoji | colorFrom | colorTo | short_description |
---|---|---|---|---|---|---|
apache-2.0 |
KenLM UI |
docker |
📖 |
green |
gray |
Score texts and build KenLMs |
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv --python 3.12.9
source .venv/bin/activate
uv pip install --upgrade setuptools wheel
uv pip install https://github.com/kpu/kenlm/archive/master.zip --no-build-isolation
uv pip install -r requirements.txt
uv run app.py
docker run -it --rm -p 7860:7860 --name kenlm-ui ghcr.io/crs-org/kenlm-ui:0.2.0
podman run -it --rm -p 7860:7860 --name kenlm-ui ghcr.io/crs-org/kenlm-ui:0.2.0
docker build --platform linux/arm64 -t kenlm-trainer-gradio .
docker run -it --rm -p 8888:7860 --name kenlm-trainer kenlm-trainer-gradio
docker exec -it kenlm-trainer bash