Yash345 commited on
Commit
aac69c4
·
verified ·
1 Parent(s): 9ba4a5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ metrics:
6
+ - accuracy
7
+ library_name: fastai
8
+ pipeline_tag: image-classification
9
  ---
10
+
11
+
12
+ ## Uses
13
+
14
+ new_model = load_learner(f'modelpath/ChildGaurdAI_resnet.pkl')
15
+
16
+
17
+ new_model.predict(
18
+ item='.png or .jpg'
19
+ )
20
+
21
+ #### Metrics
22
+
23
+ Accuracy