Giter Site home page Giter Site logo

jayrathod341997 / deeplensx Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 17.04 MB

DeepLensX is a Streamlit app that integrates MobileNetV2 and a CIFAR-10 model for image classification. Users can upload images and receive predictions with confidence scores from either model. It features a sleek navigation bar for easy switching and real-time results, ideal for both learning and practical use.

Home Page: https://deeplenx.streamlit.app/

Python 100.00%
cifar10 image-classification machine-learning mobilenet

deeplensx's Introduction

DeepLensX

DeepLensX is a Streamlit app that integrates MobileNetV2 and a CIFAR-10 model for image classification. Users can upload images and receive predictions with confidence scores from either model. It features a sleek navigation bar for easy switching and real-time results, which is ideal for learning and practical use.

Key Features

  • Dual Model Support:

    • MobileNetV2 (ImageNet): Recognizes 1,000 different classes from the ImageNet dataset, including everyday objects, animals, and vehicles.
    • Custom CIFAR-10 Model: Specializes in classifying images into one of ten specific categories such as airplanes, automobiles, and birds.
  • Intuitive Interface:

    • Navigation Bar: Seamlessly switch between MobileNetV2 and CIFAR-10 models using a sleek sidebar menu.
    • Real-Time Classification: Upload an image to receive immediate predictions with confidence scores.
  • Educational and Practical Use:

    • Ideal for learning about deep learning models and their performance.
    • Useful for practical applications where image classification is needed.

Getting Started

Prerequisites

  • Python 3.7 or later
  • A web browser

Installation

  1. Clone the repository:
    git clone https://github.com/JayRathod341997/DeepLensX.git
    cd DeepLensX
  2. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate   # On Windows use `venv\Scripts\activate`
  3. Install the required packages:
    pip install -r requirements.txt
  4. Start the Streamlit app:
    streamlit run app.py
  5. Open the app: The app will open in your default web browser. If not, navigate to http://localhost:8501

Usage

  1. Use the navigation bar to select either the MobileNetV2 or CIFAR-10 model.
  2. Upload an image file (JPG or PNG).
  3. View the classification results and confidence scores.

Contributing

Feel free to fork the repository, open issues, or submit pull requests to contribute to the project.

Acknowledgements

  • Streamlit
  • TensorFlow

deeplensx's People

Contributors

jayrathod341997 avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.