Metadata-Version: 2.2
Name: datafaker_ai
Version: 0.1.2
Summary: Generate synthetic data using Gemini and pandas
Home-page: https://github.com/yourusername/datafaker_ai
Author: Ahsan Raza
Author-email: ahsanraza1457@email.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: google-generativeai
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# datafaker_ai

`datafaker_ai` is a Python library for generating realistic fake data using AI-powered techniques. Ideal for testing, prototyping, and data simulation.

## Features

- Generate fake names, emails, addresses, and more
- AI-enhanced context-aware data generation
- Easy to use and extend

## Installation

Install it using pip:

```bash
pip install datafaker_ai
