Update README.md
Browse files
README.md
CHANGED
@@ -36,4 +36,8 @@ from MultiCaReClassifier.pipeline import *
|
|
36 |
```
|
37 |
predictions = MultiCaReClassifier(image_folder = '/content/img')
|
38 |
predictions.data.head()
|
39 |
-
```
|
|
|
|
|
|
|
|
|
|
36 |
```
|
37 |
predictions = MultiCaReClassifier(image_folder = '/content/img')
|
38 |
predictions.data.head()
|
39 |
+
```
|
40 |
+
|
41 |
+
|
42 |
+
- Model Training by: Facundo Roffet
|
43 |
+
- Data Curation and Postprocessing by: Mauro Nievas Offidani
|