Skip to content

Punched cards recognition with LattePanda IOTA and Edge Impulse

License

Notifications You must be signed in to change notification settings

ronibandini/PunchedCards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PunchedCards

Punched card recognition system.

PunchedCardsFlyer

Parts

Component Description / Link
LattePanda IOTA DFRobot Product Page
Active Cooler DFRobot Product Page
Webcam USB Web Cam
Power Compatible Power Supply

Setup

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

About

Punched cards recognition with LattePanda IOTA and Edge Impulse

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages