diff --git a/README.md b/README.md index 563d34a..7664a6a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# fruit-ripeness-classification +# Explainable Fruit Ripeness Classification This repository contains the code related to the paper "Stop overkilling simple tasks with black-box models and use transparent models instead", which has been submitted to IJCAI23. @@ -68,4 +68,4 @@ To explain the decision tree please follow these commands: segmented dataset; * `python3 classifiers/decision_tree/scripts/standardize_luma.py` to standardize the luminosity of the image based on the Y channel of the YUV color space; -* `python3 classifiers/decision_tree/scripts/explain.py` to generate the explanations. \ No newline at end of file +* `python3 classifiers/decision_tree/scripts/explain.py` to generate the explanations.