Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 375 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 375 Bytes

MLOPs using ZenML

NGROK_TOKEN is saved in the config.py file. to run the pipeline.ipynb login to ngrok and create your account and save your token inside the config.py file inside notebooks.

"""
|- notebooks 
|   |- config.py
|   |- pipeline.ipynb
|
"""
NGROK_TOKEN = "your_unique_token"
<!-- install mlflow -->
zenml integration install mlflow -y