2025-01-10 23:13:37 +01:00
2025-01-10 23:13:37 +01:00
2025-01-10 23:13:37 +01:00
2024-11-30 15:53:25 +01:00
2024-11-30 15:53:25 +01:00
2024-11-30 15:53:25 +01:00
2024-11-30 15:53:25 +01:00
2024-11-30 15:53:25 +01:00
2024-11-30 15:53:25 +01:00
2024-11-30 15:53:25 +01:00
2024-11-30 15:53:25 +01:00

twitchBot-intelligent

a twitch bot that listens to and records the audio and translates it into text, analyzes it using a text chat bot and sends a response over the chat.

Installation

clone project

git clone https://github.com/Foufure13/twitchBot-intelligent.git
cd twitchBot-intelligent

Install my-project with pip venv

python3.10 -m venv env
source env/bin/activate
pip install -r requirements.txt
sudo pacman -S cuda cudnn

clone other projects

twitch-recordAudio for stream audio recording

whisperX for audio-to-text translation

git clone https://github.com/Foufure13/twitch-recordAudio
git clone https://github.com/m-bain/whisperX
cd whisperX
python setup.py install
python -c "import whisperx"

install bin tgpt

tgpt for text chat bot

https://github.com/aandrew-me/tgpt

Error

To Repair pip

deactivate 
rm -rf env
python -m venv env
source env/bin/activate
pip install -r requirements.txt  

debug error see https://github.com/openai/whisper/discussions/1027 si tout le reste ne suffit pas sudo pacman -S python-openai-whisper

S
Description
No description provided
Readme 18 MiB
Languages
Python 53.9%
JavaScript 24.8%
HTML 11.7%
CSS 9.5%
Shell 0.1%