Metadata-Version: 2.1
Name: lib_ml-remla-team14
Version: 1.0.2.dev0+g7be9df7.d20240508
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

lib-ml 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 using pip:

```bash
pip install lib-ml
