ChatterBox is an AI-powered communication platform that allows users to chat with their friends in real-time, with AI-generated responses mimicking their friend's voice and personality. Using a short 10-second voice sample, the system clones the voice and stores embeddings for future use. Users can create personalized friend profiles, interact using voice or text, and receive responses generated by LLaMA 3.2, tailored to each friend's traits.
Voice Cloning
Clone the voice of any person using a 10-second audio sample. Voice embeddings are saved for quicker access in future interactions.
Custom Friend Profiles
Create and manage multiple profiles with custom details:
Real-Time Chat
Communicate live with friends through a responsive web interface, supporting both voice and text input.
AI Responses in Friend’s Voice
Receive AI-generated replies in the cloned voice of your selected friend, enhancing the realism of conversations.
Text and Voice Messaging
Users can send messages via text or voice. The AI responds in the same mode using speech generation models.
Personality-Driven Replies
AI tailors replies to match the personality traits defined for each friend.
LLaMA 3.2 Integration
Utilizes Meta’s LLaMA 3.2 language model to generate natural, context-aware replies.
MongoDB Integration
Stores:
Efficient Voice Cloning Storage
Voice cloning is a one-time process per friend. The voice data is stored and reused to improve performance.
Advanced Voice Generation
Incorporates SpeechBrain and SpeechT5 models to produce expressive and accurate voice responses.
git clone https://github.com/your-username/chatterbox.git cd chatterbox
8 commits
HTML
29.8%
Python
26.8%
JavaScript
22.6%
CSS
20.8%
ChatterBox is an AI-powered communication platform that allows users to chat with their friends in real-time, with AI-generated responses mimicking their friend's voice and personality. Using a short 10-second voice sample, the system clones the voice and stores embeddings for future use. Users can create personalized friend profiles, interact using voice or text, and receive responses generated by LLaMA 3.2, tailored to each friend's traits.
Voice Cloning
Clone the voice of any person using a 10-second audio sample. Voice embeddings are saved for quicker access in future interactions.
Custom Friend Profiles
Create and manage multiple profiles with custom details:
Real-Time Chat
Communicate live with friends through a responsive web interface, supporting both voice and text input.
AI Responses in Friend’s Voice
Receive AI-generated replies in the cloned voice of your selected friend, enhancing the realism of conversations.
Text and Voice Messaging
Users can send messages via text or voice. The AI responds in the same mode using speech generation models.
Personality-Driven Replies
AI tailors replies to match the personality traits defined for each friend.
LLaMA 3.2 Integration
Utilizes Meta’s LLaMA 3.2 language model to generate natural, context-aware replies.
MongoDB Integration
Stores:
Efficient Voice Cloning Storage
Voice cloning is a one-time process per friend. The voice data is stored and reused to improve performance.
Advanced Voice Generation
Incorporates SpeechBrain and SpeechT5 models to produce expressive and accurate voice responses.
git clone https://github.com/your-username/chatterbox.git cd chatterbox
8 commits
HTML
29.8%
Python
26.8%
JavaScript
22.6%
CSS
20.8%