File size: 583 Bytes
3a2b1aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---

title: CNN Cifar10 Classifier
emoji: 🚀
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
license: mit
---

# CNN Image Classification

This project implements a Convolutional Neural Network (CNN) to classify images from the CIFAR-10 dataset using PyTorch.


## Structure

- `src/`: Source code for the model and data processing.
- `main.py`: Entry point for training and evaluation.

## Usage

1. Install dependencies:
   ```bash

   pip install -r requirements.txt

   ```

2. Run the training pipeline:
   ```bash

   python main.py

   ```