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

https://github.com/rafaellaurindo/image-classifier-python

Example of image classification with machine learning in Python.
https://github.com/rafaellaurindo/image-classifier-python

image-classification machine-learning python

Last synced: about 1 year ago
JSON representation

Example of image classification with machine learning in Python.

Awesome Lists containing this project

README

          

# Image classification with Python
Example of image classification with machine learning in Python.

## How to use
To use it is very simple, just enter the folder where the script is and enter the following command:
```$ python3 main.py```

## Post on Blog
See this post on my blog accessing [https://rafaellaurindo.com.br/classificando-imagens-com-python](https://rafaellaurindo.com.br/classificando-imagens-com-python).