├── LICENSE.md ├── PowerApp └── FoodFightersSLN_1_0_0_12.zip ├── README.md ├── data └── Chef-training.jsonl ├── images └── Fabric_AI_Food_Waste_Architecture.jpg ├── notebooks ├── env_openAI.yml ├── py_addtofridge.ipynb ├── py_generatedata.ipynb ├── py_loadproducts.ipynb └── py_openaitraining.ipynb └── reports ├── Expiry_Check_Measures.dax └── FridgeContentsReport.pbix /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/LICENSE.md -------------------------------------------------------------------------------- /PowerApp/FoodFightersSLN_1_0_0_12.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/PowerApp/FoodFightersSLN_1_0_0_12.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/README.md -------------------------------------------------------------------------------- /data/Chef-training.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/data/Chef-training.jsonl -------------------------------------------------------------------------------- /images/Fabric_AI_Food_Waste_Architecture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/images/Fabric_AI_Food_Waste_Architecture.jpg -------------------------------------------------------------------------------- /notebooks/env_openAI.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/notebooks/env_openAI.yml -------------------------------------------------------------------------------- /notebooks/py_addtofridge.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/notebooks/py_addtofridge.ipynb -------------------------------------------------------------------------------- /notebooks/py_generatedata.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/notebooks/py_generatedata.ipynb -------------------------------------------------------------------------------- /notebooks/py_loadproducts.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/notebooks/py_loadproducts.ipynb -------------------------------------------------------------------------------- /notebooks/py_openaitraining.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/notebooks/py_openaitraining.ipynb -------------------------------------------------------------------------------- /reports/Expiry_Check_Measures.dax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/reports/Expiry_Check_Measures.dax -------------------------------------------------------------------------------- /reports/FridgeContentsReport.pbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllgeierSchweiz/aihackers/HEAD/reports/FridgeContentsReport.pbix --------------------------------------------------------------------------------