Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openfoodfacts/facets-knowledge-panels
Providing knowledge panels for a particular open food fact facet (category, brand, etc...)
https://github.com/openfoodfacts/facets-knowledge-panels
fastapi hacktoberfest openfoodfacts python
Last synced: 4 months ago
JSON representation
Providing knowledge panels for a particular open food fact facet (category, brand, etc...)
- Host: GitHub
- URL: https://github.com/openfoodfacts/facets-knowledge-panels
- Owner: openfoodfacts
- License: agpl-3.0
- Created: 2022-07-05T14:12:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T15:05:00.000Z (11 months ago)
- Last Synced: 2024-04-14T06:55:20.824Z (10 months ago)
- Topics: fastapi, hacktoberfest, openfoodfacts, python
- Language: Python
- Homepage: https://openfoodfacts.github.io/facets-knowledge-panels/
- Size: 3.01 MB
- Stars: 5
- Watchers: 6
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## About Repo
![GitHub language count](https://img.shields.io/github/languages/count/openfoodfacts/facets-knowledge-panels?style=for-the-badge&color=brightgreen)
![GitHub top language](https://img.shields.io/github/languages/top/openfoodfacts/facets-knowledge-panels?style=for-the-badge&color=aqua)
![GitHub last commit](https://img.shields.io/github/last-commit/openfoodfacts/facets-knowledge-panels?style=for-the-badge&color=blue)
![Github Repo Size](https://img.shields.io/github/repo-size/openfoodfacts/facets-knowledge-panels?style=for-the-badge&color=aqua)# facets-knowledge-panels
Providing knowledge panels for a particular Open Food Facts facet (category, brand, etc...)
## Why facets-knowledge-panels?
- Provides applications with a set of informative or actionable items which are contextual to a specific facet.
- The primary goal is to allow high level contributions by users that maybe interested in a particular subset of the database, like a particular food category, a brand, a location etc.
- We reuse the knowledge panel format, which remove the need for the application to change as the server side code change, or to implement specific business logic.## How do I get started?
- Join us on [Slack](https://openfoodfacts.slack.com/archives/C03LFRKLVBQ)
- Developer documentation
- [Project setup](./docs/how-to-guides/Project-setup-locally.md)
- [Testing](./docs/how-to-guides/Testing.md)
- [Contributing Guidelines](./docs/how-to-guides/CONTRIBUTING.md)
- [API Documentation](./docs/references/API%20references.md)## Contributors