chore: video for readme
Browse files- README.md +16 -0
- assets/rec.mp4 +3 -0
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CNN with CIFAR-10
|
2 |
|
3 |
A PyTorch implementation of a Convolutional Neural Network (CNN) for image classification on the CIFAR-10 dataset, achieving **81.45% test accuracy**.
|
@@ -49,6 +55,16 @@ The CNN model consists of
|
|
49 |
pip install -r requirements.txt
|
50 |
```
|
51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
## Model Code
|
54 |
```py
|
|
|
1 |
+
---
|
2 |
+
title: CNN
|
3 |
+
app_file: main.py
|
4 |
+
sdk: gradio
|
5 |
+
sdk_version: 5.35.0
|
6 |
+
---
|
7 |
# CNN with CIFAR-10
|
8 |
|
9 |
A PyTorch implementation of a Convolutional Neural Network (CNN) for image classification on the CIFAR-10 dataset, achieving **81.45% test accuracy**.
|
|
|
55 |
pip install -r requirements.txt
|
56 |
```
|
57 |
|
58 |
+
### Running the model
|
59 |
+
|
60 |
+
1. Run the main file
|
61 |
+
```bash
|
62 |
+
python main.py
|
63 |
+
```
|
64 |
+
|
65 |
+
You can play around in the gradio interface
|
66 |
+
|
67 |
+
<video controls src="rec.mp4" title="Title"></video>
|
68 |
|
69 |
## Model Code
|
70 |
```py
|
assets/rec.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:073651ff52cd0a3886e6b4b98400954fbc438149eba047b46b0427ced78ddf06
|
3 |
+
size 2555061
|