Metadata-Version: 2.1
Name: lib_ml_remla_team14_a2
Version: 1.0.5.dev0
Summary: A ML preprocessing library.
Home-page: https://github.com/07Liyang/lib_ml
Author: Yang Li
Author-email: ly20000325@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: tensorflow

# lib_ml_remla_team14_a2

lib_ml_remla_team14_a2 contains pre-processing logic for data used in our ML training pipeline.

## Features

- Tokenization of text data at a character level.
- Padding of text sequences to uniform lengths.

## Installation

Install lib_ml_remla_team14_a2 using pip:

```bash
pip install lib_ml_remla_team14_a2
```
