- 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