Metadata-Version: 2.1
Name: ml-rest
Version: 1.0.2
Summary: A small example package
Home-page: https://github.com/JoseRoberts87/ml_rest
Author: Jose Roberts
Author-email: Jose.Roberts@intracitygeeks.org
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: tensorflow (==1.12.0)
Requires-Dist: keras (==2.0.9)

This project is dedicated to the easy and simple implementation of trained machine learning models

currently, this project has some strict dependencies to Tensorflow 1.12.0, however, there are some security concerns that need to be addressed in this version. Some updates will be necessary to make this library compliant with newer versions of tensorflow

