JAM-Solutionss / Foodly

MIT License
0 stars 3 forks source link
Foodly  

Foodly

Github top language Github language count Repository size

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License

Contributors

Cipher Shadow   |   Arved Bahde   |   Miriam


:dart: About

Welcome to the Streamlit app that utilizes the Open Food Facts Python SDK to fetch and display food product data from https://de.openfoodfacts.org/. This project was created for a mini hackathon organized by Kevin Chromik.

Demo Image Demo Video

:sparkles: Features

:heavy_check_mark: User-friendly interface to search for food products. :heavy_check_mark: Search for food products by text. :heavy_check_mark: Fetches nutriscore and nutriments data. :heavy_check_mark: Displays results in a structured and easy-to-read format.

:white_check_mark: Requirements

Before starting :checkered_flag:, you need to have Git installed.

Installation

  1. Clone the repository:

    git clone https://github.com/cipher-shad0w/Foodly.git
    cd your-repo
  2. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Run the Streamlit app:

    cd frontend
    streamlit run app.py
  2. Enter the name of a food product in the text input field and submit to get a list of found products details. Click the desired product to get nutriscore and nutriments data.

Project Structure

Technologies Used

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements

Special thanks to Kevin Chromik for organizing the mini hackathon.


If you have any questions or need further assistance, please feel free to contact any of the contributors.

Happy coding!

Made with :heart: by: Cipher Shadow   |   Arved Bahde   |   Miriam

 

Back to top