Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,8 @@ datasets:
|
|
5 |
---
|
6 |
# SimpleCNN for Text Image Orientation Detection
|
7 |
|
|
|
|
|
8 |
## Model Overview
|
9 |
This is a SimpleCNN model designed to detect whether an image containing text (e.g. a scan of a document) is correctly oriented or rotated. It takes grayscale images as input, resizes them to 128x128 pixels, and outputs a prediction indicating whether the image is "Rotated" or "Normal."
|
10 |
|
|
|
5 |
---
|
6 |
# SimpleCNN for Text Image Orientation Detection
|
7 |
|
8 |
+
![image](mymodel.png)
|
9 |
+
|
10 |
## Model Overview
|
11 |
This is a SimpleCNN model designed to detect whether an image containing text (e.g. a scan of a document) is correctly oriented or rotated. It takes grayscale images as input, resizes them to 128x128 pixels, and outputs a prediction indicating whether the image is "Rotated" or "Normal."
|
12 |
|