foodex2_code_meaning

An online or local app that takes an EFSA FoodEx2 code and returns its meaning.

https://github.com/kalilamali/foodex2_code_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

code efsa food foodex2 python safety streamlit
Last synced: 4 months ago · JSON representation ·

Repository

An online or local app that takes an EFSA FoodEx2 code and returns its meaning.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
code efsa food foodex2 python safety streamlit
Created over 3 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

Python 3.10

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

Creative Commons 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

🧬👩🏻‍💻📊 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

requirements.txt pypi
  • beautifulsoup4 ==4.11.1
  • pandas ==1.4.3
  • streamlit ==1.11.1
.github/workflows/makefile.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v1 composite