--- a +++ b/imgneural.py @@ -0,0 +1,9 @@ +import cv2 as cv + +import numpy as np +import matplotlib.pyplot as plt +from tensorflow.keras import datasets, layers, models + + + +import ihik \ No newline at end of file