Monet Joe commited on
Commit
e098159
1 Parent(s): 4c6cc43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - svhn
5
+ language:
6
+ - en
7
+ - zh
8
+ metrics:
9
+ - accuracy
10
+ pipeline_tag: object-detection
11
+ tags:
12
+ - legal
13
  ---
14
+
15
+ ## Summary
16
+ This project is a PyTorch implementation that uses deep CNN to recognize multi-digit numbers using the SVHN dataset derived from Google Street View house numbers, each picture contains a set of numbers from 0 to 9, the model is tested to have 89% accuracy.