From c34056cf2152cf25e97923140e96622023b0f5a7 Mon Sep 17 00:00:00 2001 From: Milson Sung <milson.sung@rwth-aachen.de> Date: Thu, 6 Mar 2025 12:45:12 +0100 Subject: [PATCH] basic readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d20cf60 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +ML-Predictor +requires 2 terminal to run + +backend terminal run: +python main.py + +frontend terminal run: +npm run dev \ No newline at end of file -- GitLab