Skip to content

A Golang-based service that provides recommendations for RecoFach

Notifications You must be signed in to change notification settings

RecoFach/recommendation-service

Repository files navigation

Recommendation Service

This service provides creates a recommendation list of subjects based on the users preferences.

Poster Recommendation service

Requirements

Python 3.8 Libraries:

  • numpy
  • pandas
  • flask
  • gunicorngs

Docker deployment

Build image docker build .

Run the container docker run -p 2000:2000 <Image>

Endpoints and methods

All information about endpoints and http methods you will find in Endpoints.md