datasith commited on
Commit
2b7d328
·
1 Parent(s): 0ce5643

adding links

Browse files
Files changed (1) hide show
  1. app.py +13 -2
app.py CHANGED
@@ -63,8 +63,19 @@ The space includes the necessary files for everything to run smoothly on HF's Sp
63
  - categories.txt
64
  - info.txt
65
 
66
- The data used to train the model is available as [Kaggle dataset](https://www.kaggle.com/datasets/ravirajsinh45/real-life-industrial-dataset-of-casting-product).
67
- The space was inspired by @Isabel's wonderful [cat or pug](https://huggingface.co/spaces/isabel/pug-or-cat-image-classifier) one. Enjoy!
 
 
 
 
 
 
 
 
 
 
 
68
  '''
69
 
70
  ### -------------------------------- ###
 
63
  - categories.txt
64
  - info.txt
65
 
66
+ The data used to train the model is available as a
67
+ [Kaggle dataset](https://www.kaggle.com/datasets/ravirajsinh45/real-life-industrial-dataset-of-casting-product).
68
+ The space was inspired by @Isabel's wonderful
69
+ [cat or pug](https://huggingface.co/spaces/isabel/pug-or-cat-image-classifier) one.
70
+
71
+ If you enjoy my work feel free to follow me here on HF and/or on:
72
+
73
+ - [GitHub](https://github.com/datasith)
74
+ - [Kaggle](https://kaggle.com/datasith)
75
+ - [Twitter](https://twitter.com/datasith)
76
+ - [LinkedIn](https://linkedin.com/in/datasith)
77
+
78
+ Either way, enjoy!
79
  '''
80
 
81
  ### -------------------------------- ###