Spaces:
Paused
A newer version of the Streamlit SDK is available:
1.45.1
title: Automl
emoji: 🤖
colorFrom: indigo
colorTo: blue
sdk: streamlit
sdk_version: 1.35.0
app_file: app.py
pinned: false
license: mit
MLWiz
MLWiz is a user-friendly web application for performing automated machine learning (AutoML) tasks using PyCaret. The app allows you to upload datasets, perform exploratory data analysis (EDA), build various types of machine learning models, and download the trained models. It supports classification, regression, clustering, anomaly detection, and time series forecasting tasks.
Features
Upload Datasets: Upload your datasets in CSV or XLSX format.
Exploratory Data Analysis (EDA): Generate comprehensive EDA reports using Sweetviz, Pandas Profiling.
Build ML Models: Configure preprocessing and model parameters supports
- Feature Selection
- Feature Transformation
- One Hot Encoding
- Normalization
- Missing Data Imputation
- Outlier Handling
Build Machine Learning models for :
- Classification
- Regression
- Clustering
- Anomaly Detection
- Time Series Forecasting
Download Models: Download the trained models for further use.
Installation
Clone the repository:
git clone https://github.com/bitbotcoder/mlwiz.git cd ai-insight-hub
Create and activate a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
Install the required dependencies:
pip install -r requirements.txt
Running the App To run the Streamlit app, execute the following command in your terminal:
streamlit run app.py
Usage
- Choose Dataset: Select a dataset source (Upload or PyCaret) and load the dataset.
- Perform EDA: Navigate to the "Perform EDA" section to generate an EDA report.
- Build Model: Navigate to the "Build Model" section to configure and train a machine learning model.
- Download Model: Navigate to the "Download Model" section to download the trained model.
File Structure
app.py
: The main entry point for the Streamlit app.ml_pipeline.py
: Contains the functions for data loading, EDA, model building, and model downloading.requirements.txt
: Lists the Python packages required to run the app.
Dependencies
- streamlit
- pandas
- sweetviz
- pycaret
- Install the dependencies using the command:
pip install -r requirements.txt
Contributing Contributions are welcome!
License This project is licensed under the MIT License. See the LICENSE file for more details.
Acknowledgements
📢 Share with wider community: