Now that our RHOAI environment is set up and our data has been prepared, we can begin model training and make some predictions. We will head back to the RHOAI Dashboard to view our Data Science Projects. We'll start by opening the pokedex workbench.
Log with your cluster credentials and you will be promted to allow permissions, keep everything checked and click allow selected permissions.
Now we're in our Jupyter environment, where we will be doing all experimentation, training and testing. First we will need to import our Pokedex repository from GitHub. First click the icon featured below.
From there, you click Clone a repository and paste the Pokedex repository to clone it in your Jupyter environment.
After a few moments, you should see the pokedex-demo directory in your environment. Under pokedex-demo/Notebooks/, open Pokedex_YOLO_v8_new.ipynb and follow the notebook for further instructions.