From 7ffba4c14c7511e6aa70ad41eb968d0ff836b358 Mon Sep 17 00:00:00 2001 From: Mann Patel <130435633+MannPatel0@users.noreply.github.com> Date: Wed, 30 Apr 2025 13:46:04 -0600 Subject: [PATCH] Update README.md --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c40db75..a56434f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -### Some ground rules +### Ground rules 1. Add both node_modules from Slient and Server to your ```gitignore``` file -2. Make a brach with the following naming conventionp, prefix it with your name ```Your-Name Branch-Name```. +2. Make a brach with the following naming convention, prefix it with your name ```Your-Name Branch-Name```. --- ### Frontend @@ -19,25 +19,19 @@ ``` --- -### Recommendation -1. `cd recommendation-engine` into the dir and then type command +### Recommendation system +1. Install the dependencies `pip install scikit-learn numpy mysql.connector flask flask-cors` +2. `cd recommendation-engine` into the dir and then type command ```Bash 1. python3 server.py #Start The Server ``` --- -### Recommendation system -1. Install the dependencies -```Bash - pip install mysql.connector -``` ---- - ### Database 1. MySql Version 9.2.0 2. To Create the DataBase use the command bellow: ```Bash 1. mysql -u root - 2. \. PathToYour/Schema.sql - 3. \. PathToYour/Init-Data.sql + 2. \. PathTo/Schema.sql + 3. \. PathTo/Init-Data.sql ```