Spartee / british_food_generator

🥧 Generates classic British dishes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

British Food Generator

Build Status

british-food-generator.herokuapp.com

Written after a conversation at work made me realise that traditional british food names are a little bit strange. Code quality is a bit questionable but the core components are detailed below. Contributions are very welcome.

Powered by fastapi and hosted on heroku

Name generation

Randomly selects from a few key words and combines with joining words. british_food_generator/name_generation.py

Description generation

Markov chain based. Code here: british_food_generator/description_generation.py Source text: british_food_generator/real_descriptions_of_food.txt

About

🥧 Generates classic British dishes


Languages

Language:Python 79.8%Language:HTML 17.1%Language:Shell 3.1%