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

https://github.com/aquadzn/paintingsclassification

Image classifier with FastAI
https://github.com/aquadzn/paintingsclassification

Last synced: 3 months ago
JSON representation

Image classifier with FastAI

Awesome Lists containing this project

README

          

# PaintingsClassification
**Paintings classifier with FastAI - Pytorch**

Classification d'environ 1000 peintures de quatre peintres différents :

- Van Gogh
- Cortes
- Aïvazovsi
- Renoir

```db.show_batch()```

![Data batch](https://image.noelshack.com/fichiers/2019/15/4/1554977638-1.png)
```learn.recorder.plot()```

![Data batch](https://image.noelshack.com/fichiers/2019/15/4/1554977638-2.png)


```interp.plot_top_losses(9, figsize=(14,9))```

![Data batch](https://image.noelshack.com/fichiers/2019/15/4/1554977638-3.png)


```interp.plot_confusion_matrix()```

![Data batch](https://image.noelshack.com/fichiers/2019/15/4/1554977638-4.png)