what-is is a tool to see what different things look like on average. Using a given keyword, what-is downloads images based on google results and outputs what the average image looks like.
Before what-is can be used, one must create a .env file to the project root and add the following environmental variables there:
API_KEY=X
(https://developers.google.com/custom-search/v1/introduction)
CX=Y
(https://cse.google.com/cse/all)
pip3 install -r requirements.txt
python3 what-is/main.py
OR
docker build -t what-is .
docker run -it -v $(pwd)/output:/src/output what-is