Metadata-Version: 2.4
Name: mlvlab
Version: 0.2.19
Summary: Visual AI Learning Ecosystem - MLVisual®
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy~=2.2
Requires-Dist: arcade~=3.3
Requires-Dist: gymnasium~=1.2
Requires-Dist: opencv-python~=4.12
Requires-Dist: pyvirtualdisplay~=3.0
Requires-Dist: typer~=0.16
Requires-Dist: rich<14.0,>=13.0
Requires-Dist: moviepy~=2.2
Requires-Dist: prompt_toolkit<4.0,>=3.0
Requires-Dist: nicegui[highcharts]~=2.22
Requires-Dist: PySide6<6.10,>=6.9
Provides-Extra: dev
Requires-Dist: pytest>=6.0.0; extra == "dev"
Requires-Dist: black>=24.0.0; extra == "dev"
Requires-Dist: isort>=5.10.0; extra == "dev"
Requires-Dist: pipreqs>=0.4.13; extra == "dev"
Dynamic: license-file

# MLV-Lab: Visual AI Learning Ecosystem

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Python Version](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/)

**MLV-Lab** is a pedagogical ecosystem for exploring fundamental Artificial Intelligence concepts through visual and interactive experimentation.

Our philosophy is **"Show, don't tell"**: we move from abstract theory to concrete, visual practice, allowing enthusiasts and developers to train and observe intelligent agents right from the terminal.

---

## 🚀 Full Guide on GitHub

**This README is a lightweight version.**

For the most complete and up-to-date information, including:

* **Detailed installation instructions.**
* **CLI and API usage examples.**
* **Documentation for all available environments.**
* **Guidelines for contributing to the project.**

### 👉 Visit our GitHub repository: [https://github.com/hcosta/mlvlab](https://github.com/hcosta/mlvlab)
