Metadata-Version: 2.1
Name: biobeaker
Version: 0.0.1
Summary: Coming soon
Home-page: https://github.com/jguhlin/beaker
License: TBD
Keywords: machine learning,bioinformatics
Author: Joseph Guhlin
Author-email: joseph.guhlin@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: baseconvert (==1.0.0.a4)
Requires-Dist: numpy (>=1.16.0,<2.0.0)
Requires-Dist: tensorflow (==2.3.0)
Requires-Dist: tensorflow-addons (==0.11.2)
Project-URL: Documentation, https://github.com/jguhlin/beaker
Project-URL: Repository, https://github.com/jguhlin/beaker
Description-Content-Type: text/markdown

# BEAKER

[![Build Status](https://travis-ci.com/jguhlin/beaker.svg?branch=main)](https://travis-ci.com/jguhlin/beaker) [![codecov](https://codecov.io/gh/jguhlin/beaker/branch/main/graph/badge.svg?token=C83YL05H8H)](undefined)

Implementation of BEAKER Machine Learning Model by [Joseph Guhlin](https://github.com/jguhlin) and [Rachael Ashby](https://github.com/r-ashby).

More info coming soon

# Code Format
We use python black code formatter for this repo.


