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-ServerNavigate to the project directory:
cd Mentor-ServerInstalling required packages:
pip install -r requirements.txtRun the application:
python flask_app.pyThe API has two main modules:
Handles message completion tasks. Implemented in message_completion.py.
Handles recommendation system tasks. Implemented in recommendation_system.py.