Skip to content

This app classifies images into predefined categories by training a Convolutional Neural Networks (CNNs) model. It provides real-time predictions with a user-friendly interface for uploading and classifying images. It is hosted on Azure. Technologies used: Python, TensorFlow, Keras, Flask, Azure

Notifications You must be signed in to change notification settings

acbikash13/ImageClassifier

Repository files navigation

Image Classification App

Overview

The Image Classification App is a deep learning-based project that classifies images into 6 different categories using a trained Convolutional Neural Network (CNN) model. The app allows users to upload an image and instantly receive predictions of the image’s category. This project demonstrates a complete end-to-end pipeline, including data preprocessing, model training, and deployment.

Check out the live version of the app here.

Features

  • Image Upload: Users can upload images via the web interface.
  • Real-Time Predictions: The app instantly classifies the uploaded image into one of the predefined categories.
  • Model: Utilizes a CNN model trained on a large dataset of labeled images.
  • Technology Stack: Python, TensorFlow/Keras, Flask, HTML/CSS for front-end

Tech Stack

  • Backend: Flask (Python) or Django
  • Frontend: HTML, CSS, JavaScript
  • Machine Learning: TensorFlow, Keras, OpenCV (for image preprocessing)
  • Data: Image datasets (e.g., CIFAR-10)
  • Deployment: Azure

Installation

Prerequisites

  • Python 3.8 or higher
  • TensorFlow/Keras
  • Flask
  • OpenCV (optional for image preprocessing)
  • Docker (for containerization)
  • Git

Clone the Repository

git clone https://github.com/acbikash13/ImageClassifier.git
cd image-classification-app

About

This app classifies images into predefined categories by training a Convolutional Neural Networks (CNNs) model. It provides real-time predictions with a user-friendly interface for uploading and classifying images. It is hosted on Azure. Technologies used: Python, TensorFlow, Keras, Flask, Azure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published