lu1a / wru

Distributed image taking -> understanding pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WRU

Sending input pictures/files -> receiving + storing them -> processing them -> displaying meaningful output.

READMEs of each section:
Sending input pictures/files (field_scout)
recieving + storing them (file_intake)
processing them (processing)
displaying meaningful output (result)

Still TODO:

  • field_scout must be able to send images that already exist in the operating folder, not just live created ones (so that the program may be down for any amount of time and still recover by sending the images later when restarted). (Small)
  • field_scout should delete images that are confirmed to have been uploaded. (Small)
  • field_scout must have objsto write permission credentials support. (Small)
  • field_scout should be able to operate in a Meshtastic-only mode. (Large)
  • processing must perform object, person, and animal recognition, not just facial. (Medium)
  • processing must save results to a DB. (Medium)
  • result must be built in the first place. (Medium)

About

Distributed image taking -> understanding pipeline


Languages

Language:Rust 58.7%Language:Python 30.8%Language:Nix 10.5%