CaptainNemo18 commited on
Commit
73e337f
·
verified ·
1 Parent(s): 965e69a

updated readme with dataset origin

Browse files
Files changed (1) hide show
  1. README.md +177 -0
README.md CHANGED
@@ -1,3 +1,180 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ # Indian Currency Recognition Dataset
5
+
6
+ ## Overview
7
+
8
+ The **Indian Currency Recognition Dataset** is a publicly available dataset designed for researchers and developers working on **currency classification**, **currency recognition**, and **counterfeit currency detection** using computer vision and deep learning.
9
+
10
+ The dataset contains high-resolution images of multiple Indian currency denominations captured under real-world conditions. It includes both old and new currency notes and has been augmented to improve model generalization.
11
+
12
+ ---
13
+
14
+ ## Dataset Information
15
+
16
+ | Attribute | Details |
17
+ |----------|---------|
18
+ | Dataset Name | Indian Currency Dataset |
19
+ | Version | 1 |
20
+ | Published | 28 August 2020 |
21
+ | DOI | 10.17632/48ympv8jjf.1 |
22
+ | License | CC BY 4.0 |
23
+ | Total Original Images | 4,657 |
24
+ | Total Augmented Images | 11,657 |
25
+ | Image Format | JPEG |
26
+ | Camera Used | Moto X Play (21 MP) |
27
+
28
+ ---
29
+
30
+ ## Supported Currency Denominations
31
+
32
+ The dataset contains images of the following Indian currency notes:
33
+
34
+ - ₹10 (Old & New)
35
+ - ₹20 (Old)
36
+ - ₹50 (Old & New)
37
+ - ₹100 (Old & New)
38
+ - ₹200
39
+ - ₹500
40
+ - ₹2000
41
+
42
+ Dataset folders:
43
+
44
+ ```
45
+ Rs.10/
46
+ Rs.20/
47
+ Rs.50/
48
+ Rs.100/
49
+ Rs.200/
50
+ Rs.500/
51
+ Rs.2000/
52
+ ```
53
+
54
+ ---
55
+
56
+ ## Image Specifications
57
+
58
+ Landscape Images
59
+
60
+ - Resolution: **5344 × 3006**
61
+
62
+ Portrait Images
63
+
64
+ - Resolution: **3006 × 5344**
65
+
66
+ All images were captured using a **Moto X Play smartphone equipped with a 21 MP camera**.
67
+
68
+ ---
69
+
70
+ ## Data Augmentation
71
+
72
+ To increase dataset diversity and improve deep learning performance, the following augmentation techniques were applied:
73
+
74
+ - Zoom
75
+ - Rotation (90°)
76
+ - Rotation (270°)
77
+ - Tilt
78
+ - Distortion
79
+ - Horizontal Flip
80
+
81
+ After augmentation, the dataset size increased from **4,657** images to **11,657** images.
82
+
83
+ ---
84
+
85
+ ## Applications
86
+
87
+ This dataset can be used for:
88
+
89
+ - Indian Currency Recognition
90
+ - Currency Classification
91
+ - Deep Learning Research
92
+ - Computer Vision Projects
93
+ - Assistive Technology for Visually Impaired Individuals
94
+ - Counterfeit Currency Detection
95
+ - Mobile Currency Recognition Applications
96
+
97
+ ---
98
+
99
+ ## Dataset Structure
100
+
101
+ ```
102
+ Indian-Currency-Dataset/
103
+
104
+ ├── Rs.10/
105
+ ├── Rs.20/
106
+ ├── Rs.50/
107
+ ├── Rs.100/
108
+ ├── Rs.200/
109
+ ├── Rs.500/
110
+ ├── Rs.2000/
111
+ └── README.md
112
+ ```
113
+
114
+ ---
115
+
116
+ ## Source
117
+
118
+ This dataset was developed as part of the project:
119
+
120
+ **"Coinnet: Platform-independent Application to Recognize Indian Currency Notes Using Deep Learning Techniques."**
121
+
122
+ The work was carried out during a sabbatical at **Bennett University** with support from **SR University (formerly SR Engineering College), Warangal**.
123
+
124
+ ---
125
+
126
+ ## Citation
127
+
128
+ If you use this dataset in your research or project, please cite:
129
+
130
+ ```bibtex
131
+ @dataset{veeramsetty2020indiancurrency,
132
+ author = {Venkataramana Veeramsetty and Gaurav Singal and Tapas Badal},
133
+ title = {Indian Currency Dataset},
134
+ year = {2020},
135
+ publisher = {Mendeley Data},
136
+ version = {V1},
137
+ doi = {10.17632/48ympv8jjf.1}
138
+ }
139
+ ```
140
+
141
+ Citation:
142
+
143
+ > Veeramsetty, V., Singal, G., & Badal, T. (2020). *Indian Currency Dataset* (Version 1). Mendeley Data. https://doi.org/10.17632/48ympv8jjf.1
144
+
145
+ ---
146
+
147
+ ## Related Resources
148
+
149
+ - GitHub Repository: https://github.com/10zinten/Indian-Currency-Recognition
150
+ - Research Paper: https://link.springer.com/article/10.1007/s11042-020-09031-0
151
+
152
+ ---
153
+
154
+ ## License
155
+
156
+ This dataset is distributed under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** License.
157
+
158
+ You are free to:
159
+
160
+ - Share
161
+ - Adapt
162
+ - Build upon the dataset
163
+
164
+ provided appropriate credit is given to the original authors.
165
+
166
+ For more information, visit:
167
+
168
+ https://creativecommons.org/licenses/by/4.0/
169
+
170
+ ---
171
+
172
+ ## Acknowledgements
173
+
174
+ Special thanks to:
175
+
176
+ - Venkataramana Veeramsetty
177
+ - Gaurav Singal
178
+ - Tapas Badal
179
+
180
+ for collecting and publishing this dataset for the research community.