Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Project Addition]: Indian Currency Detection using DL #709

Closed
aaradhyasinghgaur opened this issue Jun 3, 2024 · 3 comments · Fixed by #722
Closed

[Project Addition]: Indian Currency Detection using DL #709

aaradhyasinghgaur opened this issue Jun 3, 2024 · 3 comments · Fixed by #722
Assignees
Labels
gssoc Girlscript Summer of Code 2024 level 3 Level 3 for GSSOC Status: Assigned Assigned issue.

Comments

@aaradhyasinghgaur
Copy link
Contributor

aaradhyasinghgaur commented Jun 3, 2024

Deep Learning Simplified Repository (Proposing new issue)

🔴 Project Title : Indian Currency Notes Classifier

🔴 Aim : To classify indian currency for ease in conditions like poor lighting or for individuals with visual impairments

🔴 Dataset : https://www.kaggle.com/datasets/gauravsahani/indian-currency-notes-classifier

🔴 Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


📍 Follow the Guidelines to Contribute in the Project :

  • You need to create a separate folder named as the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project in other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

To be Mentioned while taking the issue :

To classify diffrent current notes such as -
1)Ten Rupee Notes
2)Twenty Rupee Notes
3)Fifty Rupee Notes
4)Hundred Rupee Notes
5)Two Hundred Rupee Notes
6)Five Hundred Rupee Notes, and,
7)Two Thousand Rupee Notes.
we will employ five distinct deep learning network architectures:

  • DenseNet121
  • Xception
  • VGG16
  • ResNet50
  • InceptionV3
  1. Data Augmentation Techniques:
    To enhance the accuracy and robustness of the models, I will apply various data augmentation techniques such as:
  • Rotation
  • Zooming
  • Flipping (horizontal and vertical)
  • Shearing
  • Brightness adjustments

These techniques will artificially expand the dataset and help prevent overfitting.
3. Model Performance Comparison:
I will evaluate and compare the performance of each model using the following metrics and visualizations:

  • Accuracy Score: To measure the overall correctness of the models.
  • Loss Graph: To visualize the loss during training and validation phases.
  • Accuracy Graph: To track accuracy improvements over epochs.
  • Confusion Matrix: To provide a detailed breakdown of model performance across different diamond shapes, highlighting precision, recall, and F1 score for each category.
  1. Exploratory Data Analysis (EDA):
    Before training the models, I will perform comprehensive exploratory data analysis (EDA) on the dataset to understand its structure. This will include:
  • Distribution of images across different diamond shapes.
  • Image quality and resolution consistency.
  • Identifying any class imbalances.
  • Visualizing sample images from each category.
  1. README File:
    A README file will be created to document the entire process according to the READMe template.

Tools I'll use :- numpy , matplotlib , scikit-learn , tqdm , keras etc.

  • What is your participant role? (Mention the Open Source program) - GSSOC-2024 CONTRIBUTOR

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

Copy link

github-actions bot commented Jun 3, 2024

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

@abhisheks008 abhisheks008 changed the title [Project Addition] :- Indian Currency Notes Classifier [Project Addition]: Indian Currency Detection using DL Jun 3, 2024
@abhisheks008
Copy link
Owner

Assigned @kyra-09

Copy link

github-actions bot commented Jun 4, 2024

Hello @kyra-09! Your issue #709 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc Girlscript Summer of Code 2024 level 3 Level 3 for GSSOC Status: Assigned Assigned issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants