0408happyfeet commited on
Commit
ea07c38
·
verified ·
1 Parent(s): 3b08bcc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🧀
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: "4.44.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
@@ -29,3 +29,14 @@ Predicts **texture** from nutritional/origin features using a **classmate's Auto
29
  ## Credits
30
  - Model: rlogh (classmate)
31
  - Dataset: aslan-ng
 
 
 
 
 
 
 
 
 
 
 
 
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 5.48.0
8
  app_file: app.py
9
  pinned: false
10
  ---
 
29
  ## Credits
30
  - Model: rlogh (classmate)
31
  - Dataset: aslan-ng
32
+ -
33
+ ## Citations
34
+ - Model: rlogh/cheese-texture-autogluon-classifier (Hugging Face model card)
35
+ - Dataset: aslan-ng/cheese-tabular (Hugging Face dataset card, MIT license)
36
+
37
+ ## License
38
+ - Dataset license: MIT (see dataset card).
39
+
40
+ ## Acknowledgments
41
+ - Thanks to rlogh for the trained AutoGluon model and to aslan-ng for the dataset.
42
+ - Collaboration & GenAI usage: This submission was prepared with peer feedback and limited use of generative AI (ChatGPT) for packaging/refactoring and documentation polish.