jdelgado2002 commited on
Commit
a60c252
1 Parent(s): d9ead92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -13,7 +13,7 @@ pipeline_tag: image-classification
13
 
14
  # Model card
15
 
16
- Try our model [here](https://www.kaggle.com/code/josemauriciodelgado/proliferative-retinopathy)
17
 
18
  ## Model description
19
  This is an image categorization model that uses restnet-50 as the base model to classify diabetic retinopathy
@@ -64,7 +64,7 @@ achieving a private score of 0.869345
64
 
65
  ## Trying the model
66
 
67
- Note: You can easily try our model [here](https://www.kaggle.com/code/josemauriciodelgado/proliferative-retinopathy)
68
 
69
  This application uses a trained model to detect the severity of diabetic retinopathy from a given retina image taken using fundus photography. The severity levels are:
70
 
@@ -152,4 +152,5 @@ gr.Interface(
152
  title=title,
153
  description=description,
154
  ).launch()
155
- ```
 
 
13
 
14
  # Model card
15
 
16
+ Try our model [here](https://huggingface.co/spaces/jdelgado2002/proliferative_retinopathy_detection)
17
 
18
  ## Model description
19
  This is an image categorization model that uses restnet-50 as the base model to classify diabetic retinopathy
 
64
 
65
  ## Trying the model
66
 
67
+ Note: You can easily try our model [here](https://huggingface.co/spaces/jdelgado2002/proliferative_retinopathy_detection)
68
 
69
  This application uses a trained model to detect the severity of diabetic retinopathy from a given retina image taken using fundus photography. The severity levels are:
70
 
 
152
  title=title,
153
  description=description,
154
  ).launch()
155
+ ```
156
+ [source code](https://huggingface.co/spaces/jdelgado2002/proliferative_retinopathy_detection/tree/main)