MentorMe is a mentor recommender system for researchers. You input your name along with a brief description of your startup or research project, and the system will provide to you a list o mentors suggestions for your future startup.
To start the server API you need python3 installed in your system. Then type the following commands in the terminal from the back folder of this repository:
pip install -r requirements.txt
python3 app.py
Once you have the server running, you can consult the API documentation at the page http://localhost:2000/v1.0/ui/
To use the frontend, once you have the server running, you just have to open in a browser the file index.html
located in the web folder.
The folder classifier contains another README.md file with the information on how to run and use the classifier.
This project was developed by Andrea Santilli and Fabrizio Lo Scudo during Pi School's AI programme in Fall 2019.