n2nco / teleprompter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tele-Prompter

  • On-device teleprompter that helps you become more charismatic by providing you with various quotes to say.
  • Demo:
demo.mp4
  • Requires transformers, torch, the general conda install.
  • Run by typing python main.py.
  • By default, will run using semantic embeddings. If you want to try the highly experimental finetuned model, run python main.py llm.
  • Right now this will only work on MacOS as it uses on-device speech recognition (using the hear library/app).
  • It must be launched within Terminal, not iTerm or VS Code's integrated terminal, for hear to appropriately request Speech Recognition and Microphone permissions. See sveinbjornt/hear#15
  • It would be trivial to add whisper, feel free to do so and send me a pull request.

This fork adds a text input column to this demo:

About

License:MIT License


Languages

Language:HTML 45.6%Language:Python 39.7%Language:JavaScript 12.6%Language:CSS 2.2%