Skip to content

Commit 106ab79

Browse files
authored
Update README.md
1 parent 489f35e commit 106ab79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,24 @@ The classifier is based on a pre-trained VGG16 model with additional layers adde
2222

2323
Please note that the training dataset is not included in this repository due to its size. You can download the dataset from [Kaggle](https://www.kaggle.com/datasets/gauravneupane/nepali-rupees-collection). After downloading, extract the dataset and arrange the folder structure as follows:
2424

25+
```
2526
dataset/
27+
2628
├── train/
2729
│ ├── class_1/
2830
│ ├── class_2/
2931
│ ├── ...
3032
│ └── class_n/
33+
3134
└── valid/
3235
├── class_1/
3336
├── class_2/
3437
├── ...
3538
└── class_n/
3639
40+
```
41+
42+
3743

3844
Replace `class_1`, `class_2`, etc., with the actual class names or labels of the currency notes.
3945

0 commit comments

Comments
 (0)