Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saharmor authored Apr 3, 2023
1 parent 6b52cd0 commit bb4d7a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<p align="center">
<img width="60px" src="https://user-images.githubusercontent.com/6180201/124313197-cc93f200-db70-11eb-864a-fc65765fc038.png" alt="giant microphone"/> <br/>
<div align="center">
<img width="60px" src="https://user-images.githubusercontent.com/6180201/124313197-cc93f200-db70-11eb-864a-fc65765fc038.png" alt="giant microphone"/>
<br/>
<h2 align="center">Whisper Playground</h2>
<h6 align="center">Instantly build speech2text apps in 99 languages using OpenAI's Whisper</h6>
<h6 align="center"> Live demo https://whisperui.monsterapi.ai</h6>
</div>

![visitors](https://visitor-badge.glitch.me/badge?page_id=saharmor.whisper-playground&left_color=green&right_color=red)

https://user-images.githubusercontent.com/6180201/194214280-3a4106d5-53cf-4463-ba0e-201d8e1b0c0e.mp4


# Contribution ideas
- [ ] Stream audio using web sockets over the current approach of incrementally sending audio chunks
- [ ] Implement diarization (speaker identification) using `pyannote-audio` ([example](https://github.com/openai/whisper/discussions/264))
Expand Down

0 comments on commit bb4d7a9

Please sign in to comment.