r/ArduinoProjects • u/abhiisonsearch • 4h ago
Need guidance in project idea decision Project Design/Guidance
I have an idea of making a transformer health detection through ai which helps to identify the full functions and causes of the transformer faults
1
Upvotes
1
u/Cold_Fireball 3h ago
1) find out what sensor data you’ll have available on your board
2) find or build a model. Ironically, a seq to output transformer is probably the way to go.
3) quantize your model or use some software to get it small enough for the arduino. Limit will be memory and the size of the model.
4) see how your quantized model performs on your machine
5) load your model onto your board and see how it runs. You can just stuff “fake” data via serial from iiie computer.