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

https://github.com/zenklinov/image-recognition

This project is a simple image classification application built using PyTorch and Streamlit. It utilizes the pre-trained ResNet50 model to classify images and provides input options via file upload, URL input, or URL copied from the clipboard.
https://github.com/zenklinov/image-recognition

deep-learning image-classification streamlit

Last synced: about 1 month ago
JSON representation

This project is a simple image classification application built using PyTorch and Streamlit. It utilizes the pre-trained ResNet50 model to classify images and provides input options via file upload, URL input, or URL copied from the clipboard.

Awesome Lists containing this project

README

          

# Image Classifier with ResNet50 and Streamlit

This project is a simple image classification application built using PyTorch and Streamlit. It utilizes the pre-trained ResNet50 model to classify images and provides input options via file upload, URL input, or URL copied from the clipboard.

---

## Features

- **Upload Local Image File**: Supports formats such as JPEG, PNG, BMP, GIF, and TIFF.
- **Classify Image from URL**: Paste an image URL to classify.
- **Clipboard Integration**: Automatically retrieve and classify images from URLs copied to the clipboard.
- **Top-5 Predictions**: Displays the top-5 predicted classes with their probabilities.

---

## Prerequisites

- Python 3.8 or later
- Install required libraries using `requirements.txt`.

---

## To Use
Click to Link: https://image-recognition-6jn7ljvtsbxod7zwpardzn.streamlit.app/