Code Monkey home page Code Monkey logo

the-blind-assist's Introduction

The Blind Assist: Currency Detection For the Visually Impaired

The "Currency Detection for the Visually Impaired" project aims to assist visually impaired individuals in identifying different banknotes accurately. The system leverages Convolutional Neural Networks (CNN) to recognize and classify various currencies in real-time through a live camera feed.

How to Use the Currency Detection for the Visually Impaired App

  • Firstly clone the repository.
    git clone https://github.com/OMKAR-KALEPU/the-blind-assist.git

  • Download the Dataset.

  • Rename the denomination folders to:

  1Hundrednote 
  2Hundrednote 
  2Thousandnote
  5Hundrednote 
  Fiftynote
  Tennote 
  Twentynote 
  • Create a virtual environment.
    python -m venv .venv

  • Activate the virtual environment. Open the terminal or command prompt and give the following command.
    .venv\Scripts\Activate

  • Now that the virtual environment is activated, install the necessary libraries as specified in requirements.txt
    pip install -r requirements.txt

  • You can create you own classifier by executing the models
    (OR) You can feel free to download the already trained DenseNet Classifier here.

  • Now you can start the django server.
    python manage.py runserver

  • Now the project is live at

    http://127.0.0.1:8000/
    
  • The user interface looks something like this:

interface

  • You can click on the User section present in the navbar and register yourself and then you'll be able to predict your notes using live camera with voice output.

Note

  • The path to the classifier should be changed accordingly in user/views.py file.

  • The integrated web cam might not be able to detect the note properly if the quality of camera is not good. So I recommend using an external cam to be added to it. If external cam is added, the a line of code in user/views.py should be modified to:

    cv.videoCapture(1)
    

Thank you :)

the-blind-assist's People

Contributors

omkar-kalepu avatar

Stargazers

Sai Tharun Reddy Jajala avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.