duchaba commited on
Commit
4550a26
1 Parent(s): a789191

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -25,11 +25,15 @@ class ADA_DOGS(object):
25
  #
26
  self.article = '<div><h3>Citation:</h3><ul><li>'
27
  self.article += 'Author/Dev: Duc Haba, 2022.</li>'
28
- self.article += '<li>https://linkedin.com/in/duchaba</li>'
29
  self.article += '<li>The training dataset is from the Data Scientist at Department of Health '
30
  self.article += 'and Social Care London, England, United Kingdom.</li>'
31
  self.article += '<li>https://www.kaggle.com/datasets/amandam1/120-dog-breeds-breed-classification</li>'
32
  self.article += '</ul>'
 
 
 
 
33
  self.article += '<h3>Train Result:</h3><ul>'
34
  self.article += '<li>F1-Score, Precision, and Recall -- Take the output from method sklearn.metrics.classification_report(), import to Pandas Data Fame, sorted, and graph it.</li>'
35
  self.article += '<li><img src="file/ada_f1.png" alt="F1-Score, Precision, and Recall Graph" width="640"</li>'
25
  #
26
  self.article = '<div><h3>Citation:</h3><ul><li>'
27
  self.article += 'Author/Dev: Duc Haba, 2022.</li>'
28
+ self.article += '<li><a target="_blank" href="https://linkedin.com/in/duchaba">https://linkedin.com/in/duchaba</a></li>'
29
  self.article += '<li>The training dataset is from the Data Scientist at Department of Health '
30
  self.article += 'and Social Care London, England, United Kingdom.</li>'
31
  self.article += '<li>https://www.kaggle.com/datasets/amandam1/120-dog-breeds-breed-classification</li>'
32
  self.article += '</ul>'
33
+ self.article += '<h3>Articles:</h3><ul>'
34
+ self.article += '<li><a target="_blank" href="https://www.linkedin.com/pulse/120-dog-breeds-hugging-face-duc-haba/">"120 Dog Breeds on Hugging Face"</a> on LinkedIn, '
35
+ self.article += 'on <a target="_blank" href="https://duchaba.medium.com/120-dog-breeds-on-hugging-face-75288c7952d6">Medium.</a></li>'
36
+ self.article += '</ul>'
37
  self.article += '<h3>Train Result:</h3><ul>'
38
  self.article += '<li>F1-Score, Precision, and Recall -- Take the output from method sklearn.metrics.classification_report(), import to Pandas Data Fame, sorted, and graph it.</li>'
39
  self.article += '<li><img src="file/ada_f1.png" alt="F1-Score, Precision, and Recall Graph" width="640"</li>'