pyesonekyaw commited on
Commit
95f371b
1 Parent(s): 66f8eb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -29,4 +29,12 @@ The training dataset had 9646 images across 9 classes, with each class having ro
29
 
30
  ## Training Procedure
31
  As the purpose of this model was to act just as a proof of concept for quick prototyping of RecycleTree, I opted to use the fast.ai library and a simple model architecture of ResNet34.
32
- The training procedure is following the recommendations from [fast.ai](https://docs.fast.ai/)
 
 
 
 
 
 
 
 
 
29
 
30
  ## Training Procedure
31
  As the purpose of this model was to act just as a proof of concept for quick prototyping of RecycleTree, I opted to use the fast.ai library and a simple model architecture of ResNet34.
32
+ The training procedure is following the recommendations from [fast.ai](https://docs.fast.ai/)
33
+
34
+ ## Other Models
35
+ There are also other models in the RecycleTree model series:
36
+ * [Materials Classification Model](https://huggingface.co/pyesonekyaw/recycletree_materials) - Classification of images of trash into different materials
37
+ * [Paper Classification Model](https://huggingface.co/pyesonekyaw/recycletree_paper) - Classification of images of paper trash into different classes
38
+ * [Metal Classification Model](https://huggingface.co/pyesonekyaw/recycletree_metal) - Classification of images of metal trash into different classes
39
+ * [Glass Classification Model](https://huggingface.co/pyesonekyaw/recycletree_glass) - Classification of images of glass trash into different classes
40
+ * [Others Classification Model](https://huggingface.co/pyesonekyaw/recycletree_others) - Classification of images of other (not paper, metal, glass, or plastic) trash into different classes