Skip to content

adityavdn/flower-classification-deep-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒธ Flower Classification - Deep Learning

Python TensorFlow Accuracy

๐Ÿ“– Overview

Deep learning image classification model using EfficientNetB0 architecture to classify 102 different flower species from the Oxford 102 Flowers dataset. Achieves 88.82% test accuracy through transfer learning and fine-tuning.

๐ŸŽฏ Highlights

  • Model: EfficientNetB0 (Transfer Learning)
  • Dataset: Oxford 102 Flowers
  • Test Accuracy: 88.82%
  • Classes: 102 flower species

๐Ÿ› ๏ธ Tech Stack

  • TensorFlow/Keras
  • EfficientNet Architecture
  • Image Augmentation
  • NumPy, Matplotlib

๐Ÿš€ Quick Start

cd flower-classification-deep-learning
pip install -r requirements.txt
python train.py

## ๐Ÿ“Š Model Performance

| Metric | Score |
|--------|-------|
| Training Accuracy | 95.2% |
| Validation Accuracy | 90.5% |
| Test Accuracy | 88.82% |

## ๐Ÿ”ฎ Future Work

- Deploy model as REST API
- Mobile app integration
- Real-time classification

## ๐Ÿ‘ค Author

**Aditya Vardhan** | MSc Data Science, University of Roehampton
- GitHub: [@adityavdn](https://github.com/adityavdn)

## ๐Ÿ“„ License

MIT License

---

### ๐Ÿ“Œ Keywords
`Deep Learning` `Computer Vision` `Image Classification` `EfficientNet` `Transfer Learning` `TensorFlow`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors