https://github.com/peroxy/carimageclassification
Car image classification with Tensorflow, training model with data from avto.net
https://github.com/peroxy/carimageclassification
cars image-classification machine-learning python tensorflow
Last synced: about 2 months ago
JSON representation
Car image classification with Tensorflow, training model with data from avto.net
- Host: GitHub
- URL: https://github.com/peroxy/carimageclassification
- Owner: peroxy
- License: mit
- Created: 2020-05-24T09:17:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T10:09:31.000Z (over 5 years ago)
- Last Synced: 2025-10-27T21:59:36.082Z (8 months ago)
- Topics: cars, image-classification, machine-learning, python, tensorflow
- Language: Python
- Size: 273 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Car Image Classification
This project uses Tensorflow to create image classification models. The model learns by using data from avto.net that is stored in a local sqlite database (acquired using https://github.com/peroxy/AvtoNetScraper).
## Getting started
1. Make sure you're on `Python 3.8.x 64-bit`, other versions have not been tested
2. Rename `config.py.template` to `config.py` and change config parameters
3. Restore packages from `requirements.txt` file
4. Run `__main.py__`