/AutoML

Automatic Machine Learning Model Creation with GUI and Python.

Primary LanguageHTMLMIT LicenseMIT

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