Skip to content

Automatic Machine Learning Model Creation with GUI and Python.

Notifications You must be signed in to change notification settings

santhalakshminarayana/AutoML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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