JohannLai / audio-to-text

Convert audio to text and summary just need to input the audio link.
GNU General Public License v3.0
9 stars 2 forks source link
auto chatgpt gpt text
Logo

ChatGPT Audio link to text and summary

LICENSE

Convert audio to text and summary just need to input the audio link.

δΈ­ζ–‡ζ–‡ζ‘£

Play with Issue

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.

πŸ“š Build Your Personal Teacher Based on Videos

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)

πŸ•ΉοΈ For developers

run on local

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