Skip to content

Rezacrown/mlops-datascience-template

Repository files navigation

Template MLOps and Data Science Project


  • MLFlow for Model Tracking and Management.
  • Minio Open Source S3 Storage for storing Artifacts Model Machine Learning.
  • Implement PostgreSQL as Database for Storing Metadata MLFLow.

How to Run:

make virtual environment for python:

python -m venv _venv

activate virtual environment:

./_venv/Scripts/activate

Install requirements:

pip install -r requirements.txt

Running Docker compose:

docker compose up -d

after all services in docker compose is already running, then open other terminal and try running pipeline in local machine with use

python run_pipeline.py

After all steps done you can check it:

If you don't know user and password you can check configuration in .env or docker-compose.yml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published