Metadata-Version: 2.1
Name: deepbay
Version: 0.8.2
Summary: Tensorflow/Keras Plug-N-Play Deep Learning Models Compilation
Home-page: https://github.com/ElPapi42/DeepBay
Author: Whitman Bohorquez
Author-email: whitman-2@hotmail.com
License: UNKNOWN
Download-URL: https://github.com/ElPapi42/DeepBay/archive/v0.8.2.tar.gz
Keywords: Keras,Model,Plug And Play,Tensorflow
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# DeepBay

This project was created with the objective of compile Machine Learning Architectures created using Tensorflow or Keras. The architectures must be provided as a ready-to-use Plug-and-Play module that can be easily integrated into any existing project or architecture design.

## Installation

You can use pip for install this from PyPi, just use:

```
pip install deepbay
```

https://pypi.org/project/deepbay


