Skip to content
Open

Dev #3498

Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
e9331b8
whisper with prompts
Sep 22, 2025
b7bae4b
Fix sample file selection to use correct samples_jfk.wav file
Sep 24, 2025
907289f
Optimize whisper.cpp Android for fast real-time voice command recogni…
Sep 29, 2025
8d30699
feat: Implement comprehensive slot extraction for Android intent clas…
Sep 29, 2025
b8b9185
feat: Add comprehensive iOS Intent Classification and Slot Extraction…
Sep 30, 2025
793e463
Initial commit: whisper.cpp with integrated fine-tuned BERT intent cl…
tanmaypawar-noise Nov 4, 2025
8aa6222
Add comprehensive README for intent classifier integration
tanmaypawar-noise Nov 4, 2025
e4b6c8f
Add HuggingFace tokenizer integration for improved intent classificat…
tanmaypawar-noise Nov 4, 2025
a98af46
Enhanced Android app with ASR & Intent features: improved UI, contact…
tanmaypawar-noise Nov 5, 2025
6f8ba8d
Enhanced Android app with ASR & Intent integration
tanmaypawar-noise Nov 5, 2025
039fadc
feat: Complete Android ASR & Intent integration
tanmaypawar-noise Nov 5, 2025
60ba2ca
Replace whisper.android with updated version from whisper.cpp-master …
tanmaypawar-noise Nov 5, 2025
b790bf6
Add slots extraction and logging to CSV for ASR & Intent test
tanmaypawar-noise Nov 5, 2025
7dbbb39
Enhanced SlotExtractor with comprehensive time references, unit infer…
tanmaypawar-noise Nov 5, 2025
2e752f8
Update intent classification system with latest improvements
tanmaypawar-noise Nov 14, 2025
ea8fe3d
Implement time normalization and timer duration normalization in Slot…
tanmaypawar-noise Nov 15, 2025
f5f15ee
Add support for additional AM/PM formats (a.m./p.m., a.m/p.m, a m/p m)
tanmaypawar-noise Nov 15, 2025
2622d31
Update SetThreshold to combine metric and type, fix unit extraction
tanmaypawar-noise Nov 18, 2025
9eb73f7
Fix voice intent time normalization and duplicate synonym cleanup
tanmaypawar-noise Nov 28, 2025
f889fb8
Apply same time normalization improvements to Swift SlotExtractor
tanmaypawar-noise Nov 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Complete Android ASR & Intent integration
- Updated app branding: 'WhisperCppDemo' → 'Noise AI ASR and Intent Demo'
- Renamed main tab: 'Whisper' → 'ASR & Intent'
- Enhanced Start button: centered, 300dp width, 56dp height, larger font
- Removed benchmark and transcribe sample buttons for cleaner UI
- Improved contact extraction: now extracts any name after phone action keywords
- Added comprehensive intent classification UI with confidence display
- Implemented CSV logging with timestamp, audio filename, transcription, and intent
- Optimized SlotExtractor with pre-compiled regex patterns for 10-100x performance boost
- Added default case handling for irrelevant input ('Sorry, please say again')
- Enhanced accessibility with larger touch targets and better visual hierarchy
  • Loading branch information
tanmaypawar-noise committed Nov 5, 2025
commit 039fadc176d6475abab380ccaf147e5ad08ac639
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">Noise AI ASR and Intent Demo</string>
<string name="app_name">Noise AI ASR and Intent Demo</string>
</resources>