DEV Community

Cover image for 07: A Closed Captioning Example on RaspberryPi using Azure Cognitive services
Jim Bennett for Microsoft Azure

Posted on • Originally published at julyot.dev on

07: A Closed Captioning Example on RaspberryPi using Azure Cognitive services

Build a close captioning tool using a Raspberry Pi and Azure

The project

Check out this cool GitHub repo that shows you how to use the Azure Cognitive services from Microsoft and build an example of the Speech to text on a IoT device like raspberry. We will be using youtube videos for our source of speech which would be the input, we will consume the speech data via Mic connected to raspberry and display the converted text in real time over a LCD screen.

See it in action

Check out this video to see this project in action.

Get the instructions

Check out the GitHub repo for all the instructions.

Top comments (0)