Spaces:
Configuration error
Configuration error
Upload Readme.txt
Browse files- Readme.txt +15 -0
Readme.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Kidney CT Classifier
|
2 |
+
|
3 |
+
This project uses a deep learning model to classify kidney CT images as normal or abnormal.
|
4 |
+
|
5 |
+
## Usage
|
6 |
+
|
7 |
+
Upload a kidney CT scan image to the app and get a prediction.
|
8 |
+
|
9 |
+
## Requirements
|
10 |
+
|
11 |
+
- gradio
|
12 |
+
- numpy
|
13 |
+
- Pillow
|
14 |
+
- tensorflow
|
15 |
+
- huggingface_hub
|