Metadata-Version: 2.1
Name: dlgpu-assistant
Version: 1.6
Summary: Use this tools to improve your ANN
Home-page: UNKNOWN
Author: Rubén Hinojar
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Deep Learning Assistant

This library offers some tools to make the process of creating and training an ANN eassier and faster.

For projects and libraries like this visit my [GitHub Profile](https://github.com/Ruben17exe)

## Installing

```
pip install dlgpu_assistant
```

```
import dlgpu_assistant
from dlgpu_assistant.dl_tools import DlAssistant, DlTools, DlLogger
```

### Install Requires

```
tensorflow-gpu==2.9.0
pandas==1.4.3
numpy==1.23.1
scikit-learn==1.1.2
```

