TLDR: When turned left, the right chin is bigger than the left one, and vice versa. Use the distance between the right / left chin top and the nose top to measure the right / left chin size.
For those who work frequently with Jupyter notebooks, Google Colab is a fantastic tool that allows developers to create, edit, and share their Python code through a web-based interface. However, sometimes we may prefer to use our own local development environment like Visual Studio Code (VS Code), especially if it means we get access to many of its helpful features. This guide will walk you through the process of developing your Google Colab notebooks with VS Code.
The key to this process is using a GitHub repository as a bridge to connect your local development environment (VS Code) with Google Colab.