Metadata-Version: 2.1
Name: barrage
Version: 0.3.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
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
Requires-Dist: absl-py (>=0.8.0)
Requires-Dist: Click (<8.0,>=7.0)
Requires-Dist: cytoolz (<1.0,>=0.9.0.1)
Requires-Dist: jsonschema (<4.0,>=3.0.0)
Requires-Dist: numpy (<2.0,>=1.16.0)
Requires-Dist: pandas
Requires-Dist: tensorflow (>=2.1.0)
Provides-Extra: tests
Requires-Dist: black ; extra == 'tests'
Requires-Dist: codecov ; extra == 'tests'
Requires-Dist: flake8 ; extra == 'tests'
Requires-Dist: flake8-bugbear ; extra == 'tests'
Requires-Dist: flake8-comprehensions ; extra == 'tests'
Requires-Dist: flake8-print ; extra == 'tests'
Requires-Dist: isort ; extra == 'tests'
Requires-Dist: mypy ; extra == 'tests'
Requires-Dist: pre-commit ; extra == 'tests'
Requires-Dist: pre-commit-hooks ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'


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.


