A simple image of ikea search using jina.ai
This is a demo project to fetch ikea product images(IKEA Copyrights them so can only be used for private purposes). MUST read their terms and conditions before using their iamges for anything other than private purposes. You must have a virtual environment virtualenv venv source venv/bin/activate pip install -r requirements.txt Download Product Data and prepare First script to run that creates the database in sqllite python src/db/sql_model.py Then prepare_data Note i am pulling the data from IKEA Belgium’s French website […]
Read more