Metadata-Version: 2.4
Name: mllllearnzebra
Version: 0.1.0
Summary: View machine learning algorithms as code
Author: Balayya
Author-email: 
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

 # ðŸ“¦ MLLearn

*MLLearn* is a Python package that prints code implementations of machine learning algorithms straight to your terminal â€” perfect for learning, reference, or even flexing your own custom algorithms ðŸ˜Ž.

---

## ðŸš€ Installation

Install it locally:

```bash
pip install .
