eren23 commited on
Commit
e26d2b2
1 Parent(s): a37217d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -39
README.md CHANGED
@@ -1,40 +1,4 @@
1
- ---
2
- tags:
3
- - image-classification
4
- - pytorch
5
- - huggingpics
6
- metrics:
7
- - accuracy
8
 
9
- model-index:
10
- - name: pneumonia_test_attempt
11
- results:
12
- - task:
13
- name: Image Classification
14
- type: image-classification
15
- metrics:
16
- - name: Accuracy
17
- type: accuracy
18
- value: 0.9783163070678711
19
- ---
20
-
21
- # pneumonia_test_attempt
22
-
23
-
24
- Autogenerated by HuggingPics🤗🖼️
25
-
26
- Create your own image classifier for **anything** by running [the demo on Google Colab](https://colab.research.google.com/github/nateraw/huggingpics/blob/main/HuggingPics.ipynb).
27
-
28
- Report any issues with the demo at the [github repo](https://github.com/nateraw/huggingpics).
29
-
30
-
31
- ## Example Images
32
-
33
-
34
- #### NORMAL
35
-
36
- ![NORMAL](images/NORMAL.jpeg)
37
-
38
- #### PNEUMONIA
39
-
40
- ![PNEUMONIA](images/PNEUMONIA.jpeg)
 
1
+ pneumonia-bielefeld-dl-course
2
+ This registry contains the model for making pneumonia predictions and was prepared for Bielefeld University Deep Learning course homework.
 
 
 
 
 
3
 
4
+ The code used for this implementation mostly comes from here: https://github.com/nateraw/huggingpics it was a ready pipeline for model fine-tuning with huggingface and PyTorch Lightning for another dataset.