Home

Awesome

Deepkit

<p align="center"> <img src="https://raw.githubusercontent.com/deepkit/deepkit/master/assets/logo-white.png" /> </p>

Deepkit is an open-source platform and cross-platform desktop application to execute, track, and debug modern machine learning experiments. With integrated server management tool to execute experiments on any Linux server with a simple click or cli command.

Download - Example Python

Features

Development

Deepkit is written entirely in Typescript and consists of following main packages:

Following open-source packages have been created for Deepkit that wouldn't exist otherwise and were absolutely necessary:

Development app

cd deepkit
npm run bootstrap
cd deepkit
npm-local-development
cd deepkit
make angular-watch
cd deepkit
server-watch
# Open in browser the angular dist
# e.g. file:///Users/marc/bude/deepkit/packages/deepkit/dist/deepkit/index.html
# or electron
cd deepkit
make electron-build
make electron

Development website

Watcher

cd packages/website
ng run website:server:production --watch

Server

cd packages/website
npm run serve:ssr