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 because that’s where i am. You can modify this in the script to the location you are in.

Now Download imags(This can take long)

 

 

 

To finish reading, please visit source site