Open palisn opened 7 months ago
Should a folder dedicated to machine learning on-the-edge (edge-ml
?) be added to the 2nd level or put inside the machine-learning
folder?
Should a folder dedicated to machine learning on-the-edge (
edge-ml
?) be added to the 2nd level or put inside themachine-learning
folder?
Wouldn't that be firmware?
Describe the vision. What is to be achieved? What does the end-result look like? Is it a specific feature? The current structure is too thrown-together. You can neither easily navigate it nor extend it properly. The goal should be a clean structure that is easily extensible and allows for quick testing and development, as well as deployment.
Share possible solutions or ideas and approaches. The top-level of the
Software
directory should provide four stages of software:collection
)processing
)machine-learning
)analysis
) Furthermore, we should embrace environment variables for the data storage location.Additionally, we should replace the central
requirements.txt
with a more decentralized approach, that requires only exactly as much as needed for a specific tool (my idea is to leave therequirements.txt
in place, but also provideshell.nix
files for every tool). Along with that, every tool and most directories should get their own READMEs that explain their usage and other important information regarding them.Additional context The current structure strongly differentiates between click and state-detection. They also both rely on different data collection method, with no clean way to interoperate them.