HackerTrans
TopNewTrendsCommentsPastAskShowJobs

WinH

no profile record

Submissions

Transcriber AI – Free, end-to-end machine based transcription with speaker id

hello.transcriberai.com
18 points·by WinH·2 lata temu·13 comments

comments

WinH
·2 lata temu·discuss
Our team uses Cloudron to host all our internal apps and data, and they offer a number of wiki / forum type of services. We settled on MediaWiki (e.g. Wikipedia Open Source) since it was familiar to everyone. https://www.cloudron.io/store/index.html https://www.cloudron.io/store/org.mediawiki.www.cloudronapp....
WinH
·2 lata temu·discuss
Congrats, any plans for college following graduation :)
WinH
·2 lata temu·discuss
This is great! (If you don't mind me asking) How did you get around getting blocked by YouTube, and what are you using for Speech to text? I built a similar site (https://transcriberai.com), but we couldn't get around YT blocking our download requests, so we only accept file uploads.
WinH
·2 lata temu·discuss
Do you have a way to try this for free? I keep trying to upload smaller and smaller files. Also, take a look at https://transcriberai.com.
WinH
·2 lata temu·discuss
SignalR and .Net work so well together. We also heavily leverage Hangfire (https://github.com/HangfireIO/Hangfire) in our apps for any async/background processes as well.
WinH
·2 lata temu·discuss
From my experience, you have to have a culture of code reviews to implement code reviews - if that makes sense. I have worked with a number of different teams, and have found the most success in bending the code review process to match the culture of the team. Sometimes that means all code reviews go through a single person, and other times, it means have well documented processes and bi-weekly in-person review (e.g. lots of structure).
WinH
·2 lata temu·discuss
These numbers are hard to comprehend. I assume they are just trying to pump the IPO price as much as possible.
WinH
·2 lata temu·discuss
Love it. I used to use excel back in the day to create pixel art.
WinH
·2 lata temu·discuss
How do you handle admins approving what gets posted? I know at a lot of events, the event organizers are worried about content being auto posted. Also, Do you have a video to a demo anywhere?
WinH
·2 lata temu·discuss
We use LLM agents to do proofreading and editing of transcripts after they are edited by people. They are good at applying our customer's specific requirements (e.g. capitalization, formatting, etc.) without us having our folks worry about any of that. We use https://transcriberai.com or https://otter.ai/ (there are a bunch) to create the first transcript for our transcriptionists.
WinH
·2 lata temu·discuss
Thanks, did you try the editor?
WinH
·2 lata temu·discuss
Yes. We run run Whisper Large V3 (not Turbo) for the speech to text. It still seems to be the best open source model out there for that step. The main challenge we are trying to solve is Speaker Identification, which is a very time consuming process.