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

https://github.com/sahi-mfg/automl

AutoML web app using streamlit and pycaret
https://github.com/sahi-mfg/automl

pycaret python streamlit

Last synced: about 2 months ago
JSON representation

AutoML web app using streamlit and pycaret

Awesome Lists containing this project

README

          

# AutoML

A streamlit web app to perform AutoML on a dataset. The app uses the `pycaret` library to perform the AutoML and `ydataprofiling` for the exploratory data analysis.

## Installation

- Clone the repository
- Install the requirements using `pip install -r requirements.txt` (preferably in a virtual environment)
- Run the app using `streamlit run app.py`

OR

- Use the makefile to install the requirements and run the app using `make install` and `make run` respectively.