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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Unscribbler – Simple Handwriting Reader

17 点作者 samuelzxu大约 2 年前
This is a handwriting-to-text converter! Just follow the instructions on the page and you&#x27;re good to go :)<p>Background: I&#x27;ve been tutoring on the side for a while and it&#x27;s apparent that the whole process can be smoothed out, with the end goal being an AI tutor buddy with a stylus interface. This is a little step in that direction.<p>As for implementation details, I forked excalidraw (at <a href="https:&#x2F;&#x2F;github.com&#x2F;excalidraw">https:&#x2F;&#x2F;github.com&#x2F;excalidraw</a>), got a gcp free tier instance running, and scraped together a Google K8s Engine cluster serving with torchserve. Luckily there&#x27;s a great deal on the public preview of c3 cpus at the moment. For the model, I&#x27;m using trocr-base-handwritten ( <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;microsoft&#x2F;trocr-base-handwritten" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;microsoft&#x2F;trocr-base-handwritten</a> ).<p>Let me know if anyone has any ideas, suggestions, and&#x2F;or tips!

2 条评论

samuelzxu大约 2 年前
This is a handwriting-to-text converter! Just follow the instructions on the page and you&#x27;re good to go :)<p>Background: I&#x27;ve been tutoring on the side for a while and it&#x27;s apparent that the whole process can be smoothed out, with the end goal being an AI tutor buddy with a stylus interface. This is a little step in that direction.<p>As for implementation details, I forked excalidraw (at <a href="https:&#x2F;&#x2F;github.com&#x2F;excalidraw">https:&#x2F;&#x2F;github.com&#x2F;excalidraw</a>), got a gcp free tier instance running, and scraped together a Google K8s Engine cluster serving with torchserve. Luckily there&#x27;s a great deal on the public preview of c3 cpus at the moment. For the model, I&#x27;m using trocr-base-handwritten ( <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;microsoft&#x2F;trocr-base-handwritten" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;microsoft&#x2F;trocr-base-handwritten</a> ).<p>Let me know if anyone has any ideas, suggestions, and&#x2F;or tips!
评论 #35274587 未加载
x86hacker1010大约 2 年前
Neat project! Cool to see ideas merge like this. Obviously it’s really slow on my phone, but the idea is cool. Btw the conversion isn’t great. I wrote hello and its response Was way off
评论 #35275327 未加载