Metadata-Version: 2.1
Name: deepbay
Version: 0.8.3
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.3.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

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![Development Status](https://badgen.net/github/status/ElPapi42/DeepBay/development)](https://github.com/ElPapi42/DeepBay/actions?query=workflow%3A%22Test+Package%22)
[![Release](https://badgen.net/github/release/ElPapi42/DeepBay)](https://github.com/ElPapi42/DeepBay/releases)
[![Last Commit](https://badgen.net/github/last-commit/ElPapi42/DeepBay)](https://github.com/ElPapi42/DeepBay/graphs/commit-activity)


# 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


