Metadata-Version: 2.4
Name: smle
Version: 0.0.1.dev9
Summary: Simple Machine Learning Enviroment
Author-email: Alessio Russo <alessio.russo.ar98@gmail.com>
Project-URL: Homepage, https://smle.readthedocs.io
Project-URL: Documentation, https://smle.readthedocs.io
Project-URL: Source Code, https://github.com/blkdmr/smle
Project-URL: Bug Tracker, https://github.com/blkdmr/smle/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: PyYAML>=6.0.3
Requires-Dist: wandb>=0.23.0
Requires-Dist: numpy<2.3.0,>=2
Requires-Dist: pandas>=2.3.3
Requires-Dist: matplotlib>=3.10.7
Requires-Dist: scikit-learn>=1.7.2
Requires-Dist: colorama>=0.4.6
Provides-Extra: torch
Requires-Dist: torch>=2.9.1; extra == "torch"
Requires-Dist: torchvision>=0.24.1; extra == "torch"

# SMLE- Simple Machine Learning Enviroment

