Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 663 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 663 Bytes

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