Coder Social home page Coder Social logo

srijarkoroy / visiondash Goto Github PK

View Code? Open in Web Editor NEW
25.0 1.0 2.0 5.53 MB

Vision Dashboard - A One-Stop CV Learning Tool

Home Page: https://share.streamlit.io/sashrika15/visiondash/main/main.py

License: MIT License

Python 77.42% HTML 0.67% JavaScript 2.34% Svelte 3.58% TypeScript 16.00%
computer-vision computer-vision-algorithms

visiondash's Introduction

VisionDash - A One-Stop CV Learning Tool

Computer Vision (CV) is a growing field that attracts many beginners in the field of Machine Learning. According to research, visual information is mapped better in students’ minds and helps them retain information for a longer duration. However, the traditional educational methodology involves teaching theoretical concepts utilizing text-based explanations and audio. This results in most students not being able to visualize or understand the significant CV techniques, and thus students are unsure about how to approach CV as a field. In addition, CV models tend to be computationally heavy, expensive, and difficult to run from a beginner’s point of view, which discourages students from pursuing the field seriously. This paper presents a method of demonstrating CV algorithms using a Vision Dashboard, keeping the aforementioned issues in mind.

Our approach allows students to run various CV methods on any image compiled on a single dashboard. This helps students visualize techniques like Object Detection, Instance Segmentation, Semantic Segmentation, Style Transfer, Image Classification, Super Resolution, Denoising, Image generation using GANs, and Face Detection efficiently, serving as an effective teaching tool.

Implementation Details

Our project, VisionDash, consists of a dashboard providing the users with an option to overview various CV tasks, learn about different CV techniques utilizing the resources provided on the dashboard and supplement their knowledge with the SOTA implementations of each algorithm.

The algorithms provided are divided into broad categories: Image Classification, Detection, Segmentation, Denoising, Generative Adversarial Networks, and Style Transfer. These categories are further divided into the specific tasks of Image Classification, Object Detection and Face Detection, Instance Segmentation and Semantic Segmentation, Noise2Noise, Super Resolution GAN, and Fast Style Transfer.

Task Model Source
Image Classifiation EfficientNetb7 Torchvision
Face Detection MTCNN Facenet-Pytorch
Object Detection RetinaNet Torchvision
Super Resolution SRGANs Open-source
Denoising Noise2Noise Open Source
Semantic Segmentation DeepLabV3 Torchvision
Instance Segmentation Mask RCNN Torchvision
Style Transfer Fast Style Transfer Open Souce

These models have been integrated into a single dashboard built using Streamlit which turns data scripts into shareable web apps. Different widgets have been used to make the user interface as interactive and visually impactful as possible. As a part of VisionDash, we provide resources to serve as a self-study tool for each CV technique implemented. This knowledge can be further augmented by the FAQs provided for each section.

Usage and Results

This app is deployed on Streamlit. Check out the demo at https://share.streamlit.io/sashrika15/visiondash/main/main.py

Local Installation

The application may be run locally on any compatible platform.

  • Cloning the Repository:

      git clone https://github.com/srijarkoroy/VisionDash.git
    
  • Entering the directory:

      cd VisionDash
    
  • Setting up the Python Environment with Dependencies:

      pip install virtualenv
      python -m venv env
      source env/bin/activate
      pip install -r requirements.txt
    
  • Running the Application

      streamlit run main.py
    
Dashboard Component Image
Home Page Home
Resources Resources
VisionDash in Action Visual
FAQs Section FAQs

Contributors

visiondash's People

Contributors

sashrika15 avatar srijarkoroy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.