generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
--- | ||
layout: post | ||
title: Voice Chat AI | ||
date: 2024-06-21 05:00:00 -500 | ||
categories: [python] | ||
tags: [windows,linux,AI,voice] | ||
image: | ||
path: /assets/images/headers/voice-chat-ai.webp | ||
alt: Voice Chat AI | ||
--- | ||
|
||
# Voice Chat AI | ||
|
||
Voice Chat AI is a project that allows you to interact with different AI characters using speech. You can choose between various characters, each with unique personalities and voices. You can run all locally, you can use openai for chat and voice, you can mix between the two. | ||
|
||
![Ai-Speech](https://imagedelivery.net/WfhVb8dSNAAvdXUdMfBuPQ/ed0edfea-265d-4c23-d11d-0b5ba0f02d00/public) | ||
|
||
## Features | ||
|
||
- **Supports both OpenAI and Ollama language models**: Choose the model that best fits your needs. | ||
- **Provides text-to-speech synthesis using XTTS or OpenAI TTS or ElevenLabs**: Enjoy natural and expressive voices. | ||
- **No typing needed, just speak**: Hands-free interaction makes conversations smooth and effortless. | ||
- **Analyzes user mood and adjusts AI responses accordingly**: Get personalized responses based on your mood. | ||
- **You can, just by speaking, have the AI analyze your screen and chat about it**: Seamlessly integrate visual context into your conversations. | ||
- **Easy configuration through environment variables**: Customize the application to suit your preferences with minimal effort. | ||
- **WebUI or Terminal usage**: Can be ran with either | ||
|
||
|
||
## Installation | ||
|
||
### Requirements | ||
|
||
- Python 3.10 | ||
- CUDA-enabled GPU | ||
- Ollama models or Openai API for chat | ||
- XTTS or Openai API or ElevenLabs API for speech | ||
- Microsoft C++ Build Tools on windows | ||
- Microphone | ||
- A sense of humor | ||
|
||
|
||
|
||
So I built this AI Speech app you can use either in the terminal or in a webui. You can talk with any character you want to make, it comes with some characters that I have made. You can see all the options to run the app in the .env file. | ||
|
||
More details here: https://github.com/bigsk1/voice-chat-ai | ||
|
||
|
||
|
||
## Watch the Demos | ||
|
||
Webui - OpenAI and Ollama | ||
|
||
[![Watch the video](https://img.youtube.com/vi/bgdQkzGltdk/maxresdefault.jpg)](https://youtu.be/bgdQkzGltdk) | ||
|
||
|
||
Click on the thumbnail to open the video☝️ | ||
|
||
--- | ||
|
||
CLI | ||
|
||
GPU - 100% local - ollama llama3, xtts-v2 | ||
|
||
[![Watch the video](https://img.youtube.com/vi/WsWbYnITdCo/maxresdefault.jpg)](https://youtu.be/WsWbYnITdCo) | ||
|
||
|
||
Click on the thumbnail to open the video☝️ | ||
|
||
--- | ||
|
||
CPU Only mode CLI | ||
|
||
Alien conversation using openai gpt4o and openai speech for tts. | ||
|
||
[![Watch the video](https://img.youtube.com/vi/d5LbRLhWa5c/maxresdefault.jpg)](https://youtu.be/d5LbRLhWa5c) | ||
|
||
|
||
Click on the thumbnail to open the video☝️ | ||
|
||
--- | ||
|
||
|
||
Docker - ollama - xtts-v2 | ||
|
||
[![Watch the video](https://img.youtube.com/vi/wG4-Djicuf4/maxresdefault.jpg)](https://youtu.be/wG4-Djicuf4) | ||
|
||
|
||
Click on the thumbnail to open the video☝️ |
Binary file not shown.