https://github.com/marlenezw/speech-to-text
Turn any video or audio recording into a written transcript using python
https://github.com/marlenezw/speech-to-text
data data-science python speech speech-recognition speech-synthesis speech-to-text
Last synced: about 2 months ago
JSON representation
Turn any video or audio recording into a written transcript using python
- Host: GitHub
- URL: https://github.com/marlenezw/speech-to-text
- Owner: marlenezw
- License: apache-2.0
- Created: 2022-08-24T16:26:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T09:38:32.000Z (over 3 years ago)
- Last Synced: 2025-05-05T01:38:23.480Z (about 1 year ago)
- Topics: data, data-science, python, speech, speech-recognition, speech-synthesis, speech-to-text
- Language: Jupyter Notebook
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# speech-to-text
One of my favorite uses of speech to text is turning a video or audio recording into a written transcript. This is a great way for you to get the most out of any piece of content you or others make. Once you have a video or audio it's possible to make a blogpost in a few minutes by just editing the transcript. AssemblyAI 's API lets you do this in a few lines of code! Here's all the code I used to transcribe a talk I recorded recently that I'll turn into a blog post.