Skip to content

A smart teleprompter that uses voice recognition to scroll through your script as you speak. Built over a few days during winter break.

Notifications You must be signed in to change notification settings

amulyagarimella/smart-teleprompter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Smart Teleprompter

Uses voice recognition to monitor your progress through your script, automatically scrolling as you speak!

Demo

Be sure to turn your sound on!

Smart.Teleprompter.Demo.mp4

Tech

  • Frontend: React JS
  • Backend: Node, Python
  • Websockets

Notes

The voice recognition is a little slow (as you can see in the demo, there's some lag between my speech and the teleprompter progress) since I use Google Cloud's speech-to-text API. Since the front-end has to interface with the server which in turn interfaces with a Python script which in turn interfaces with the cloud, there is some lag. My plan to fix this is to use Google Chrome's Web Speech API instead, which would also simplify the app! Also on the agenda is to make the app look nicer. :)

The teleprompter-gui folder contains another implementation of the app that uses a GUI generated by Python with tkinter instead of a React frontend to show the teleprompter. The main app is in teleprompter-app.

About

A smart teleprompter that uses voice recognition to scroll through your script as you speak. Built over a few days during winter break.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published