medicalner / config.py
Wilame Lima
add reference and change example text
95a5eb7
raw
history blame contribute delete
258 Bytes
import streamlit as st
from transformers import pipeline
from annotated_text import annotated_text
DASHBOARD_TITLE = "Medical NER Dashboard"
MODEL_PATH = "Clinical-AI-Apollo/Medical-NER"
MODEL_LINK = "https://huggingface.co/Clinical-AI-Apollo/Medical-NER"