Metadata-Version: 2.2
Name: faker_ai
Version: 0.2.1
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

Generate synthetic data using Google Gemini models and output as JSON or CSV.

## Install

```bash
pip install datafaker_ai
