1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57# Glados AI Bot
## What is Glados AI Bot?
Technically, Glados AI Bot is a Text-to-Speech (TTS) and Speech-to-Text (STT) bot powered by ChatGPT, utilizing the Whisper, ChatGPT API and a TTS model made by @R2D2FISH.
## How to Use Glados AI Bot?
1. **Install Espeak and FFmpeg**:
- On Linux, run:
```bash
sudo apt-get install espeak ffmpeg
```
- On Windows, download and install FFmpeg and Espeak from their official websites.
2. **Run the Executable**: Open the executable file and wait for it to initialize.
3. **Start Interacting**: Begin conversing with Glados AI Bot. Enjoy!
> Once I get the executable file working, hehe.
## Setting up Glados AI Bot from Source
If you prefer to set up Glados AI Bot from source, follow these steps:
1. **Install Dependencies**:
- On Linux, run:
```bash
sudo apt-get install espeak ffmpeg
```
- On Windows, download and install FFmpeg and Espeak from their official websites.
2. **Create a Virtual Environment**:
```bash
python3 -m venv venv
source venv/bin/activate
```
3. **Install Dependencies**:
```bash
pip install -r requirements.txt
```
4. **Organize Repository Files:**:
```bash
mkdir src
```
5. **Run the glados_AI_main.py File**:
```bash
python3 glados_AI_main.py
```
## Hope you enjoy Glados AI Bot!
Thx to @VRCWizard (Where I took the source initially for Glados) and special thanks to @R2D2FISH for the TTS model and for the cool talk :D.
Anything you can contact me on Discord: @pedro021
> **Note:** If you're using the source code, you'll need to create a file called where you stored your APIs.