LH-Tech-AI commited on
Commit
80e4e04
Β·
verified Β·
1 Parent(s): 97987d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -117,6 +117,8 @@ Corrected:
117
 
118
  ![cat image, now correctly rotated](https://cdn-uploads.huggingface.co/production/uploads/697f2832c2c5e4daa93cece7/QhpbxPuwhyMj19N7v34iZ.png)
119
 
 
 
120
  ## ⚠️ Limitations
121
 
122
  - Rotationally symmetric images (balls, textures, patterns) are inherently ambiguous β€” no model can reliably classify these.
@@ -140,6 +142,10 @@ Trained from scratch on 50k images β€” a pretrained backbone would likely yield
140
 
141
  > Yesterday, I was sorting photos and like every photo was rotated wrong! This inspired me to make this tool πŸ˜‚
142
 
 
 
 
 
143
  ## πŸ“œ License
144
 
145
  Apache 2.0
 
117
 
118
  ![cat image, now correctly rotated](https://cdn-uploads.huggingface.co/production/uploads/697f2832c2c5e4daa93cece7/QhpbxPuwhyMj19N7v34iZ.png)
119
 
120
+ *Original Image Source: [Link to Pexels](https://www.pexels.com/de-de/foto/ruhiger-schlaf-einer-getigerten-hauskatze-auf-einem-sofa-32441547/)*
121
+
122
  ## ⚠️ Limitations
123
 
124
  - Rotationally symmetric images (balls, textures, patterns) are inherently ambiguous β€” no model can reliably classify these.
 
142
 
143
  > Yesterday, I was sorting photos and like every photo was rotated wrong! This inspired me to make this tool πŸ˜‚
144
 
145
+ ## πŸ’» Training code
146
+
147
+ The full training code can be found in `train.py`. Have fun 😊
148
+
149
  ## πŸ“œ License
150
 
151
  Apache 2.0