An open API service indexing awesome lists of open source software.

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

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