Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 991 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 991 Bytes

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