File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ on GitHub.
1515
1616## 2020
1717### August
18- * New blog post that shows
19- [ How to Transcribe Speech Recordings into Text with Python] ( /blog/transcribe-recordings-speech-text-assemblyai.html ) .
18+ * New blog posts on
19+ [ How to Transcribe Speech Recordings into Text with Python] ( /blog/transcribe-recordings-speech-text-assemblyai.html )
20+ and
21+ [ Using Sentry to Handle Python Exceptions in Django Projects] ( /blog/sentry-handle-exceptions-django-projects.html ) .
2022* Added new [ GPT-3 page] ( /gpt-3.html ) .
2123* Updated [ debugging] ( /debugging.html ) page with some additional descriptions.
2224
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ slug: transcribe-recordings-speech-text-assemblyai
33meta: Learn to transcribe speech in recordings like MP3s into text with Python and AssemblyAI's API.
44category: post
55date: 2020-08-09
6- modified: 2020-08-09
6+ modified: 2020-08-30
77newsletter: False
88headerimage: /img/headers/python-assemblyai.jpg
99headeralt: Logos for the implementations used in this blog post. Copyright their respective owners.
@@ -38,7 +38,7 @@ comfortable with to work with a database instead of writing SQL...
3838## Tutorial requirements
3939Throughout this tutorial we are going to use the following dependencies,
4040which we will install in just a moment. Make sure you also have Python 3,
41- [ preferrably 3.6 or newer installed] ( https://www.python.org/downloads/ ) ,
41+ [ preferably 3.6 or newer installed] ( https://www.python.org/downloads/ ) ,
4242in your environment:
4343
4444We will use the following dependencies to complete this
You can’t perform that action at this time.
0 commit comments