cnn_card
Business card running / showing the internals of a CNN to classify 5x5 digits
File Explorer
Download Latest Version (.zip)- panelize.ipynb
- panelize.py
- gamma_correction.ipynb
- led_animation_layout.ipynb
- data.txt
- run_model.ipynb
- train.ipynb
- gol.c
- gol.h
- startup_anim.c
- startup_anim.h
- model.c
- model.h
- model_weights.c
- model_weights.h
- tensor.c
- tensor.h
- configurations.xml
- project.xml
- buttons.c
- buttons.h
- led_control.c
- led_control.h
- sleep.c
- sleep.h
- config.h
- main.c
- Makefile
- cnn_card.GBL
- cnn_card.GBO
- cnn_card.GBP
- cnn_card.GBS
- cnn_card.GML
- cnn_card.GTL
- cnn_card.GTO
- cnn_card.GTP
- cnn_card.GTS
- cnn_card.TXT
- combined.gbl
- combined.gbo
- combined.gbp
- combined.gbs
- combined.GKO
- combined.gtl
- combined.gto
- combined.gtp
- combined.gts
- combined.txt
- cnn_card_panel_2x2_bom_top.csv
- cnn_card_panel_2x2_pnp_top.csv
- panel_2x2.gerberset
- panel_2x2_Combined_Bottom.png
- panel_2x2_Combined_Top.png
- bom.csv
- cnn_card.cam
- cnn_card.fbrd
- cnn_card.fsch
- paste_holder_top.stl
- schematic.pdf
- LICENSE
- README.md
- video_link_image.jpg
# Installation Guide
1. Get the code
git clone https://github.com/PaulKlinger/cnn_card
Downloads the entire project code from GitHub to your computer.
cd cnn_card
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd cnn_card_embedded_code.X
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
