Alexander Watson commited on
Commit
c918aac
β€’
1 Parent(s): eb03925

add metadata

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -1 +1,30 @@
1
- # data-card-generator
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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