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.template
toconfig.py
and change config parameters - Restore packages from
requirements.txt
file - Run
__main.py__