Metadata-Version: 2.1
Name: barrage
Version: 0.4.0
Summary: A supervised deep learning tool.
Home-page: https://github.com/briannemsick/barrage/
Author: Brian Nemsick
Author-email: brian.nemsick@gmail.com
License: MIT
Description: 
        Barrage is an opinionated supervised deep learning tool built on top of
        TensorFlow 2.x designed to standardize and orchestrate the training and scoring of
        complicated models. Barrage is built around a JSON config and the
        TensorFlow 2.x library using the Tensorflow.Keras API.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Provides-Extra: tests
