Automating Data Collection & Analysis

Hello,

I have an idea, but I lack the technical expertise to implement it.

I possess an old gasometer, and I currently document its readings by taking a photograph each month and manually entering the data into a Calc spreadsheet, along with the corresponding dates.

I am hoping to automate this process.

My initial thought is that a system could capture the images automatically, input the data into a database, and then present the information in a user-friendly format on a display.

Would anyone have any suggestions or insights on how to achieve this?

Thx

7 points · 2 comments · view on lemmy.world

2 Comments

Reverendender@sh.itjust.works · 2 pts · 1y

You would need an optical character recognition system. No idea how to implement one on a tiny scale like you are talking, but it should be at least feasible.

RunningInRVA@lemmy.world · 2 pts · 1y

OpenCV has a lot of tools to help you achieve this but it will take some programming prowess.