Metadata-Version: 2.4
Name: GenAiDataPrep
Version: 0.0.1
Summary: A data preparation library for Generative AI applications.
Author-email: Mufajjul Ali <mufajjul.ali@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: license-file

# GenAiDataPrep

A sample project for data preparation and cleaning tasks.

## Overview

This project provides tools and utilities for preparing data for use with GenAI applications.

## Installation

```bash
pip install -r requirements.txt
```

## Usage

```python
# Add your usage examples here
```

## License

[Add license information]
