A toolkit for hosting feature extraction, model training, model inference, and model evaluation of AI-based Intrusion Detection Systems
📚 Read the full documentation to get started with Titli.
The documentation includes:
- Installation guide
- Quick start tutorial
- Detailed usage examples
- Complete API reference
- And more!
To build the documentation locally:
cd docs
pip install sphinx sphinx-rtd-theme sphinx-autodoc-typehints
make htmlThen open docs/build/html/index.html in your web browser.
pip install titli
- Step 1: Copy the
test_titli.ipynbfile and run it locally. - Step 2: Run both the files to train and test IDSs.

