Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.24 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.24 KB

MentorMe logo

MentorMe

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.

Usage

Backend API service

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/

Frontend

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.

MentorMe logo

Startup Classifier

The folder classifier contains another README.md file with the information on how to run and use the classifier.

Author

This project was developed by Andrea Santilli and Fabrizio Lo Scudo during Pi School's AI programme in Fall 2019.