A fun little project I created! 🎉 >.< :3 in like a few days (didnt spend a lot of time on it so its kinda low effort >.< oopsie)
Important: Make sure your dataset follows the specified structure!
dataset_folder/
│
├── A/
│ ├── image1.png
│ ├── image2.png
│ └── ...
│
├── B/
│ ├── image1.png
│ ├── image2.png
│ └── ...
│
└── C/
├── image1.png
├── image2.png
└── ...
- Each folder inside
dataset_folder
represents a single letter or character - Place all images corresponding to a specific character inside its respective folder
- For example, images of the letter "A" should be placed inside the A folder