Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 801 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 801 Bytes

Mentor-Server

This is a Flask REST API that handles message completion and recommendation system tasks.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

Clone the repository:

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

Usage

The API has two main modules:

Message Completion:

Handles message completion tasks. Implemented in message_completion.py.

Recommendation System:

Handles recommendation system tasks. Implemented in recommendation_system.py.