vlad-m-dev commited on
Commit
2ee6194
·
verified ·
1 Parent(s): c8dd36b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -82,6 +82,13 @@ tags:
82
 
83
  ---
84
 
 
 
 
 
 
 
 
85
  ## 🛠️ Usage Example
86
 
87
  ```python
@@ -93,10 +100,3 @@ img = np.random.randn(1, 3, 224, 224).astype(np.float32) # Replace with your im
93
  output = session.run(None, {"input": img})
94
  pred_class = np.argmax(output[0])
95
  print(pred_class) # 0 = document, 1 = photo```
96
-
97
- ---
98
-
99
- ## 🤖 Author
100
- @vlad-m-dev
101
- Built for edge-ai/phone/tablet offline image classification: document vs photo
102
- Telegram: https://t.me/dwight_schrute_engineer
 
82
 
83
  ---
84
 
85
+ ## 🤖 Author
86
+ @vlad-m-dev
87
+ Built for edge-ai/phone/tablet offline image classification: document vs photo
88
+ Telegram: https://t.me/dwight_schrute_engineer
89
+
90
+ ---
91
+
92
  ## 🛠️ Usage Example
93
 
94
  ```python
 
100
  output = session.run(None, {"input": img})
101
  pred_class = np.argmax(output[0])
102
  print(pred_class) # 0 = document, 1 = photo```