Skip to content

GoldenKacper/ISD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent State Detector

The goal of this project is to create an AI that fits on a microcontroller and can differentiate between a person laying, standing, walking and running.

Our plan

roadmap

Neural Network Schema

NeuralNetwork_1 NeuralNetwork_2 NeuralNetwork_3

TODO

  • Translate all materials to english
  • Add license to project
  • Create device schematic
  • Acquire all components for the device
  • Design and 3D print the case
  • Assemble the device
  • Write data gathering firmware (MicroPython) for MCU
  • Collect data
  • Design the neural network
  • Write machine learning software for PC
  • Train neural network
  • Write final firmware for MCU
  • Test device
  • Write documentation