Metadata-Version: 2.1
Name: ccrex
Version: 0.3.0
Summary: CCREx: A sequence prediction tool
Home-page: https://github.com/yourusername/ccrex
Author: Your Name
Author-email: your.email@example.com
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: biopython
Requires-Dist: tensorflow
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: keras

# CCREx

CCREx is a module for predicting on protein sequences using CCREx models.

## Installation

You can install the module using pip:

```bash
pip install ccrex
