Building a Video Transcriber with Node.js and Google AI Speech-To-Text API
1h 9mIntermediate2023-12-15
Authors

Fikayo Adepoju
Technical Writer | Software Developer
Course details
Formerly complicated tasks like audio transcription for videos have become much simpler thanks to the rise of APIs like Google's Speech-to-Text. But while this exciting new tool can handle transcription, if you want to transcribe a lot of audio, your code still needs to set up connections and authentication and pipe the information back and forth. In this course, instructor Fikayo Adepoju shows you how to integrate Node.js applications with Google AI Speech-to-Text. Learn how to set up Google AI Speech-to-Text, build the video transcriber interface, develop the back end and connect to the AI, and then bring it all together.
This course is designed for intermediate and advanced developers interested in the future of development with generative AI and the integration of applications with AI models.
This course is designed for intermediate and advanced developers interested in the future of development with generative AI and the integration of applications with AI models.
Skills covered
Google CloudNode.jsJavaScript FrameworksArtificial Intelligence FoundationsGoogleArtificial Intelligence (AI)Web DevelopmentOpen SourceOne-Off
Concepts
0. Introduction
- 01 - AI-powered video transcription
- 02 - Who is this course for
- 03 - What you should know
1. Setting Up Google AI Speech-to-Text
- 04 - Signing up for a Google Cloud account
- 05 - Setting up billing
- 06 - Creating your GCP project
- 07 - Enabling the Speech-to-Text
- 08 - Getting your access credentials
2. Building the Video Transcriber Interface
- 09 - Cloning the seed project
- 10 - Project code walk-through
- 11 - Adding the video upload functionality
- 12 - Adding the transcribe video function
- 13 - Adding the transcription display function
3. Building the Backend - Connecting to the AI
- 14 - Building out the Express.js API
- 15 - Configuring Google s Speech library
- 16 - Adding routes
- 17 - Setting up file upload functionality
- 18 - Transcribing with the Google AI Speech-to-Text
4. Bringing It All Together
- 19 - Connecting the front end to the API
- 20 - Adding a progress indicator
- 21 - Editing transcriptions
Conclusion
- 22 - Next steps