Git Product home page Git Product logo

ml-dashboard's Introduction

An end to end model building, training and analytics dashboard with a focus on model explainability on the german trafic sign dataset.

React-Flask Based ML Web Application



Our Web Application

Explainable AI

GradCam Technique for identifying mislabelled hotspots


TSNE plots to visualize and evaluate model performance


Key Features

  • Create a complex Dataset
  • Train additional images on the fly
  • View model performances across different metrics
  • Visualize model performance
  • Get suggestions to various shortcomings in model training
  • An explainable AI-based solution to comprehend network failures

Prerequisites

  1. Git.
  2. Node & npm (version 12 or greater).
  3. A fork of the repo.
  4. Python3 environment to install flask

Directory Structure

The following is a high-level overview of relevant files and folders.

backend/
├── backend/
│   ├── template/
│   └── app.py

└── frontend/
    ├── public/
    │   ├── index.html
    │   └── ...
    ├── images/
    │   └── logo.png
    ├── src/
    │   ├── assets/
    │   │   ├── css
    │   │   └── fonts...
    │   ├── components/
    │   │   ├── Sidebar 
    │   │   └── Navbars
    │   └── views/
 
         ├── routes.js
         ├── package.json
       ├── local_vm.sh
       └── .gitignore
       

Installation

Clone

  • Clone this repo to your local machine using https://github.com/kousikr26/ml-dashboard/

Steps to run backend

In order to install all packages follow the steps below:

  1. Download the static folder from this drive: https://drive.google.com/file/d/149fh2lq7fT35RQVP5rmTgUfcYPorE9kX/view
  2. Put it in the backend/
  3. Move to backend folder
  4. For installing virtual environment - python3 -m pip install --user virtualenv
  5. Create A Virtual env - python3 -m venv env
  6. Activate virtual env - source env/bin/activate
  7. pip3 install -r requirements.txt
  8. flask run

Steps To Set Up Frontend

  1. Move to frontend folder
  2. npm install
  3. npm start

The model will be served on http://127.0.0.1:5000/


License

This project is licensed under the Apache License, Version 2.0.

ml-dashboard's People

Contributors

anjalisoni3655 avatar eklavyaj avatar bajajtushar094 avatar kousikr26 avatar aayush9753 avatar

Watchers

James Cloos 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.