Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 710 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 710 Bytes

AXCNN

This model create to predicts a picture that in following categories = ('dog', 'horse', 'elephant', 'butterfly', 'chicken', 'cat', 'cow', 'sheep', 'spider', 'squirrel')

Table of contents

Requirements

pip install -r requirements.txt

Model

model architecture

Dataset

Kaggle Dataset Animals-10

Put zip file into dataset directory and unizp.

We will get raw-img directory.

$python ~/{path to the dir}/preprocessing/split.py
$python ~/{path to the dir}/preprocessing/load.py

This project is currently dead