src -> contains raw training and testing data files, preprocessed training and testing data files, separate files for data preprocessing, model fine-tuning and model evaluation
scoring.py -> Streamlit app/bot development
model.py -> preprocessing functions to be applied on the new data and prediction
dockerfile -> building docker image of streamlit app/bot
.github/workflows/deployment.yaml -> deployment of docker image to DockerHub through CI/CD pipeline