Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/santhalakshminarayana/automl

Automatic Machine Learning Model Creation with GUI and Python.
https://github.com/santhalakshminarayana/automl

automl automl-algorithms automl-products automl-python eel machine-learning machine-learning-app machine-learning-gui machinelearning-python python-eel python-gui

Last synced: 17 days ago
JSON representation

Automatic Machine Learning Model Creation with GUI and Python.

Awesome Lists containing this project

README

        

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](https://medium.com/@santhalakshminarayana/automl-a-gui-application-to-make-ml-for-everyone-31d18ca84d89)