Completed
- Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Text-to-Speech and Translation App Using Serverless Functions and Web Speech API
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Project Structure
- 3 - HTML & Tailwind Classes
- 4 - Web Speech API & TTS
- 5 - Get Voices
- 6 - Language Selection
- 7 - Google Translate API Key Setup
- 8 - Vercel CLI Setup
- 9 - Creating a Serverless Function
- 10 - dotenv Setup
- 11 - Google Translate API Request
- 12 - Test Function With Postman
- 13 - Make Request To Serverless Function Endpoint
- 14 - Translate Text & Play TTS
- 15 - Deploy To Vercel