Metadata-Version: 2.1
Name: preprocess_ai
Version: 0.2.6
Summary: A package for preprocessing data for AI models
Home-page: https://github.com/yourusername/preprocess_ai
Author: Your Name
Author-email: Your Name <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
Requires-Dist: pandas==1.5.3
Requires-Dist: numpy==1.23.5
Requires-Dist: scikit-learn==1.2.2
Requires-Dist: openai==0.28.0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: scipy==1.13.0

# Preprocess AI

A package for preprocessing data for AI models.

## Features

- Data cleaning
- Feature engineering
- Data transformation
- And more...

## Installation

```bash
pip install preprocess_ai
