mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 19:46:56 +03:00
* Add Makefile * Update .gitignore to exclude venv * Add requirements.txt for venv * Add pymarkdown lint Github action * Update .md from lint tool * Update README with make commands * Add linter config
12 lines
643 B
Markdown
12 lines
643 B
Markdown
The following links point to additional information in other repos:
|
|
|
|
# Digits
|
|
|
|
* [Training the CNN neural network](https://github.com/jomjol/neural-network-digital-counter-readout/blob/master/Train_Network.md)
|
|
* [Training and using a neural network to readout the value of a digit counter](https://github.com/jomjol/neural-network-digital-counter-readout)
|
|
|
|
# Analog
|
|
|
|
* [Training and using a neural network to read out the value of an analog display](https://github.com/jomjol/neural-network-analog-needle-readout)
|
|
* [Training the CNN neural network](https://github.com/jomjol/neural-network-analog-needle-readout/blob/master/Train_Network.md)
|