KO
|
EN
gitlite — search
Search
#javascript
#python
#php
#java
#ruby
#shell
#css
#blog
#jekyll
#elasticsearch
#lua
#hacktoberfest
scribe
★ 50
Open GitHub ↗
Live transcription with OpenAi Whisper
Download README (.md)
Explore Similar Repositories
prestashop-cloudflare-turnstile
:
Protect your Prestashop store from spam messages and spam user accounts with Cloudflare Turnstile
Toggles
:
Toggles is an elegant and powerful solution to feature flagging for Apple platforms.
pgjobs
:
Go and PostgreSQL job queue blueprint
curso-R-Python-data-science-analisis-datos
:
No description available.
stratos-tropos-4
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
scribe
?
Download (.md)
This is a psuedo-live transcription program using Whisper. A microphone recorder function and a whisper function run in parallel using multiprocessing. The microphone continuously records 5 second audio files while the whisper function checks if a new audio file is ready for transcription and then converts speech to text. I then used this pseudo-live transcription for a quesiton-answering bot. The inspiration was a companion bot for students. It detects questions (possibly from a teacher/professor) and finds the answer from an accompanying text file (like a notebook). In testing it correctly answered simple fact questions (like the ruling in a court case) but failed to answer more abstract questions (like "what was the defense's argument?").