Shriharsh commited on
Commit
591916a
1 Parent(s): 37758b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  title: Food Vision 101
2
  emoji: 🌮
3
  colorFrom: indigo
@@ -6,4 +7,17 @@ sdk: gradio
6
  sdk_version: 3.1.7
7
  app_file: app.py
8
  pinned: false
9
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
  title: Food Vision 101
3
  emoji: 🌮
4
  colorFrom: indigo
 
7
  sdk_version: 3.1.7
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
+ tags:
12
+ - computer vision
13
+ - food classification
14
+ - deep learning
15
+ - gradio
16
+ - machine learning
17
+ ---
18
+
19
+ # Food Vision 101
20
+
21
+ This model utilizes deep learning to classify different types of food. It's built with Gradio SDK version 3.1.7 and uses a MIT license.
22
+
23
+ Feel free to explore and contribute!