Spaces:
Running
Running
File size: 909 Bytes
c918aac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
title: Dataset Card Generator
emoji: π
colorFrom: indigo
colorTo: purple
sdk: streamlit
sdk_version: "1.31.1"
app_file: src/app.py
pinned: false
---
# Dataset Card Generator
A Streamlit app that helps create high-quality dataset cards for HuggingFace datasets. Generate beautiful visualizations, dataset descriptions, and formatted documentation with ease.
## Features
- π Generate distribution plots for numerical and categorical data
- π€ Create word clouds for text fields
- π€ Automatic dataset analysis using GPT-4
- π Export formatted dataset cards in Markdown
- π Direct integration with HuggingFace datasets
## Usage
1. Enter your OpenAI API key (required)
2. Enter your HuggingFace token (optional, only needed for private datasets)
3. Input a HuggingFace dataset name (e.g., 'username/dataset')
4. Select fields for visualization
5. Generate and download your dataset card
|