miiila / hungry-in-karlin

Hungry in Karlín

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hungry in Karlín

Are you hungry in Karlín? Congratulations, that is a great first world problem to have! And this project is there exactly for you.

Installation

$ python3 -m venv venv
$ . ./venv/bin/activate
(venv)$ pip install -r requirements.txt

Supported operating systems

  • OSX (open utility is a dependency)

Solved Scenarios

Analysis paralysis

Analysis paralysis or paralysis by analysis is an anti-pattern, the state of over-analyzing (or over-thinking) a situation so that a decision or action is never taken, in effect paralyzing the outcome.

-- Wikipedia

Just run the decide.py script:

(venv)$ python decide.py

The script selects a place where to eat for you. It uses very complicated algorithm, artificial intelligence and various heuristics to guess what is the best option for you at the moment.

Planned Scenarios and Features

  • Filter places which are not currently open.
  • Select the closest place (lazy scenario).
  • Automatically order an ordr.cz if available (super-lazy scenario).
  • List lunch offers of restaurants and provide them in both Czech and English.

About

Hungry in Karlín

License:MIT License


Languages

Language:Python 100.0%