This is a simple AI voice assistant application built using Microsoft Azure OpenAI services. It's developed with Next.js for the frontend, Tailwind CSS for styling, and Shadcn UI for additional components.
- Speech-to-Text: Converts spoken language into written text.
- Text-to-Speech: Converts written text into spoken language.
- Natural Language Understanding: Processes user commands and responds accordingly.
- Next.js - React framework for building server-side rendered (SSR) applications.
- Tailwind CSS - Utility-first CSS framework for rapidly building custom designs.
- Shadcn UI - UI library providing additional components for building interfaces.
- Microsoft Azure - Cloud platform providing various services including AI capabilities.
- OpenAI - AI research lab offering powerful AI models and APIs.
- Node.js and npm installed on your machine.