Transcribing Speech Recordings into Text with Python and AssemblyAI (YC S17)
Learn to transcribe speech in recordings like MP3s into text with Python and AssemblyAI's API. Great post on fullstackpython.com! (more…)
Read more »
If you have been following my blog, you may have noticed a pattern; I write a lot about testing software. Recently, I picked up a book on Building Micro Services, where I came across a chapter on testing micro services. This post is about mocking your pyt… Read more