- Watch your model train in real-time.
- Supports all major deep learning frameworks.
- Remotely get details on the training and validation metrics.
- Get notified when your model has completed trainng or when it has crashed.
- Get detailed graphs on your model’s metrics.
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-dashIf 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.gitThen, cd to the TensorDash folder and run the install command:
cd TensorDash
sudo python setup.py installInstall the android app from the play store.
![]() Tensorflow |
![]() Keras |
![]() PyTorch |
![]() Fast.ai |
- 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 tensordash@gmail.com or raise an issue on Github





