Live data from Hacker News

OCRing Music from YouTube with Common Lisp

nickfa.ro

1–10 of 20 posts

Re: OCRing Music from YouTube with Common Lisp

#3

honestly this would be better with an AI model

> honestly this would be better with an AI model

In the article the author tried Tesseract which uses ML and has some neural network models, and also tried ChatGPT.

I have come to the same conclusion as the author when doing OCR that needed 100% accuracy.

When you know the font, spacing and the layout is fixed, old school statistical analysis of the pixels works a treat.

Re: OCRing Music from YouTube with Common Lisp

#4

honestly this would be better with an AI model

> honestly this would be better with an AI model In the article the author tried Tesseract which uses ML and has some neural network models, and also tried ChatGPT. I have come to the same conclusion as the author when doing OCR that needed 100% accuracy. When you know the font, spacing and the layout is fixed, old school statistical analysis of the pixels works a treat.

Completely second that. This is my experience as well.

Re: OCRing Music from YouTube with Common Lisp

#8
post #7

If you're also getting a 500: https://web.archive.org/web/20250106075631/https://nickfa.ro...

I just restarted the webserver. It's running on OpenBSD HTTPd + MediaWiki + SQLite, and keeping it up has been a perpetual thorn in my side. Oh well. I need to figure out some alternative setup probably.

Re: OCRing Music from YouTube with Common Lisp

#9
post #7

If you're also getting a 500: https://web.archive.org/web/20250106075631/https://nickfa.ro...

I just restarted the webserver. It's running on OpenBSD HTTPd + MediaWiki + SQLite, and keeping it up has been a perpetual thorn in my side. Oh well. I need to figure out some alternative setup probably.

Modify your DNS to put cloudflare or bunny in front of it and you'll be good. Don't stop self-hosting :)

Re: OCRing Music from YouTube with Common Lisp

#10

honestly this would be better with an AI model

By "AI model" do you mean neural nets? "AI" or "ML" are just buzzwords that conveys no real meaning about the underlying mathematics. The underlying models could be something as basic as linear or logistic regression, which depending on the application could actually be more appropriate that full-blown neural nets.
Post reply on HN