Home

Coin Sorting Robot

View on GitHub

Project Overview

Built during an intense 24-hour hackathon, this coin sorting robot uses machine learning to identify different Indian coin denominations (₹1, ₹2, ₹5, ₹10) and automatically sorts them into separate containers. The entire system runs on a Raspberry Pi 4B.

The Challenge

Creating a working coin sorting system in just 24 hours required:

Complete Sorting System

Complete Coin Sorting System

Complete coin sorting robot with camera and sorting mechanism

System Architecture

The coin sorting system combines machine learning with mechanical engineering to create an efficient automated solution:

Control Hardware

Hardware Setup

Raspberry Pi 4B setup with camera module and control circuits

Processing Power

The Raspberry Pi 4B provides the computational power needed for real-time coin recognition:

Sorting Mechanism

Sorting Mechanism

Custom-built mechanical sorting system with multiple output containers

Mechanical Design

The sorting mechanism was designed for reliability and precision during the 24-hour hackathon:

System Demonstration

Live demonstration of coin detection and sorting process

How It Works

Built With

Raspberry Pi 4B Python OpenCV Machine Learning TensorFlow GPIO Control Hardware Design

AI Recognition System

The machine learning component was crucial for accurate coin identification under time constraints:

24-Hour Hackathon Challenges

Results

Successfully demonstrated a working coin sorting system within the 24-hour deadline. The robot accurately identified and sorted all four Indian coin denominations with high precision, showcasing the power of combining machine learning with mechanical engineering.

Key Learnings