Skip to content

Latest commit

Β 

History

History
42 lines (33 loc) Β· 1.01 KB

File metadata and controls

42 lines (33 loc) Β· 1.01 KB

πŸŽ™οΈ AI Voice Chat

πŸ“‚ Table of Contents

  • Introduction
  • Features
  • Installation
  • Steps

πŸ“Œ Introduction

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.


✨ Features

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

πŸ› οΈ Installation

Prerequisites

  • Python 3.8+
  • Microphone access
  • Cloudflare login

Steps

git clone https://github.com/vedant1100/ai-voice-chat.git
cd ai-voice-chat
npm install
npm run dev