ErnestBeckham's picture
test
60a2888 verified
raw
history blame
386 Bytes
import streamlit as st
import tensorflow as tf
import cv2
import numpy as np
from huggingface_hub import from_pretrained_keras
#from lime import lime_image
#from skimage.segmentation import mark_boundaries
import matplotlib.pyplot as plt
model = from_pretrained_keras("ErnestBeckham/BreastResViT")
#explainer = lime_image.LimeImageExplainer()
if __name__ == "__main__":
main()