bsaleh524 / DBD-Killer-AI

AI for DBD
MIT License
0 stars 0 forks source link

Create an EasyOCR, lightweight model #10

Closed bsaleh524 closed 4 weeks ago

bsaleh524 commented 1 month ago

https://blog.roboflow.com/best-ocr-models-text-recognition/

We want the model to read in the bottom portion of the screen. Also, per the blog:

"Once we prepared the dataset, we evaluated each OCR solution. A Levenshtein distance ratio, a metric used for measuring the difference between two strings, was calculated and used for scoring."

This is good for knowing what button to hit when the text comes up.

bsaleh524 commented 1 month ago

Now, just use a webcam on the computer with a starting EasyOCR model. New repository was created here