Metadata-Version: 2.1
Name: mltu
Version: 0.1.3
Home-page: https://pylessons.com/
Author: PyLessons
Author-email: pythonlessons0@gmail.com
Requires-Python: >=3
Description-Content-Type: text/markdown
Provides-Extra: gpu
License-File: LICENSE

# MLTU - Machine Learning Training Utilities (TensorFlow)
Machine Learning Training Utilities with TensorFlow 2.* and Python 3

## Installation:
Clone the repository and install the requirements:
```bash
git clone https://github.com/pythonlessons/mltu.git
```
cd into the repository
```bash
cd mltu
```
Install the requirements:
```bash
pip install -r requirements.txt
```

Install the mltu package
```bash
pip install .
```

# Tutorials and Examples:
...
