Skip to main content

An environment to manage all your running ai experiments across multiple computers.

Project description

AI Lab Server

The server backend for AI Lab. AI Lab consists of a ui and a server. Since the ui is a static website that works on your local webbrowser no installation is needed. Just open TODO

Capabilities

AI Lab is a tool that let's you manage multiple projects on local and remote machines. You can see experiments and their status as well as the server states on the front page.

Once you selected a project, you can browse the files and edit them. You can see recent events of this project. And of course you can run python and shell files in a terminal as well as just use a terminal on the machine starting in the project folder.

Install Server

Installation can be done via pip.

pip install ailab

Run Server

Running is as simple as running the module in python providing a path to a config file.

python -m ailab my_config.json

A config file must contain a host or * for any interface, a port, a list of users as a map and a list of projects as a map of name to folder.

{
  "host": "*",
  "port": 12345,
  "users": 
  {
    "admin": "CHANGE_THIS"
  },
  "workspace": "/home/myuser/workspace",
  "projects": {
      "MyCoolWindowsProject": "D:/myfolder",
      "MyCoolLinuxProject": "/home/myuser/myfolder"
  }
}

Privacy

All connection data is stored locally in your webbrowser and nothing is transmitted to the host of ailab ui. There is only direct communication between your webbroser and the server you add via the "Add Server" Dialog.

The servers you add are not controlled by us and therefore can do whatever they want with your data. However, when the servers are owned/run by you and use the official ailab-server software, they will not track activities or report back information to a third party.

Even though this sounds pretty safe, there is yet no ssl implementation for the connection to your servers, keep that in mind. (If you know how to implement an easy to use ssl on the client and the server, I will be happy to receive your pull request.)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ailab-0.0.5-py2.py3-none-any.whl (8.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file ailab-0.0.5-py2.py3-none-any.whl.

File metadata

  • Download URL: ailab-0.0.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8

File hashes

Hashes for ailab-0.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a24d85c6b7cfc36c8ab7aeef74060d447376a5fdca3faf7427e2510045f2f3ef
MD5 d11cc103bf4531614ab51b5aafe93f8b
BLAKE2b-256 70281d2c1ee11808c099b682fd21ef6e2e27f59d0f011ac2abb3cc60f21d0807

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page