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).
- Make sure you're on
Python 3.8.x 64-bit, other versions have not been tested - Rename
config.py.templatetoconfig.pyand change config parameters - Restore packages from
requirements.txtfile - Run
__main.py__