Skip to content

priyadhanu14/Auto-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto ML

AutoML, or Automated Machine Learning, is a project that focuses on streamlining the process of building machine learning models.
The ability to automatically train, tune and deploy a model allows businesses to gain actionable insights from data and make better decisions faster. With the exponential growth of data, automating the process of building machine learning models has become an important area of research.


Goal

The goal of this project is to create an accessible and easy-to-use AutoML application that provides a powerful tool for data scientists and businesses to create machine learning models without the need for extensive expertise in machine learning algorithms and techniques.


Features

  • The application utilizes Python libraries like scikit-learn, Pandas, and TensorFlow to preprocess the data, select the best algorithms and tune their hyperparameters to create an optimal machine learning model.
  • Additionally, the application uses Flask web framework to provide a user-friendly interface for users to interact with the AutoML model.

Future Enhancements

  • Extensive Preprocessing techniques.
  • Additional Customizations.
  • Inclusion of Deep Learning

Screenshots


Quick Start

  1. Clone the repo
$ git clone https://github.com/priyadhanu14/Auto-ml.git
$ cd Auto-ml
  1. Initialize and activate a virtualenv:
$ virtualenv --no-site-packages env
$ source env/bin/activate
  1. Install the dependencies:
$ pip install -r requirements.txt
  1. Run the development server:
$ python app.py
  1. Navigate to http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published