Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmicht/food-language-variety
A map to display distribution of food names using their synonyms in different regions.
https://github.com/nmicht/food-language-variety
data-analysis language-distribution language-variety map
Last synced: 19 days ago
JSON representation
A map to display distribution of food names using their synonyms in different regions.
- Host: GitHub
- URL: https://github.com/nmicht/food-language-variety
- Owner: nmicht
- License: mit
- Created: 2019-02-11T20:35:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:39:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-29T00:40:18.239Z (over 1 year ago)
- Topics: data-analysis, language-distribution, language-variety, map
- Language: Python
- Homepage: https://nmicht.github.io/food-language-variety/
- Size: 4.32 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Food names distribution
A map to display language variety of food names in United States, United Kingdom, Mexico and Spain.
## How this works
We took a bunch of data from Wikipedia and processed to find food names and their varieties according to regions classified by counties in US, MX and UK and provinces in ES.
With this data, we plot the finding in a map.
There is still a lot of cleaning pending on the data, but hey, that's what is about data processing, right?
## Technologies
- Python
- Wikipedia API
- Beautiful Soup
- React
- Leaftlet## Authors
- [@nmicht](https://github.com/nmicht/)
- [@jbrew](https://github.com/jbrew/)