Metadata-Version: 2.1
Name: MLTF
Version: 0.1.2
Summary: Toolkit for creating ML models using tensorflow. Designed to short-cut implementation of widely used neuronal networks architectures.
Author-email: Andres Navarro Alsina <a.navarro.alsina@gmail.com>
Project-URL: Homepage, https://github.com/andalenavals/MLTF
Project-URL: Bug Tracker, https://github.com/andalenavals/MLTF/issues
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
License-File: LICENSE
Requires-Dist: tensorflow
Requires-Dist: numpy

# MLTF
Toolkit for creating ML models using tensorflow. Designed to short-cut implementation of widely used neuronal networks architectures.

## How to install 
`$ pip install -v git+https://github.com/andalenavals/MLTF`

`$ pip install MLTF`

## Requirements
 tensorflow==1.15.0
 
 tensorflow-probability==0.8.0
 
 numpy==1.18.0


## Basic Usage

See `examples`

## Documentation
[https://andalenavals.github.io/MLTF/](https://andalenavals.github.io/MLTF/)
