Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI Voice tutorial - Application creation #25

Open
moritzfelipe opened this issue Oct 16, 2023 · 0 comments
Open

AI Voice tutorial - Application creation #25

moritzfelipe opened this issue Oct 16, 2023 · 0 comments
Assignees

Comments

@moritzfelipe
Copy link
Member

moritzfelipe commented Oct 16, 2023

This should be a tutorial.
We want to create a tutorial that explains how to create an application that can converse via voice and natural language with the user.

First step: Create the application

The app should behave like the following:

  • The user can tap on a button and start to talk to the APP.
  • The App will respond in natural language.
  • The App will have a history of the conversation.

Tech specs (up for discussion)

  • We can use the boilerplate that we have, maybe improve it
  • Next.js
  • Javascript
  • OpenAI API
  • Whisper for voice recognition
  • 11 labs for TTS (? Free)
  • Responses should be streamed so it does take much time
  • Maybe small backend for streaming

Inspiration is ChatGPT voice conversations, which are really powerful because they make it easier for the user to interact with it, remove friction, and create more engagement.

This could be potentially interesting for springer, XU, dacade, or our own MVP products.

@moritzfelipe moritzfelipe changed the title AI Voice tutorial AI Voice tutorial - Application creation Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants