Skip to content

AI voice assistant with Azure OpenAI | Whisper | gpt-3.5 turbo

Notifications You must be signed in to change notification settings

Shenon69/azure-oai-voice-assistant

Repository files navigation

Voice Assistant

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.

Features

  • 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.

Getting Started

Prerequisites

Ensure you have the following installed on your system:

  • Node.js
  • Yarn
  • An Azure account with access to OpenAI services

Installation

  1. Clone the repository:

    git clone [email protected]:Shenon69/azure-oai-voice-assistant.git
    cd azure-oai-voice-assistant
  2. Install the dependencies:

    yarn
  3. 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
  4. Start the development server:

    yarn dev

    The app should now be running on http://localhost:3000.

About

AI voice assistant with Azure OpenAI | Whisper | gpt-3.5 turbo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published