kvssetty commited on
Commit
603d32e
1 Parent(s): b0d81f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -5,7 +5,15 @@ tags:
5
  - Image Classification
6
  - Keras
7
  - TensorFlow
 
 
 
 
 
 
 
8
  ---
 
9
  ## Welcome to KVS's Computer Vision Image Classification Model repo
10
 
11
  This is my first model repository in hugging face and it is a test repo, so you may not find anything interesting in this repo. Anyway, I am trying to implement an image classification model here using CNN architecture and use the TensorFlow python library for implementation.
 
5
  - Image Classification
6
  - Keras
7
  - TensorFlow
8
+
9
+
10
+ extra_gated_prompt: "You agree to not use the model to conduct experiments that cause harm to human subjects."
11
+ extra_gated_fields:
12
+ Company: text
13
+ Country: text
14
+ I agree to use this model for non-commercial use ONLY: checkbox
15
  ---
16
+
17
  ## Welcome to KVS's Computer Vision Image Classification Model repo
18
 
19
  This is my first model repository in hugging face and it is a test repo, so you may not find anything interesting in this repo. Anyway, I am trying to implement an image classification model here using CNN architecture and use the TensorFlow python library for implementation.