This Project is a proof of concept of the ability to transcribe parts of twitch streams and using AI to summarize the content.
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 seleniumDownload 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.
Before usage edit the openaikey.txt and add your OpenAI API key
