Datasets:
file_name stringclasses 5
values | user_id stringclasses 2
values | transcription stringclasses 5
values | speaker_name stringclasses 2
values | audio audioduration (s) 2.35 13.8 | sampling_rate int64 16k 16k | duration float64 2.35 13.8 | gender stringclasses 2
values | country stringclasses 1
value | state stringclasses 3
values | city stringclasses 2
values | status stringclasses 1
value | verified_by stringclasses 3
values | age int64 13 25 | accent stringclasses 1
value | mother_tongue stringclasses 3
values | user_info stringclasses 3
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
shrikanth22cs150_20260325_101433.wav | 3e8ligea428wx4k | তোমাক সহায়ত কৰিব পাৰোঁনে? | shrikanth.22cs150 | 16,000 | 13.759333 | F | IN | JH | mangalore | verified | xz0vrtwpeaumuk7 | 23 | Rural | Marathi | {"gender": "F", "age": "23", "country": "IN", "state": "JH", "city": "mangalore", "accent": "Rural", "mother_tongue": "Marathi", "education": "phd&above", "district": "Pakur"} | |
nshrikanthnyak19_20260408_145945.wav | il8fj2nzdkedr6m | মই কিতাপ পঢ়িব ভাল পাওঁ। | nshrikanthnyak19 | 16,000 | 2.922 | F | IN | KA | Udupi | verified | il8fj2nzdkedr6m | 13 | Rural | Maithili | {"gender": "F", "age": "13", "country": "IN", "state": "KA", "city": "Udupi", "accent": "Rural", "mother_tongue": "Maithili", "education": "masters", "district": "Kodagu"} | |
shrikanth22cs150_20260409_110422.wav | 3e8ligea428wx4k | এই খাবনটো সোৱাদ ভাল। | shrikanth.22cs150 | 16,000 | 2.350917 | M | IN | JK | mangalore | verified | il8fj2nzdkedr6m | 25 | Rural | Kannada | {"gender": "M", "age": "25", "country": "IN", "state": "JK", "city": "mangalore", "accent": "Rural", "mother_tongue": "Kannada", "education": "masters", "district": ""} | |
nshrikanthnyak19_20260410_103602.wav | il8fj2nzdkedr6m | আপুনি কেনে আছে? | nshrikanthnyak19 | 16,000 | 3.519333 | F | IN | KA | Udupi | verified | b63peynet770b8r | 13 | Rural | Maithili | {"gender": "F", "age": "13", "country": "IN", "state": "KA", "city": "Udupi", "accent": "Rural", "mother_tongue": "Maithili", "education": "masters", "district": "Kodagu"} | |
nshrikanthnyak19_20260410_110728.wav | il8fj2nzdkedr6m | মোৰ ঘৰ দিল্লীত। | nshrikanthnyak19 | 16,000 | 2.922 | F | IN | KA | Udupi | verified | b63peynet770b8r | 13 | Rural | Maithili | {"gender": "F", "age": "13", "country": "IN", "state": "KA", "city": "Udupi", "accent": "Rural", "mother_tongue": "Maithili", "education": "masters", "district": "Kodagu"} |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Dataset Preparation Interface for Fine-tuning Whisper
A web-based interface for preparing audio datasets to fine-tune OpenAI's Whisper model. This tool helps in recording, managing, and organizing voice recordings with their corresponding transcriptions, with support for cloud storage and authentication.
Features
- 🔐 User authentication via Pocketbase
- ☁️ Cloud storage support (Hugging Face Datasets)
- 🌐 Multi-language support with native names
- 🎤 Modern Material Design recording interface
- 📝 CSV transcript file support
- 🎯 Session-based recording workflow
- 🔄 Advanced recording controls
- ⌨️ Keyboard shortcuts for efficiency
- 📊 Progress tracking and navigation
- 💾 Local and cloud metadata management
- 🎨 Responsive, mobile-friendly UI
Getting Started
- Create a transcript CSV file with your content:
transcript
"First sentence to record"
"Second sentence to record"
# For multi-language support:
transcript_en,transcript_es
"English sentence","Spanish sentence"
- Start the Flask application:
python app.py
- Access the interface:
http://localhost:5000
Usage
Authentication
- Sign in using your Google account
Session Setup
- Upload your transcript CSV
- Select language and recording location
- Enter speaker details
- Click "Start Session"
Recording
- Use on-screen controls or keyboard shortcuts:
R: Start recording / Stop recordingSpace: Play recordingEnter: Save recordingBackspace: Re-record←: Previous transcript→: Skip current
- Navigate using row numbers
- Adjust transcript font size as needed
- Use on-screen controls or keyboard shortcuts:
Data Storage
Recordings are stored in language-specific directories:
Storage:
datasets/ ├── en/ │ ├── audio/ │ │ ├── {user_prefix}_{YYYYMMDD_HHMMSS}.wav │ │ └── ... │ └── en.parquet # English recordings metadata ├── es/ │ ├── audio/ │ │ ├── {user_prefix}_{YYYYMMDD_HHMMSS}.wav │ │ └── ... │ └── es.parquet # Spanish recordings metadata │
Technical Details
Audio Recording
- Browser Recording Format: 48kHz mono WebM
- Storage Format: 16bit mono WAV
- Maximum Duration: 30 seconds
- Audio Processing: WebM -> WAV conversion with sample rate adjustment
- Channels: 1 (mono)
Data Management
- Metadata Organization:
- stats.json: Global recording statistics
- {language_code}.parquet: Language-specific metadata files
- File Naming:
{user_id_prefix}_{YYYYMMDD_HHMMSS}.{format} - Unicode Handling: NFC normalization for text
Authentication
- Provider: Pocketbase with Google OAuth
- Session Management: Server-side Flask sessions
Languages
- Support: 74 languages with native names
- Codes: ISO 639-1 standard
- CSV Format:
- Single language:
transcriptcolumn - Multi-language:
transcript_${lang_code}columns
- Single language:
Upload Management
- Queue System: Background worker thread
- Status Tracking: Real-time upload status polling
- Error Handling: Automatic retries with timeout
- Progress Updates: Toast notifications
- Temporary Storage: ./temp folder for conversions
Frontend Features
- Keyboard Shortcuts: Recording and navigation
- Real-time Status: Progress tracking and notifications
Security
- Authentication Required: All routes except static/login
- File Validation: MIME type and extension checking
- Secure Context: HTTPS recommended
Performance
- Upload Queue: Asynchronous processing
- Audio Conversion: Server-side processing
- Session Caching: Browser storage optimization
- Progress Tracking: Real-time websocket updates
Browser Support
- Chrome (recommended)
- Brave
- Edge
- Safari
Known Limitations
- Requires microphone permissions
- Internet connection needed
- Maximum recording duration: 30 seconds
- File size limits based on storage backend
- Downloads last month
- 960