From 843d730cbc9eb6b37a2e5abf5adc45b66188e33d Mon Sep 17 00:00:00 2001
From: "Ma, Yizhou" <yizhou.ma@wur.nl>
Date: Thu, 14 Jan 2021 10:26:11 +0100
Subject: [PATCH] Update README.md

---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 448e38c..0f6d640 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
 # Food Extrudability Assessment and Prediction
 
-This is accompanied code for food extrudability assessment and prediction for an ongoing study from the Food Process Engineering Group at Wageningen University
\ No newline at end of file
+This is accompanied code for food extrudability assessment and prediction for an ongoing study from the Food Process Engineering Group at Wageningen University. 
+
+## Extrudability Assessment 
+
+Example pictures of line extursion can be found in the `Sample Image` folder. You can run the `Preprocessing.R` script to correct rotations and calculate pixel distance. See annotations in script for preprocessing your own images. Once the image is preprocessed. You can run the `Get_measurement.R` function. You can also loop the function for batch processing of images taken from one run. 
+
+## Extrudability Prediction
+
+You can run the script `Extrudability_prediction` to reproduce results from our paper. A few data cleaning and feature generation steps were put before the actual modelling step. The extrudability measurements are saved as `Extrudability_total.csv`. 
+
+## License 
\ No newline at end of file
-- 
GitLab