Skip to content

Commit 85cf7dc

Browse files
authored
Update README.md
1 parent 468c08a commit 85cf7dc

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image Recognition
2-
![alt text](https://github.com/Null-byte-00/Imagerecognition/blob/main/imagerec.gif)
2+
![alt text](https://github.com/Null-byte-00/Imagerecognition/blob/main/imagerec.gif) <br>
33
A simple Image recognition program using pytorch
44
This is a simple convolutional neural network capable of recognizing 3 different shapes (house, smiling face and fish)<br>
55
[you can download full version from here](https://drive.google.com/file/d/1CN_dbHrfiZctm-eJKfEIBof6HHYs1SjA/view?usp=drive_link)
@@ -35,3 +35,9 @@ smilingface: tensor(100., grad_fn=<MulBackward0>)
3535
fish: tensor(1.0445e-39, grad_fn=<MulBackward0>)
3636
```
3737
these are probability percentages for each shape
38+
### draw image for dataset
39+
you can use draw.py script to draw new images for dataset. run:
40+
```
41+
python draw.py
42+
```
43+
a window will open. draw a sample then press h,s or f then your sample will be saved in house, smilingface or fish directories respectively

0 commit comments

Comments
 (0)