TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I Built and Ran a DIY Transcription Service from My Home

6 点作者 meerab大约 2 个月前

1 comment

meerab大约 2 个月前
For the past 6 months, I&#x27;ve been running VideoToBe.com, a simple transcription service using a single machine hosted in my house. My DIY setup is small, yet functional. I use the OpenAI Whisper Model to convert audio to text and send the transcript via email. You can try my service at VideoToBe.com.<p>First, I had to upgrade my desktop to one with a GPU. I had been exploring LLMs and generative AI, but my old hardware was not enough - in my upgrade, GPU is the most expensive component. I opted for the NVIDIA 3090 GPU, 62GB of RAM and AMD&#x27;s Ryzen 9.<p>My Kitchen Table Tech Stack A GPU computer running in my home network<p>A front-end that uploads files to a Storage Bucket and adds the task to a queue.<p>A cron job that downloads these files<p>OpenAI&#x27;s Whisper model create the transcripts.<p>A simple email system to deliver results<p>The service runs on my home internet, using residential AT&amp;T Fiber. Since traffic is still low, my home internet can handle the traffic. Requests are added to the queue and processed one by one by server. The machine can run Whisper Large Model. The Transcripts are delivered via email. Since the delivery mechanism is email, I have wiggle room in terms of performance. So far, I am able to delivered most transcripts requests within 30 minutes.<p>What Did I Learn? - Scaling is overrated: My small setup has worked fine for 6 months. One day, I may need to scale — but that day is not today. Over engineering kills more projects.<p>- Users are nice: I used to think users were demanding and unreasonable. But when you set clear expectations and deliver, people are kind. Some have even given me marketing tips and encouragement!<p>- Monthly Subscription Fatigue: Most of the people hate monthly subscription!<p>Where Am I Right Now and What Next? People actually use my service! We recently crossed 10,000 transcripts. Many users keep coming back and send kind emails. Their encouragement keeps me going!<p>I’m now building a more complete product. My original goal is to build a system with video search, insights, and chat with videos. So far, I have worked only on the audio part — adding visual context is one of my goals and my next step.<p>Have a big collection of audio or video? Get in touch! I&#x27;d love to help you build your video insights media library. Have a feedback ? Feel free to get in touch at meera@videotobe.com