https://github.com/sofyan48/images_classification
https://github.com/sofyan48/images_classification
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sofyan48/images_classification
- Owner: sofyan48
- Created: 2024-01-16T18:45:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-16T19:00:16.000Z (over 1 year ago)
- Last Synced: 2025-02-19T14:07:48.677Z (8 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Image Clasifier
## Create Image Structure in folder like this
```
├── artist
│ ├── ocha
│ │ └── image_1.jpg
│ │ └── image_2.jpg
│ ├── fleta
│ │ └── image_1.jpg
│ │ └── image_2.jpg
│ ├── rose
│ │ └── image_1.jpg
│ │ └── image_2.jpg
│ ├── flower
│ │ └── image_1.jpg
│ │ └── image_2.jpg
│ └── bunga
│ │ └── image_1.jpg
│ │ └── image_2.jpg
```
## Preparing Dataset
```
python prepare.py artist
```
After prepare next create a dataset folder structure## Train Dataset Folder
```
python train.py 2 model_folder_name
```## Predict Image
```
python predict.py image_path
```