TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Whisper-WebUI

42 pointsby ivank9 months ago

3 comments

jamesblonde9 months ago
This was a lab assignment I gave my students at KTH in Nov 2022Ö <a href="https:&#x2F;&#x2F;github.com&#x2F;ID2223KTH&#x2F;id2223kth.github.io&#x2F;blob&#x2F;master&#x2F;assignments&#x2F;lab2&#x2F;id2223_2022_lab2.pdf">https:&#x2F;&#x2F;github.com&#x2F;ID2223KTH&#x2F;id2223kth.github.io&#x2F;blob&#x2F;master...</a><p>See some of their example solutions here (along with their projects in 2022): <a href="https:&#x2F;&#x2F;id2223kth.github.io&#x2F;assignments&#x2F;project&#x2F;ServerlessMLProjectsID22232023.html#id.712p8wy1yazm" rel="nofollow">https:&#x2F;&#x2F;id2223kth.github.io&#x2F;assignments&#x2F;project&#x2F;ServerlessML...</a><p>One of the student labs was gamified language learning - say the image in the language you are learning, and Whisper tells you whether you said it in an understandable way.<p>This Gradio implementation is a more polished version of their early efforts.
yjftsjthsd-h9 months ago
This says it can generate subtitle files, which is something I&#x27;ve wanted from whisper for a while. But does anyone know of a way to do that with just a cli tool that I can run locally? Like, ideally, just `whisper-make-subtitles .&#x2F;*.mp4` to loop over every .mp4 in a directory and create matching subtitle files.
评论 #41332792 未加载
评论 #41334323 未加载
评论 #41333462 未加载
vlugorilla9 months ago
Also check out <a href="https:&#x2F;&#x2F;whishper.net" rel="nofollow">https:&#x2F;&#x2F;whishper.net</a>