- Introduction
- Features
- Installation
- Steps
AI Voice Chat is a real-time voice-based conversational AI application that enables users to interact with an AI assistant using speech. It integrates speech-to-text (STT), natural language processing (NLP), and text-to-speech (TTS) technologies to provide a seamless voice-driven chat experience.
This project is ideal for building voice assistants, conversational agents, or experimenting with AI-powered audio interfaces.
- π€ Real-time voice input
- π§ AI-powered conversational responses
- π Text-to-speech output
- β‘ Low-latency interaction
- π Continuous conversation loop
- π Integration-ready architecture
- π€ Model - llama-3.3-70b
- Python 3.8+
- Microphone access
- Cloudflare login
git clone https://github.com/vedant1100/ai-voice-chat.git
cd ai-voice-chat
npm install
npm run dev