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

add openai and speech use case code #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amberz
Copy link

@amberz amberz commented Oct 5, 2023

Purpose

  • Add a new use case about AI Powered multi-language Virtual assistant
    This end-to-end solution uses Azure Speech and Azure OpenAI services to that could be used in real-time virtual assistant, it also adds multiple languages functions.

Does this introduce a breaking change?

[ ] Yes
[x ] No

Pull Request Type

What kind of change does this Pull Request introduce?
Add a new use case about AI Powered multi-language Virtual assistant.

[ ] Bugfix
[x ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [[repo-address]](https://github.com/amberz/Azure-Data-Services-Practices.git)
cd [repo-name] Azure-Data-Services-Practices
git checkout [branch-name] main
npm install
  • Test the code

What to Check

Verify that the following are valid
*The code will show " Azure OpenAI is listening. Say 'Stop' or press Ctrl-Z to end the conversation.
Recognized speech: ...."

Other Information

Copy link
Author

@amberz amberz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please help to review.

@amberz
Copy link
Author

amberz commented Oct 11, 2023

@mishrapratyush , @nawanas , @vivekchettiar, would you help to review the PR?

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

Successfully merging this pull request may close these issues.

None yet

2 participants