An open API service indexing awesome lists of open source software.

https://github.com/farhad-here/imageclassification_vgg19

It is one of my projects which is about image classification with tensorflow.
https://github.com/farhad-here/imageclassification_vgg19

image-classification image-recognition python streamlit vgg16 vgg19

Last synced: 2 months ago
JSON representation

It is one of my projects which is about image classification with tensorflow.

Awesome Lists containing this project

README

          

# 🖼️ Image processing project with VGG19 for time i was working in university

# 🖼️ Image Classification with VGG19

This project demonstrates how to perform image classification using the pre-trained **VGG19** model from Keras. It's a simple, clean example of transfer learning for identifying image content with high accuracy.

---

## 🚀 Features

- ✅ Uses VGG19 pretrained on ImageNet
- ✅ Loads and preprocesses custom images
- ✅ Outputs top predictions with class names and confidence scores
- ✅ Easy to customize for other datasets or models

---

## 🧰 Requirements

Install the required libraries:

```bash
pip install tensorflow numpy pillow
```

```bash
pip install -r requirements.txt
```

!download this:
```
vgg19_weights_tf_dim_ordering_tf_kernels_notop.h5
```
!this will be create in VGG.ipynb:
```
image_classification_model.keras
```
# ⚒️picture

![Capture](https://github.com/user-attachments/assets/f77c67e1-0827-43a7-9b00-c8fc47e19fde)

![Capture2](https://github.com/user-attachments/assets/e902341a-99a5-47c4-bfe6-c9594f7fdc3c)

![Capture3](https://github.com/user-attachments/assets/252f5c67-f089-4dc8-86c4-71921621d346)