From 1ee1a8cfb4b6853220446fe691d46f737bcc6f4b Mon Sep 17 00:00:00 2001 From: arthurttz Date: Wed, 13 May 2026 13:44:56 +0200 Subject: [PATCH] Modif README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8630476..dfbc2dc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # How to use the code -First, execute splitfoldersclean.py to create your data folders. Then run traindata.py to train the model on the data (traindata.py import model.py and datatransform.py, so you don't have to run them). \ No newline at end of file +First, execute splitfoldersclean.py to create your data folders. +Then, run traindata.py to train the model on the data (traindata.py imports model.py and datatransform.py, so you don't have to run them). \ No newline at end of file