Convert audio to text and summary just need to input the audio link.
You can play with this project by opening an issue. Just fill in the text with a audio link and publish it here
If you have any questions, please feel free to open an issue. I will try my best to answer your questions.
By utilizing ChatGPT OpenAPI and GPT Index, you can create a knowledge database by compiling multiple videos, and then ask any questions you want.
# clone it
$ git clone https://github.com/JohannLai/audio-to-text.git
# cd to the project
$ cd audio-to-text
# input your audio link in audio.txt
echo "https://xxx/watch?v=xxx" > audios_list.txt
# input your OPENAI_API_KEY in .env
echo "OPENAI_API_KEY=xxx" > .env
source .env
# πππ (it will take a long time)
$ make ask_ai
# πππ (you can ask any questions you want)
clone it and run it on your local machine
$ git clone https://github.com/JohannLai/audio-to-text.git
$ cd audio-to-text
# input your audio link in audio.txt
echo "https://xxx/watch?v=xxx" > audios_list.txt
# input your OPENAI_API_KEY in .env
echo "OPENAI_API_KEY=xxx" > .env
source .env
# πππ (it will take a long time)
$ make start
# πππ
$ cat text_formatted/*.txt