Rushi7667 / Image-Classification-using-fastai

This repository contains Image Classification using "fastai" library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image-Classification-using-fastai

About fastai

fastai is a deep learning library which provides practitioners with high-level components that can quickly and easily provide state-of-the-art results in standard deep learning domains, and provides researchers with low-level components that can be mixed and matched to build new approaches. It aims to do both things without substantial compromises in ease of use, flexibility, or performance. This is possible thanks to a carefully layered architecture, which expresses common underlying patterns of many deep learning and data processing techniques in terms of decoupled abstractions. These abstractions can be expressed concisely and clearly by leveraging the dynamism of the underlying Python language and the flexibility of the PyTorch library.

Categories of Images : ['buildings', 'forest', 'glacier', 'mountain', 'sea', 'street']

Here is the output of the images. This model is deployed with flask. Currently it is giving morethan 91% accuracy after 50 epochs.

output image 1

alt text

output image 2

alt text

About

This repository contains Image Classification using "fastai" library.


Languages

Language:Jupyter Notebook 99.9%Language:HTML 0.1%Language:Python 0.0%Language:CSS 0.0%