File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
33A simple Image recognition program using pytorch
44This 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>)
3535fish: tensor(1.0445e-39, grad_fn=<MulBackward0>)
3636```
3737these 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
You can’t perform that action at this time.
0 commit comments