Metadata-Version: 2.1
Name: lwsspy.ml
Version: 0.0.1
Summary: Library for Machine Learning Tools.
Home-page: https://github.com/lsawade/lwsspy.ml
Author: Lucas Sawade
Author-email: lsawade@princeton.edu
Maintainer-email: lsawade@princeton.edu
License: UNKNOWN
Project-URL: Documentation, https://lsawade.github.io/lwsspy.ml
Project-URL: TravisCI, https://travis-ci.com/github/lwsspy.ml/
Keywords: Fun,Education,Machine,Learning,Programming
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: tests
License-File: LICENSE

# ``lwsspy.ml`` (Machine Learning)

Small library of functions I have worked with to 

|__Documentation__| __https://lwsspy.github.io/lwsspy.ml/__|
|-|-|
|__Deployment__  | __[![PyPi](https://img.shields.io/pypi/v/lwsspy.ml.svg?logo=python&logoColor=white)](https://pypi.org/project/meshslice/0.0.3/)__|
|__Build Status__| __[![Build Status](https://travis-ci.com/lwsspy/lwsspy.ml.svg?branch=main)](https://travis-ci.com/lwsspy/lwsspy.meshslice)__|
|__License__     |__[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)__|



## Quick-Install

```bash
pip install lwsspy.ml
```


## Quick-Usage

```python
from lwsspy.ml import VolumeLabeler, ImageLabeler
```







