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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

333f458 · Aug 2, 2021

History

26 Commits
Dec 2, 2020
Dec 14, 2020
Jan 31, 2021
Jan 31, 2021
Aug 2, 2021
Dec 14, 2020
Aug 2, 2021
Aug 2, 2021
Aug 2, 2021
Aug 2, 2021
Aug 2, 2021
Aug 2, 2021

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