Predict your chances of acceptence for different Universities
System that take various variable like CGPA,GAT, SOP e.t.c and predict chances of acceptance for different universities
Linear Regression to predict chances of acceptance, Node, Express backend and Angular Frontend with passportjs Authentication and session management.
Step 1: git clone this repo:
Step 2: cd to the cloned repo:
Step 3: cd to REST and hit npm install in terminal:
Step 4: cd to AngularFrontEnd and install depedencies by npm install:
- cd to the REST
- Run nodemon server to run the back end
- cd to AngularFrontEnd
- run ng serve
http://localhost:4200/signup for Signup
http://localhost:4200/login for Login
http://localhost:4200/prediction for Main Prediction System