Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

ari-lt/trie.ari.lt

Repository files navigation

This repository has been migrated to the self-hosted ari-web Forgejo instance: https://git.ari.lt/ari.lt/trie.ari.lt

This repository has been migrated to the self-hosted ari-web Forgejo instance: https://git.ari.lt/ari/trie.ari.lt

trie.ari.lt

Public Markov chain.

Requirements

Running

export CFLAGS='-O3 -s -ffast-math'
make -j$(nproc) strip
su -c 'make install'
trie-update model.bin <init.txt
mv model.bin src/
python3 -m virtualenv venv && source venv/bin/activate
pip install -r requirements.txt && pip install gunicorn
./run.sh & disown

It'll now be running on 127.0.0.1:27123.

Credits