Ruthril Framework
A powerful AI/ML framework for Rust providing statistical utilities, model training, and prediction capabilities.
🚀 Features
- 📊 Statistical Analysis - Mean, variance, standard deviation calculations
- 🛠️ CLI Tools - Project scaffolding and management
- 🔧 Extensible Architecture - Ready for ML models and algorithms
- ⚡ High Performance - Built with Rust's speed and safety
- 🎯 Easy to Use - Simple API for common ML operations
📦 Installation
Add to your Cargo.toml:
[]
= "0.1.0"
🏃♂️ Quick Start
Using Statistics
use Statistics;
Creating New Projects
Install the CLI tool:
Create a new AI project:
📚 API Reference
Statistics Module
Statistics::mean(&[f64]) -> Option<f64>- Calculate arithmetic meanStatistics::variance(&[f64]) -> Option<f64>- Calculate sample varianceStatistics::std_deviation(&[f64]) -> Option<f64>- Calculate standard deviation
🛠️ Development
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🌟 Roadmap
- Machine Learning algorithms
- Deep Learning utilities
- Data preprocessing tools
- Model serialization
- GPU acceleration support
Built with ❤️ by the Ruthril team