1. Pavan Krishna (iampavankrishna@gmail.com)
2. Sanjog Patil (sanjogpatil@hotmail.com)
This repository contains code which demonstrates ML-Ops using a FastAPI application which predicts the defects class using the bug_pred.csv
- Install dependencies using
pip3 install -r requirements.txt - Run application using
python3 main.py - Run tests using
pytest
build(test) for all the pull requestsbuild(test) andupload_zipfor all pushes
- Contains the working ML Model with Visualization and Explainability
- Visualization is done using Seaborn library/package
- Explainability is done using LIME and h2o AutoML
- Implements the FastAPI
- Implements the ML model
- Implements usage of pytest
- It helps us in checking the CI/CD process( whether it passes or fails)