{% extends "base.html" %} {% block title %}iSmartML{% endblock %} {% block head %} {{ super() }}
{% endblock %} {% block content %}

Contact

Email: automl@ut.ee

iSmartML

iSmartML is an interactive and user-guided framework for improving the utility and usability of the AutoML process with the following main features:

architecture

Demo:

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

sudo apt-get install build-essential swig

Installing

Install iSmartML locally

Clone repository and install dependencies

git clone https://github.com/DataSystemsGroupUT/ismartml.git
cd ismartml
pip install -r requirements.txt

Running

Run locally

python main.py

The tool should be avilable at

http://localhost:8080/

Or deploy with a web server

{% endblock %}