help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
image-classification
/
dataset
RSK World
image-classification
Image Classification Dataset - CNN Models + Transfer Learning + Deep Learning
dataset
  • test
  • train
  • validation
  • README.md2 KB
README.md
dataset/README.md
Raw Download

README.md

<!--
===================================================================================
Project: Image Classification Dataset
Description: Dataset directory structure guide.

Author: Molla Samser
Email: help@rskworld.in
Phone: +91 93305 39277
Website: https://rskworld.in

© 2025 RSK World. All rights reserved.
===================================================================================
-->

# 📁 Dataset Directory Structure

This directory should contain your image classification dataset organized as follows:

```
dataset/
├── train/ # Training data (70%)
│ ├── animals/
│ │ ├── cat_001.jpg
│ │ ├── dog_001.jpg
│ │ └── ...
│ ├── vehicles/
│ │ ├── car_001.jpg
│ │ └── ...
│ └── [other_categories]/
│
├── validation/ # Validation data (15%)
│ ├── animals/
│ ├── vehicles/
│ └── [other_categories]/
│
└── test/ # Test data (15%)
├── animals/
├── vehicles/
└── [other_categories]/
```

## 📋 Guidelines

1. **Consistent Structure**: Ensure all three splits (train, validation, test) have the same category directories.

2. **Naming Convention**: Use descriptive names for categories (e.g., `animals`, not `cat1`).

3. **Image Formats**: Supported formats: `.jpg`, `.jpeg`, `.png`, `.bmp`, `.gif`

4. **Image Quality**: Use high-quality, well-lit images for better model performance.

5. **Class Balance**: Try to maintain similar numbers of images per category.

## 🔧 Adding Your Data

1. Create category subdirectories in `train/`, `validation/`, and `test/`
2. Place corresponding images in each category
3. Maintain approximately 70-15-15 split ratio

## 📞 Support

For any questions or assistance:
- **Email:** help@rskworld.in
- **Website:** https://rskworld.in

---
*Author: Molla Samser | RSK World*

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer