This repository contains code which demonstrates ML-Ops using a FastAPI application which predicts the bugs using the bug_pred.csv file
- Create a fork of the repo using the
forkbutton. - Clone your fork using
git clone https://www.github.com/vineeth964/hackathon_bug-prediction.git - Install dependencies using
pip3 install requirements.txt - Run application using
python3 main.py - Run tests using
pytest
build(test) for all the pull requestsbuild(test) andupload_zipfor all pushes
- Change this README to add your name here: Vineeth Kumar Pendyala. Add and commit changes to a new branch and create a pull request ONLY TO YOUR OWN FORK to see the CI/CD build happening. If the build succeeds, merge the pull request with master and see the CI/CD
upload_ziptake place. - Add 2 more unit tests of your choice to
test_app.pyand make sure they are passing. - Add one more classifier to startup and use only the one with better accuracy.
- Add the attribute
timestampto the response and return the current time with it.