anggamaulana / AutoML

Automatic Machine Learning Model Creation with GUI and Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoML — A GUI Application to Make ML for Everyone

License: MIT Python

AutoML is a desktop application developed with Python, HTML, CSS and JS which lets user to interact and automated Machine Learning pipeline tasks like

  • Data pre-processing
  • Hyper-parameter tuning
  • Performance Evaluation

Download the repository to run locally

$ git clone https://github.com/santhalakshminarayana/AutoML.git

Setup Virtual environment and install requirements

$ virtualenv AutoML
$ source AutoML/bin/activate
$ cd AutoML
$ pip install -r requirements.txt

Run app

$ python app.py

Read more about this on Medium

About

Automatic Machine Learning Model Creation with GUI and Python.

License:MIT License


Languages

Language:HTML 67.7%Language:Python 15.5%Language:JavaScript 11.0%Language:CSS 5.8%