Punched card recognition system.
| Component | Description / Link |
|---|---|
| LattePanda IOTA | DFRobot Product Page |
| Active Cooler | DFRobot Product Page |
| Webcam | USB Web Cam |
| Power | Compatible Power Supply |
Run the following commands to prepare your environment and install the necessary dependencies:
# Update system and install SSH
sudo apt update
sudo apt install openssh-server -y
sudo systemctl enable ssh
sudo systemctl start ssh
# Install Node.js
sudo apt install curl -y
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install nodejs -y
# Install Edge Impulse CLI
sudo npm install -g edge-impulse-linux --unsafe-perm
sudo npm install -g edge-impulse-cli --unsafe-perm