top of page

Installation
!pip install quick-ml
import tensorflow as tf
import quick_ml
You can quickly get started with the package using pip command.
Once you have installed quick_ml package, you can get started with your Deep Learning Workflow.
Quickly check whether the correct version of TensorFlow has been installed and import TensorFlow by the following statement.
Check the output to know about the status of your installation.
bottom of page
