diff --git a/project/README.md b/project/README.md
index 7368616908538a968f9774d6f3e3b4fc1ca18ff7..1708e6e807316499dc8c347321caba7409f5f0d0 100644
--- a/project/README.md
+++ b/project/README.md
@@ -545,13 +545,15 @@ We have also tested training a Random Forest model and a CNN model on a reduced
 
 ## Challenges & Solutions
 
-One significant challenge we faced in our fruit image classification project was the need for substantial computational resources. This was mainly due to the intensive nature of training deep learning models, especially when dealing with a dataset that, while not overly large, was complex enough to require advanced processing.
+One significant challenge we faced in our fruit image classification project was the need for **substantial computational resources**. This was mainly due to the intensive nature of training deep learning models, especially when dealing with a dataset that, while not overly large, was complex enough to require advanced processing.
 
-To effectively manage this challenge, we utilized the BWUniCluster and the CoLiCluster for our computational needs. These high-performance computing clusters provided us with the necessary power to train our models efficiently. By leveraging these resources, we were able to conduct extensive training and experimentation with our models, which would have been considerably slower or even impractical with standard computing setups.
+To effectively manage this challenge, we utilized the *BWUniCluster* and the *CoLiCluster* for our computational needs. These high-performance computing clusters provided us with the necessary power to train our CNN models efficiently. By leveraging these resources, we were able to conduct extensive training and experimentation with our models, which would have been considerably slower or even impractical with standard computing setups.
 
 This approach not only expedited our training process but also allowed us to explore and refine our models to a greater extent, leading to more robust and accurate classification results. It highlights the importance of having access to appropriate computational resources in handling sophisticated machine learning tasks, even when the dataset size is not exceedingly large.
 
-Moreover, we recognize that the task itself is inherently challenging due to the nature of our (party self choosen) dataset. Many fruits look remarkably similar to each other, and the variability in their appearance, like different stages of ripeness or with/without peeling, adds another layer of complexity to the classification task. These factors make the project not just a test of our technical skills but also an exploration into the intricate world of image recognition and classification.
+For the basic classifiers, though taking several hours, standard computing resources were sufficient to conduct the experiments. Nevertheless, running experiments in parallel using `screen` sessions was a new and efficient way to speed up the process and to run multiple experiments at the same time.
+
+Moreover, we recognize that the task itself is inherently challenging due to the nature of our (partly self choosen) dataset. Many fruits look remarkably similar to each other, and the variability in their appearance, like different stages of ripeness or with/without peeling, adds another layer of **complexity** to the **classification task**. These factors make the project not just a test of our technical skills but also an exploration into the intricate world of image recognition and classification.
 
 ## Conclusion