We did a good 3rd place and also won 2nd for the audience award.
An app to get infos how to dispose items. What belongs where. It is mainly in German and the recycling workflows you find in Germany. However it has i18n support.
The Backend code for the app can be found here:
https://github.com/lagmoellertim/appfall-backend
See a Video of how it works here (German): https://youtu.be/aIquklnh8g4?t=4923
The App has 3 different ways to find the introduction for an item
- Fuzzy Search
- Assistent graph based attributes (Question-Answer system)
- Image detection of an image
First execute npm install
to install dependencies
then
npm run dev