- Update config.yaml
- Update schema.yaml
- Update params.yaml
- Update the entity
- Update the configuration manager in src config
- Update the components
- Update the pipeline
- Update the main.py
- Update the app.py
Clone the repository
https://github.com/shubhamgore2468/MLOPS
conda create -n mlproj python=3.8 -y
conda activate mlproj
pip install -r requirements.txt
# Finally run the following command
python app.py
Now,
open up you local host and port
- mlflow ui
MLFLOW_TRACKING_URI=https://dagshub.com/shubhamgore2468/MLOPS.mlflow
MLFLOW_TRACKING_USERNAME=shubhamgore2468
MLFLOW_TRACKING_PASSWORD=6824692c47a369aa6f9eac5b10041d5c8edbcef0
python script.py
Run this to export as env variables:
export MLFLOW_TRACKING_URI=https://dagshub.com/shubhamgore2468/MLOPS.mlflow
export MLFLOW_TRACKING_USERNAME=shubhamgore2468
export MLFLOW_TRACKING_PASSWORD=6824692c47a369aa6f9eac5b10041d5c8edbcef0