Due to the limit on GitHub storage, I put the model on Google Drive. Download it if you want to try it: Download Model
Clone the repository
$ git clone <repository-url>
$ cd <repository-directory>Install the requirements
$ pip3 install -r requirements.txtDownload the fine-tuned model and place it in the model directory
$ unzip model.zip
$ mv fine_tuned_model/ model/ && mv xgboost_model.json model/Run the program
$ streamlit run app.py