File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,20 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " kimm"
7
- description = " "
8
- keywords = []
7
+ description = " A Keras model zoo with pretrained weights."
8
+ keywords = [
9
+ " deep-learning" ,
10
+ " model-zoo" ,
11
+ " keras" ,
12
+ " jax" ,
13
+ " tensorflow" ,
14
+ " torch" ,
15
+ " imagenet" ,
16
+ " pretrained-weights" ,
17
+ " timm" ,
18
+ ]
19
+ authors = [{ name = " Hong-Yu Chiu" , email = " james77777778@gmail.com" }]
20
+ maintainers = [{ name = " Hong-Yu Chiu" , email = " james77777778@gmail.com" }]
9
21
readme = " README.md"
10
22
requires-python = " >=3.9"
11
23
license = { file = " LICENSE" }
@@ -25,6 +37,12 @@ classifiers = [
25
37
dynamic = [" version" ]
26
38
dependencies = [" keras" ]
27
39
40
+ [project .urls ]
41
+ Homepage = " https://github.com/james77777778/keras-image-models"
42
+ Documentation = " https://github.com/james77777778/keras-image-models"
43
+ Repository = " https://github.com/james77777778/keras-image-models.git"
44
+ Issues = " https://github.com/james77777778/keras-image-models/issues"
45
+
28
46
[project .optional-dependencies ]
29
47
tests = [
30
48
# export
You can’t perform that action at this time.
0 commit comments