Skip to content

avivbenami/Twitch-AI-Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT-From-Stream

This Project is a proof of concept of the ability to transcribe parts of twitch streams and using AI to summarize the content.

Installation

Use the package manager pip to install the following dependencies.

pip install speechrecognition
pip install pydub
pip install openai
pip install flask
pip install beautifulsoup4
pip install selenium

Download ffmpeg from the following link:
https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z
Extract the archive and locate the file ffmpeg.exe in the bin folder.
Copy ffmpeg.exe to the project's main folder.
alt text

Before usage edit the openaikey.txt and add your OpenAI API key

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published