This is a Flask REST API that handles message completion and recommendation system tasks.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/Bablo-AD/Mentor-Server
Navigate to the project directory:
cd Mentor-Server
Installing required packages:
pip install -r requirements.txt
Run the application:
python flask_app.py
The API has two main modules:
Handles message completion tasks. Implemented in message_completion.py.
Handles recommendation system tasks. Implemented in recommendation_system.py.