Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
derekelewis committed Jan 14, 2025
1 parent 2155d08 commit 3633cfb
Show file tree
Hide file tree
Showing 5 changed files with 3,092 additions and 0 deletions.
8 changes: 8 additions & 0 deletions experiments/whisper/transcribe_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import mlx_whisper

speech_file = "./mlx_whisper/assets/ls_test.flac"
# speech_file = "/Users/dlewis/sample.wav"

output = mlx_whisper.transcribe(speech_file)

print(output)
Loading

0 comments on commit 3633cfb

Please sign in to comment.