/CoinVision--Coin-Counter

Detect coins in live video, calculate their total value in rupees, and display the result using OpenCV and CVZone libraries. 💰

Primary LanguagePython

Coin VISION

This Python project uses OpenCV and CVZone libraries to detect coins from a live video feed, calculate their total value in rupees, and display the result on-screen.

Features

  • Captures video from a camera and applies image processing techniques to detect coins.
  • Uses contour detection to identify different coin sizes and calculate their value based on predefined criteria.
  • Displays the total value of detected coins in rupees on the screen.

Requirements

  • Python 3.x
  • OpenCV
  • CVZone

Installation

  1. Clone the repository:

    git clone https://github.com/your_username/your_repository.git
    cd your_repository
  2. Install dependencies:

pip install -r requirements.txt

Usage

Connect a camera or webcam to your computer.

Run the script:

python coin_detection.py

Adjust the trackbars in the settings window to optimize coin detection based on lighting conditions.

PDF presentation

presentation

🚀 About Me

I'm a full stack Web & App Developer and an undergrad Data Science Student 👨‍💻🙌

Authors