This is a voice assistant application built using Azure OpenAI and Next.js. The application leverages AI to process and respond to voice commands, offering a seamless user experience.
- Voice Recognition: Processes and understands natural language voice commands.
- AI-Powered Responses: Uses Azure OpenAI to generate intelligent responses.
- Real-Time Interaction: Provides instant feedback and interaction.
Ensure you have the following installed on your system:
-
Clone the repository:
git clone [email protected]:Shenon69/azure-oai-voice-assistant.git cd azure-oai-voice-assistant
-
Install the dependencies:
yarn
-
Create a
.env.local
file in the root directory and add your Azure OpenAI credentials:AZURE_API_KEY=xxxxxx AZURE_ENDPOINT=https://xxxxxx/xxx AZURE_DEPLOYMENT_NAME=xxxxxx AZURE_DEPLOYMENT_COMPLETIONS_NAME=xxxxx
-
Start the development server:
yarn dev
The app should now be running on http://localhost:3000.