MensaToday / mensa-today

Daily mensa recommendations for students and lecturers in Münster/Germany.
GNU General Public License v3.0
4 stars 0 forks source link
content-based filtering mensa recommendation

Python 3.9.7 License: GPL v3 GitHub version

MensaToday - Your Dish Recommender in Münster

The University of Münster is a distributed across the city with various canteens and bistros that serve different ranges of food which change weekly. As a student who eats at those places frequently, you have to look through all dishes of every canteen to find a meal that serves your needs. The idea this recommender system is to suggest mensa meals based on various different factors, such as your eating habits, location (based on semester schedule), weather and many more. You can get a demo here from February 23, 2023.

Poster

Contributing

See our contributing guidelines for detailed information about testing, documentation and project setup.

Celery

Celery is an open source asynchronous task queue or job queue, which is based on distributed message passing. While it supports scheduling, its focus lies on operations in real time. Celery is used in combination with the message broker redis. For more information, please refer to Celery docs.

Data Structure

last updated on 30th December 2022 erm