Diff of /imgneural.py [000000] .. [5369f3]

Switch to side-by-side view

--- 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