https://github.com/nikolaos-mavromatis/cifar-10-image-classification
https://github.com/nikolaos-mavromatis/cifar-10-image-classification
artificial-intelligence computer-vision convolutional-neural-networks image-classification keras machine-learning multiclass-image-classification neural-networks supervised-learning tensorflow
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikolaos-mavromatis/cifar-10-image-classification
- Owner: nikolaos-mavromatis
- Created: 2025-03-10T22:37:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T23:17:12.000Z (8 months ago)
- Last Synced: 2025-03-11T00:20:37.020Z (8 months ago)
- Topics: artificial-intelligence, computer-vision, convolutional-neural-networks, image-classification, keras, machine-learning, multiclass-image-classification, neural-networks, supervised-learning, tensorflow
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cifar-10-image-classification
The purpose of this project is to perform multi-class image classification on the CIFAR-10 dataset.
## Getting started
### Set up a development environment
```bash
python3 -m venv .venv
source .venv/bin/activate
```
### Install dependencies
```bash
pip install -r requirements.txt
```
> [!NOTE]
>
> Build docker image.
## Run scripts