abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
319 stars 288 forks source link

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

Closed aaradhyasinghgaur closed 4 weeks ago

aaradhyasinghgaur commented 4 weeks ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Indian Currency Notes Classifier
:red_circle: Aim : To classify indian currency for ease in conditions like poor lighting or for individuals with visual impairments
:red_circle: Dataset : https://www.kaggle.com/datasets/gauravsahani/indian-currency-notes-classifier
:red_circle: 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 :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: 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:

These techniques will artificially expand the dataset and help prevent overfitting.

  1. 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.


Happy Contributing πŸš€

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

github-actions[bot] commented 4 weeks ago

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

abhisheks008 commented 4 weeks ago

Assigned @kyra-09

github-actions[bot] commented 4 weeks ago

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