chore: toml file
Browse files- README.md +2 -1
- pyproject.toml +54 -1
- uv.lock +0 -0
README.md
CHANGED
@@ -9,6 +9,7 @@ language:
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
pipeline_tag: image-classification
|
|
|
12 |
---
|
13 |
|
14 |
# CNN with CIFAR-10
|
@@ -71,7 +72,7 @@ python main.py
|
|
71 |
|
72 |
You can play around in the gradio interface
|
73 |
|
74 |
-
|
75 |
|
76 |
## Model Code
|
77 |
```py
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
pipeline_tag: image-classification
|
12 |
+
python_version: 3.12.10
|
13 |
---
|
14 |
|
15 |
# CNN with CIFAR-10
|
|
|
72 |
|
73 |
You can play around in the gradio interface
|
74 |
|
75 |
+
https://github.com/user-attachments/assets/1f742c32-79bd-4d16-a74f-68c241f4a841
|
76 |
|
77 |
## Model Code
|
78 |
```py
|
pyproject.toml
CHANGED
@@ -4,7 +4,60 @@ version = "0.1.0"
|
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.12"
|
7 |
-
dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
[dependency-groups]
|
10 |
dev = [
|
|
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.12"
|
7 |
+
dependencies = [
|
8 |
+
"appnope==0.1.4",
|
9 |
+
"asttokens==3.0.0",
|
10 |
+
"comm==0.2.2",
|
11 |
+
"contourpy==1.3.2",
|
12 |
+
"cycler==0.12.1",
|
13 |
+
"debugpy==1.8.14",
|
14 |
+
"decorator==5.2.1",
|
15 |
+
"executing==2.2.0",
|
16 |
+
"filelock==3.18.0",
|
17 |
+
"fonttools==4.58.4",
|
18 |
+
"fsspec==2025.5.1",
|
19 |
+
"gradio>=5.35.0",
|
20 |
+
"ipykernel==6.29.5",
|
21 |
+
"ipython==9.4.0",
|
22 |
+
"ipython-pygments-lexers==1.1.1",
|
23 |
+
"jedi==0.19.2",
|
24 |
+
"jinja2==3.1.6",
|
25 |
+
"jupyter-client==8.6.3",
|
26 |
+
"jupyter-core==5.8.1",
|
27 |
+
"kiwisolver==1.4.8",
|
28 |
+
"markupsafe==3.0.2",
|
29 |
+
"matplotlib==3.10.3",
|
30 |
+
"matplotlib-inline==0.1.7",
|
31 |
+
"mpmath==1.3.0",
|
32 |
+
"nest-asyncio==1.6.0",
|
33 |
+
"networkx==3.5",
|
34 |
+
"numpy==2.3.1",
|
35 |
+
"packaging==25.0",
|
36 |
+
"parso==0.8.4",
|
37 |
+
"pexpect==4.9.0",
|
38 |
+
"pillow==11.3.0",
|
39 |
+
"pip==25.1.1",
|
40 |
+
"platformdirs==4.3.8",
|
41 |
+
"prompt-toolkit==3.0.51",
|
42 |
+
"psutil==7.0.0",
|
43 |
+
"ptyprocess==0.7.0",
|
44 |
+
"pure-eval==0.2.3",
|
45 |
+
"pygments==2.19.2",
|
46 |
+
"pyparsing==3.2.3",
|
47 |
+
"python-dateutil==2.9.0.post0",
|
48 |
+
"pyzmq==27.0.0",
|
49 |
+
"setuptools==80.9.0",
|
50 |
+
"six==1.17.0",
|
51 |
+
"stack-data==0.6.3",
|
52 |
+
"sympy==1.14.0",
|
53 |
+
"tabulate==0.9.0",
|
54 |
+
"torch==2.7.1",
|
55 |
+
"torchvision==0.22.1",
|
56 |
+
"tornado==6.5.1",
|
57 |
+
"traitlets==5.14.3",
|
58 |
+
"typing-extensions==4.14.0",
|
59 |
+
"wcwidth==0.2.13",
|
60 |
+
]
|
61 |
|
62 |
[dependency-groups]
|
63 |
dev = [
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|