Views
No views yet
mashtocimg.h5 – Trained Keras model (HDF5 format)label_map.json – Mapping of class indices to Armenian letters1from tensorflow.keras.models import load_model
2import numpy as np
3from PIL import Image
4
5model = load_model("mashtocimg.h5")