A college recommendation system
College Recommender is a simple recommendation system to show you other schools which may have similar qualities to your current option.
Create a vector of strings and use cosine similarity to decide which colleges are most like eachother
Haven't made it this far, just a place holder for now
- Build gui
- Use the gui to interact with the system
- Fork this repository
- Create a new branch
- Fix issue
- Commit and push to the new branch
- Submit a pull request
-
Start venv
-
In the flask-server directory run
python server.py
-
Open a new terminal then
cd
into the client directory -
Run
npm start