• Stars
    star
    162
  • Rank 231,557 (Top 5 %)
  • Language
    Java
  • License
    MIT License
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

TensorDash is an application that lets you remotely monitor your deep learning model's metrics and notifies you when your model training is completed or crashed.

TensorDash

TensorDash is an application that lets you remotely monitor your deep learning model's metrics and notifies you when your model training is completed or crashed.

Go to docs

Why Tensordash?

  1. Watch your model train in real-time.
  2. Supports all major deep learning frameworks.
  3. Remotely get details on the training and validation metrics.
  4. Get notified when your model has completed trainng or when it has crashed.
  5. Get detailed graphs on your model’s metrics.

Installation

Installing the Python Package

There are two ways to install tensordash:

  • Install tensordash from PyPI (recommended):

Note: These installation steps assume that you are on a Linux or Mac environment. If you are on Windows, you will need to remove sudo to run the commands below.

sudo pip install tensor-dash

If you are using a virtualenv, you may want to avoid using sudo:

pip install tensor-dash
  • Alternatively: install tensordash from the GitHub source:

First, clone TensorDash using git:

git clone https://github.com/CleanPegasus/TensorDash.git

Then, cd to the TensorDash folder and run the install command:

cd TensorDash
sudo python setup.py install

Installing the Android App

Install the android app from the play store.

How to use


Tensorflow


Keras


PyTorch


Fast.ai

We are currently working on:

  • Development for iOS app
  • Addition of custom metrics to the model
  • Auto-update the dashboard screen on Android App

Have feedback or a feature request? Drop us a mail at [email protected] or raise an issue on Github

More Repositories

1

coffeeshop

A python package that sends your deep learning training and validation metrics to your slack channel after every specified epoch
Python
60
star
2

healthy_ly

An android app that can show if a food is allergic to you just by clicking its picture. It can likewise demonstrate it's health benefits, ingredients and recipes.
Python
25
star
3

Emotion-Recognition

A deep learning code to classify Emotions from a given image or video.
Jupyter Notebook
8
star
4

Traffic-Sign-Classifier

A convolution neural network code to classify over 43 traffic signs.
Jupyter Notebook
8
star
5

Behavioural-Cloning

Drive the car autonomously on the udacity simulator
Jupyter Notebook
6
star
6

Reversible-data-hiding-with-Deep-Learning

Image on Image encryption with autoencoders
Jupyter Notebook
6
star
7

AlexaSkill-Covid-19

An alexa skills that gives the total number of Covid-19 confirmed cases and deaths all over the world and in a specific country.
Python
5
star
8

Machine-Learning-Flashcards

A webpage to display machine learning flashcards made by Chris Albon
HTML
3
star
9

Face-Mapping

Jupyter Notebook
2
star
10

Decentralized-Identity

Decentralized identity and zk proofs
JavaScript
2
star
11

fractals

Makes Fractals
Jupyter Notebook
2
star
12

MNIST_GAN

A Generative Adversarial Network that can create handwritten images on it's own
Jupyter Notebook
2
star
13

Anime_generation_with_DCGAN

Generating anime faces with generative adversarial networks
Jupyter Notebook
2
star
14

Deep_Traffic

A code to drive a MIT simulation using reinforcement learning to pass vehicles and avoid traffic as much as possible.
2
star
15

Neural-Style-Transfer

tf.keras implementation of Neural Style Transfer
Jupyter Notebook
2
star
16

Art-Me

Turns your portraits into art.
Jupyter Notebook
1
star
17

Tensor_Dash

TensorDash Webpage
HTML
1
star
18

ethereum-address-generator

Create a vanity ethereum address
Rust
1
star
19

Graph-Neural-Networks

Codes from when I'm learning Graph Neural Networks
Jupyter Notebook
1
star
20

Music_VAE

Creating Music with Variational Autoencoders
Python
1
star
21

3D-GAN

Generate 3D shapes using GAN
Jupyter Notebook
1
star
22

traffic-light-classifier

Traffic light classifier for udacity's self driving cars nanodegree.
Jupyter Notebook
1
star
23

Quantum_Computing

My codes from when I'm learning quantum computing
Jupyter Notebook
1
star
24

evm-from-scratch-rust

A rust implementation of the Ethereum Virtual Machine from scratch
Rust
1
star
25

verkle-tree

Implement verkle trees with kzg commitment in rust
Rust
1
star