If you have high computational requirements, you can use Google Colaboratory. Colaboratory is a free Jupyter notebook environment that requires no setup and runs entirely in the cloud. It's a free cloud service that supports free GPU. You can use Google Colab to build your deep learning applications using TensorFlow, Keras, PyTorch, and OpenCV.
Once you create your account with https://colab.research.google.com/, you can log in using your credentials.
Once you're logged in, you can move straight to the File menu to create your Python notebook:
Once you click on the File tab, you'll see New Python 3 notebook; a new notebook ...