jjgo | 1 year ago | on: DBRX: A new open LLM
jjgo's comments
jjgo | 4 years ago | on: Ask HN: What are some tools / libraries you built yourself?
Interesting, that doesn't really work for me as I sometimes use it to OCR sensitive stuff from scanned documents, and it wouldn't work offline. I found tesseract to work pretty reliably for my use and only fail when scanning non-ASCII characters.
jjgo | 4 years ago | on: Ask HN: What are some tools / libraries you built yourself?
Not the original poster, but this (https://news.ycombinator.com/item?id=27177609) how I do the same thing
jjgo | 4 years ago | on: Ask HN: What are some tools / libraries you built yourself?
Not op, but I wrote something equivalent based on a linux script that I found [1]. Here's the mac version of the script [2]. You need tesseract [3] installed for the OCR. For launching it using a keyboard shortcut I use a hammerspoon [4]. Example of how I bind it [5]
[1] https://github.com/sdushantha/bin/blob/master/utils/ocr
[2] https://github.com/JJGO/dotfiles/blob/master/scripts/bin/ocr
[3] https://pypi.org/project/pytesseract/
[4] http://www.hammerspoon.org/
[5] https://github.com/JJGO/dotfiles/blob/master/mac/.hammerspoo...
page 1
To be fair, they do compare to it in the main body of the blog. It's just probably misleading to compare to CodeLLaMA on non coding benchmarks.