yashpat85 commited on
Commit
010bf91
·
verified ·
1 Parent(s): fed08c0

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "custom_cnn",
3
+ "input_size": [224, 224, 3],
4
+ "num_classes": 4,
5
+ "framework": "tensorflow",
6
+ "description": "Custom CNN model for Kidney Disease Classification.",
7
+ "author": "yashpat85"
8
+ }