Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 2.01 KB

README.md

File metadata and controls

52 lines (34 loc) · 2.01 KB

AutoBot

This interactive Web-based AutoML app can train machine learning models with minimum effort, allowing users to develop Machine Learning apps quickly. It comes with an Interactive web-based dashboard it is easily accessible to all types of devices and can be easily deployed in all environments enabling users to train machine learning models on the go.

Screenshots

Dashboard

Features

Features

  • Interactive Web Interface
  • Simple and Intuitive Design
  • Lightweight and easy to deploy
  • On-the-go EDA for dataset
  • Classification Trainer
  • Regression Trainer
  • Pre-built tools
  • Basic templates for easy start

Tech Used

Python NumPy

How to run

  • Recommended to use Python 3.10.11
  • Use a clean virtual env to avoid dependency clash

Clone the repository

git clone https://github.com/Akarsh3053/AutoBot

Open the project directory in your desired Python development environment and install the dependencies

pip install -r requirements.txt

Now, run the app

streamlit run app.py