nyap commited on
Commit
611a39f
·
verified ·
1 Parent(s): 88b9785

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -11,8 +11,11 @@ tags:
11
  - Intel
12
  - IPEX
13
  ---
14
- ## Example
15
 
 
 
 
16
 
17
  ## Development Process
18
  This model was created with the intention of supplmenting our mobile application as an ingredient counter. Such that a user could take an image and have AI determine whether they have the necessary ingredients to create a recipe. As a result of the straightforward usecase, we were motivated to use a lightweight model for this classification task. We were recommended Moondream by a mentor from Intel, which we fine-tuned in this project.
 
11
  - Intel
12
  - IPEX
13
  ---
14
+ ## Cosmo-demo
15
 
16
+ | ![1 Onion](demo_images/onion1.jpg) | ![1 Avocado](demo_images/avocado1.jpg) | ![2 banana 1 dorito](demo_images/2banana.jpg) | ![5 Banana](demo_images/5banana.jpg) | ![1 Avocado 1 Dorito](demo_images/avocado_dorito.jpg) | ![All](demo_images/the_whole_gang.jpg) |
17
+ |:---:|:---:|:---:|:---:|:---:|:---:|
18
+ | Model Output: 1 onion | Model Output: 1 avocado | Model Output: 2 banana, 1 dorito | Model Output: 5 banana | Model Output: 1 avocado, 1 dorito | Model Output: 2 avocado, 2 banana, 1 onion |
19
 
20
  ## Development Process
21
  This model was created with the intention of supplmenting our mobile application as an ingredient counter. Such that a user could take an image and have AI determine whether they have the necessary ingredients to create a recipe. As a result of the straightforward usecase, we were motivated to use a lightweight model for this classification task. We were recommended Moondream by a mentor from Intel, which we fine-tuned in this project.