Jina Workshop: Image Search with Pokemons
Colab
Use the following link: https://colab.research.google.com/github/jina-ai/workshops/blob/main/pokedex/workshop.ipynb
Alternatively, you can run it locally. Follow the guide below:
Before the workshop
NOTE Make sure you've done this before the workshop.
Operating System
At the moment Jina only works on Linux and MacOS.
For Windows, you will need to install the Windows Subsystem for Linux (WSL). Make sure you are installing WSL2, by following the guide here.
Alternatively, you can use a Virtual Machine or a Docker container.
Requirements
We recommend creating a fresh virtual environment for Python (due to version conflicts with Tensorflow, the example only works on Python 3.7).
Use either virtualenv or conda, as you prefer.
Install the requirements by issuing the following: pip install -r requirements.txt
Data and model
You should also download the data and the pre-trained model before the workshop, as they are quite large. Use the following commands:
sh ./get_data.sh
sh ./download.sh
During the workshop
Follow along with the notebook.
Start Jupyter Lab (an improved version of Jupyter Notebook) with jupyter lab .