Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
ac981dcedc
model deployed with flask
4 weeks ago
ac981dcedc
model deployed with flask
4 weeks ago
5a35139c2b
Model Evaluation Stage completed
4 weeks ago
c572dfd882
Successfully verson changed
4 weeks ago
ac981dcedc
model deployed with flask
4 weeks ago
src
ac981dcedc
model deployed with flask
4 weeks ago
ac981dcedc
model deployed with flask
4 weeks ago
ac981dcedc
model deployed with flask
4 weeks ago
9cef062fcd
Model Trainer Stage completed Successfully
4 weeks ago
ac981dcedc
model deployed with flask
4 weeks ago
9cef062fcd
Model Trainer Stage completed Successfully
4 weeks ago
5a35139c2b
Model Evaluation Stage completed
4 weeks ago
ac981dcedc
model deployed with flask
4 weeks ago
5a35139c2b
Model Evaluation Stage completed
4 weeks ago
5a35139c2b
Model Evaluation Stage completed
4 weeks ago
9cef062fcd
Model Trainer Stage completed Successfully
4 weeks ago
9cef062fcd
Model Trainer Stage completed Successfully
4 weeks ago
9cef062fcd
Model Trainer Stage completed Successfully
4 weeks ago
9cef062fcd
Model Trainer Stage completed Successfully
4 weeks ago
9cef062fcd
Model Trainer Stage completed Successfully
4 weeks ago
9cef062fcd
Model Trainer Stage completed Successfully
4 weeks ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

End-to-end-Machine-Learning-Project

Workflow

  1. update config.yaml
  2. update schema.yaml
  3. update prams.yaml
  4. update the entity
  5. update the configuration manager in src config
  6. update the components
  7. update the pipeline
  8. update the main.py
  9. update the dvc.yaml

How to run?

STEPS:

Clone the repository

https://github.com/podderSoykot/End-to-end-Machine-Learning-Project-main

STEP 01- Create a conda environment after opening the repository

conda create -n mlproj python=3.8 -y
conda activate mlproj

STEP 02- install the requirements

pip install -r requirements.txt
# Finally run the following command
python app.py

Now,

open up you local host and port

MLflow

Documentation

cmd
  • mlflow ui

dagshub

dagshub

MLFLOW_TRACKING_URI=https://dagshub.com/podderSoykot/End-to-end-Machine-Learning-Project-main.mlflow MLFLOW_TRACKING_USERNAME=podderSoykot MLFLOW_TRACKING_PASSWORD=32a62a6b9e7119b292593d2b339676175b4441ae python script.py

Run this to export as env variables:


export MLFLOW_TRACKING_URI=https://dagshub.com/podderSoykot/End-to-end-Machine-Learning-Project-main.mlflow 

export MLFLOW_TRACKING_USERNAME=podderSoykot

export MLFLOW_TRACKING_PASSWORD=32a62a6b9e7119b292593d2b339676175b4441ae

Tip!

Press p or to see the previous file or, n or to see the next file

About

End-to-end-Machine-Learning-Project-main provides version control, data pipeline, and enterprise-level ML application development.

Collaborators 1

Comments

Loading...