File size: 386 Bytes
78cb732
 
 
 
 
43f7f5d
 
78cb732
 
 
 
0849a73
43f7f5d
78cb732
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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()