Metadata-Version: 2.4
Name: limen-ai
Version: 0.1.0
Summary: Łukasiewicz Interpretable Markov Engine for Neuralized AI
Author: Enrico Zanardo
License-Expression: AGPL-3.0-or-later
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.0
Requires-Dist: scipy>=1.10
Requires-Dist: torch>=2.0
Provides-Extra: dev
Requires-Dist: pytest>=9.0; extra == "dev"
Dynamic: license-file

# LIMEN-AI

LIMEN-AI (Łukasiewicz Interpretable Markov Engine for Neuralized AI) is a Python reference implementation of the LIMEN-AI SRM engine. It provides:

- Łukasiewicz fuzzy semantics and differentiable rule evaluation
- Energy-based inference (importance sampling, explanations, deduction)
- KB-driven inductive rule discovery using configurable templates

## Installation

```bash
cd code
pip install -e .
```

## Documentation

- `docs/api_overview.md` describes the main APIs and workflow.
- `notebooks/limen_ai_walkthrough.ipynb` demonstrates KB creation, inference, and induction.

