[5369f3]: / imgneural.py

Download this file

9 lines (5 with data), 145 Bytes

1
2
3
4
5
6
7
8
9
import cv2 as cv
import numpy as np
import matplotlib.pyplot as plt
from tensorflow.keras import datasets, layers, models
import ihik