Sunday, September 11, 2022

Python Major modules required for AI/ML

pip install opencv-python  => For OpenCV 

pip install keras

pip install opencv-python

pip install tensorflow

pip install PIL


Some of the import statements are

from imageio import imread 
import random as rn
from keras import backend as K
import tensorflow as tf
import matplotlib.pyplot as plt
import cv2

 

No comments:

Post a Comment