A discord bot that records audio in a voice channel and then translates it to text, as well as summarizing your conversation. Built using OpenAI's Whisper and the Co:here API.
- run
npm i
to install the required dependencies - FFMPEG: go to
https://ffmpeg.org/download.html
- PIP packages: run
pip install -r requirements.txt
- copy all fields from
config.example.json
to a new fileconfig.json
and fill in all fields - run
npm start
to launch bot !enter <channel name>
to enter a voice channel and start recording and!exit
to leave
196018554-1c7e3617-edf9-4925-9ca5-7ed2149444cc.mp4
Made at Hack The Valley 7 in 36 hours ⚡
Licensed under MIT License.