foodex2_code_meaning
An online or local app that takes an EFSA FoodEx2 code and returns its meaning.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Keywords
Repository
An online or local app that takes an EFSA FoodEx2 code and returns its meaning.
Basic Info
- Host: GitHub
- Owner: kalilamali
- License: other
- Language: Python
- Default Branch: main
- Homepage: https://kalilamali-foodex2-code-meaning-app-wr56ng.streamlitapp.com/
- Size: 142 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
foodex2codemeaning
This is the repository for the foodex2codemeaning_app. An streamlit app that takes an EFSA FoodEx2 code and returns its meaning. This app is a complement to the search bar at https://data.food.gov.uk/codes/ At https://data.food.gov.uk/codes/ you can search for a food using its name. For example: Chocolate/cocoa-based products\ However you can't do a food search using its code: For example: A0EQS
Try it online:
Please be aware, it will take some time to wake-up the app. https://kalilamali-foodex2-code-meaning-app-wr56ng.streamlitapp.com/

How-to-use
bash
git clone https://github.com/kalilamali/foodex2_code_meaning_app.git
cd foodex2_code_meaning_app
python -m venv .foodex2_code_meaning_app
source .foodex2_code_meaning_app/bin/activate
make install
make test
make run
CITATION
If you find this repository useful please cite:
Loaiza, K. (2022). FoodEx2 Code Meaning App. (Version 1.0) [Computer software]. https://github.com/kalilamali/foodex2codemeaning_app
LICENSE

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Owner
- Name: Karen Loaiza (KLOC)
- Login: kalilamali
- Kind: user
- Location: Denmark
- Company: Statens Serum Institut
- Website: https://www.linkedin.com/in/karen-loaiza/
- Twitter: kalilamali
- Repositories: 30
- Profile: https://github.com/kalilamali
🧬👩🏻💻📊 Bioinformatician working on bacterial genomics at @SSI_dk
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Loaiza
given-names: Karen
orcid: https://orcid.org/0000-0002-4282-1152
title: "FoodEx2 Code Meaning App."
version: 1.0
date-released: 2022-08-05
repository-code: https://github.com/kalilamali/foodex2_code_meaning_app
GitHub Events
Total
- Push event: 3
Last Year
- Push event: 3
Dependencies
- beautifulsoup4 ==4.11.1
- pandas ==1.4.3
- streamlit ==1.11.1
- actions/checkout v3 composite
- actions/setup-python v1 composite