This repository is for Exercise 11 and 12 of Filoger MLOps course (Team of 5)
- Create a new environment
conda create -n MLOps-ex12 python=3.11
- Install the requirements using this command
pip install -r requirements.txt
- Setup database by running the following script
python ./setup.py