Show HN: LLPlayer – a media player with OpenAI Whisper
22 points| umlx | 1 year ago |llplayer.com
It can generate subtitles in real time using OpenAI Whisper. It can also generate subtitles from any online videos.
It is free and open source.
I would very much like to get feedback, Thanks.
[Github: https://github.com/umlx5h/LLPlayer]
pogue|1 year ago
Keep up the good work, cool idea.
umlx|1 year ago
I will research if there is a good quality playback method locally, Thanks.
xnx|1 year ago
umlx|1 year ago
I will imitate the good points of other players with ASR implementation.
sebnun|1 year ago
I see you are using yt-dlp for YouTube, my app originally also played YouTube videos scraped with yt-dlp, but I found that it is very hard to get YouTube audio "at scale" even when rotating IP, using proxies, etc. You will eventually get blocked, so I dropped the whole thing and focused on podcasts.
But with your app the user runs it locally so that shouldn't be a problem. Good luck.
[0] https://www.langturbo.com
umlx|1 year ago
throwaway314155|1 year ago
umlx|1 year ago
I would like to improve accuracy by preserving context, but I haven't found a good way to do this at the moment.
If we are talking about the accuracy of the transcription, it is very good if you use a large model. At least the accuracy of whisper is far superior to Youtube's subtitle generation!
mdrzn|1 year ago
yungporko|1 year ago