This repository contains Python-based AI modules for YogaChain, including:
- Threat detection for validators.
- AI-powered shard management.
- Eco-scoring and sustainability optimization.
- Install Python:
https://www.python.org/downloads/ - Clone this repo:
git clone https://github.com/YogaChain/ai-modules.git - Install dependencies:
pip install -r requirements.txt - Run tests:
python -m pytest
Please read CONTRIBUTING.md for details on how to contribute.