Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.01 KB

File metadata and controls

30 lines (23 loc) · 1.01 KB

AutoMLPrediction

AutoMLPrediction is a comprehensive, automated machine learning (AutoML) platform designed to simplify the process of building, training, and deploying machine learning models. The platform leverages state-of-the-art AutoML techniques to enable users, regardless of their technical expertise, to make accurate predictions from data effortlessly.

Home

Data

Data Vizualization

Model Selection

Model Evaluation

Prediction

How Get This App

You can get this app by cloning the repository using the following command:

1. Clone this repository :
    git@github.com:Subrat1920/AutoMLPrediction.git
    cd AutoMLPrediction
2. Create a Virtual Environment
    python -m venv venv
3. Activate the Virtual Environment
    venv\Activate\scripts
4. Install the requirements.txt packages
    pip install -r requirements.txt
5. Run the Flask app:
    python app.py
6. Search on the browser
    http://127.0.0.1:5000