Skip to content

Commit

Permalink
Add info in README about latest demo
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Oct 22, 2024
1 parent b4befbb commit 13faf8f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ In the subdirectories of this repository you can find the following examples of

Also, there are some [Livebook](https://livebook.dev) examples located in [livebooks](https://github.com/membraneframework/membrane_demo/tree/master/livebooks) directory:

- [openai_realtime_with_membrane_webrtc](https://github.com/membraneframework/membrane_demo/tree/master/livebooks/openai_realtime_with_membrane_webrtc) - conversation with AI via browser using [OpenAI Realtime API](https://openai.com/index/introducing-the-realtime-api/)
- [speech_to_text](https://github.com/membraneframework/membrane_demo/tree/master/livebooks/speech_to_text) - real-time speech recognition using [Whisper](https://github.com/openai/whisper)
- [audio_mixer](https://github.com/membraneframework/membrane_demo/tree/master/livebooks/audio_mixer) - mix a beep sound into background music
- [messages_source_and_sink](https://github.com/membraneframework/membrane_demo/tree/master/livebooks/messages_source_and_sink) - send and receive media from the pipeline via Elixir messages
Expand Down
13 changes: 13 additions & 0 deletions livebooks/openai_realtime_with_membrane_webrtc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OpenAI Realtime API Integration with Membrane WebRTC

This is a [Livebook](https://livebook.dev) example, that allows to conversate with AI via browser using [OpenAI Realtime API](https://openai.com/index/introducing-the-realtime-api/).

To run the demo, [install Livebook](https://github.com/livebook-dev/livebook#escript) and open the `openai_realtime_with_membrane_webrtc.livemd` file there.

## Copyright and License

Copyright 2024, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)

[![Software Mansion](https://docs.membrane.stream/static/logo/swm_logo_readme.png)](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)

Licensed under the [Apache License, Version 2.0](LICENSE)

0 comments on commit 13faf8f

Please sign in to comment.