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.
- Host: GitHub
- URL: https://github.com/rafaellaurindo/image-classifier-python
- Owner: rafaellaurindo
- Created: 2018-08-17T02:59:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T14:49:47.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T01:11:17.171Z (over 1 year ago)
- Topics: image-classification, machine-learning, python
- Language: Python
- Size: 63.5 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).