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