Skip to content

Commit

Permalink
remove whisper example (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Feb 14, 2024
1 parent 818aa98 commit 819baef
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 270 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ async def main():
## Examples

- [Facelandmark](https://github.com/livekit/python-sdks/tree/main/examples/face_landmark): Use mediapipe to detect face landmarks (eyes, nose ...)
- [Whisper](https://github.com/livekit/python-sdks/tree/main/examples/whisper): Transcribe an audio track using OpenAI whisper
- [Basic room](https://github.com/livekit/python-sdks/blob/main/examples/basic_room.py): Connect to a room
- [Publish hue](https://github.com/livekit/python-sdks/blob/main/examples/publish_hue.py): Publish a rainbow video track
- [Publish wave](https://github.com/livekit/python-sdks/blob/main/examples/publish_hue.py): Publish a sine wave
Expand Down
1 change: 0 additions & 1 deletion examples/whisper/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions examples/whisper/README.md

This file was deleted.

226 changes: 0 additions & 226 deletions examples/whisper/whisper.py

This file was deleted.

0 comments on commit 819baef

Please sign in to comment.