Generate realistic AI/ML test data: 65+ models, 45+ companies, 25+ frameworks, 30+ datasets, architectures, tasks, and parameters
Project description
faker-ai-provider
Faker provider for generating AI/ML-related fake data.
Installation
pip install faker-ai-provider
Usage
from faker import Faker
from faker_ai import AiProvider
fake = Faker()
fake.add_provider(AiProvider)
fake.ai_model() # 'GPT-4o'
fake.ai_company() # 'Anthropic'
fake.ml_framework() # 'PyTorch'
fake.ai_task() # 'text-generation'
fake.ai_model_parameter() # '70B'
fake.ai_dataset() # 'ImageNet'
Available Methods
| Method | Example |
|---|---|
ai_model() |
GPT-4, Claude 3.5 Sonnet, LLaMA 3.1 405B |
ai_company() |
OpenAI, Anthropic, Google DeepMind |
ai_model_architecture() |
Transformer, Diffusion, Mamba |
ml_framework() |
PyTorch, TensorFlow, LangChain |
ai_task() |
text-generation, image-classification |
ai_model_parameter() |
7B, 70B, 405B, 1T |
ai_dataset() |
ImageNet, COCO, MMLU |
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file faker_ai_provider-1.0.2.tar.gz.
File metadata
- Download URL: faker_ai_provider-1.0.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9a2bba849a23ee9acc82a9d90a50d9ea65c5af8df222b4737b51797db209f00
|
|
| MD5 |
a9ff4dd7a68208980be13ec7f9ab3faf
|
|
| BLAKE2b-256 |
0ea62b6b9ab2ee44bca453d23781ed464f9790906fdbf3319814336a83adf61e
|
File details
Details for the file faker_ai_provider-1.0.2-py3-none-any.whl.
File metadata
- Download URL: faker_ai_provider-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6e1e939708a093e17d6b61af801117b35f0e1609175e5cda62e7e5e1cd845dc
|
|
| MD5 |
363beafa79d344d0c7d2f3117f1514f1
|
|
| BLAKE2b-256 |
a362d82a24a8425b25bc8532bb74cc6b63ecaac7280fd5b91b4c34f4a899a2bc
|