Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 608 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 608 Bytes

Recommendation Server

Description

This project implements a backend recommendation server written in Java. The server acts as a data access and data sharing layer between the frontend application and the machine learning model.

Responsibilities

Provides access to music data for the frontend application. Facilitates communication between the frontend and the machine learning model. Validates playlists and songs against the dataset stored in Elasticsearch. Utilizes Elasticsearch for data storage and retrieval.

Requirements

Java Development Kit (JDK) Elasticsearch (https://www.elastic.co/)