Curated Datasets:
Kaggle.
NLM UMLS.
LOINC.
ICD10 Diagnosis.
ICD11.
Papers,Code,Datasets for SOTA in Medicine.
Mental.
Behavior.
CMS Downloads.
CMS CPT and HCPCS Procedures and Services """)
gr.Interface(
fn=chat,
theme="huggingface",
css=".footer {display:none !important}",
inputs=["text", "state"],
outputs=["chatbot", "state", "text"],
title=title,
allow_flagging="never",
description=f"Gradio chatbot backed by memory in a dataset repository.",
article=f"The memory dataset for saves is [{DATASET_REPO_URL}]({DATASET_REPO_URL}) 🦃Thanks!🦃 Check out HF Datasets: https://huggingface.co/spaces/awacke1/FreddysDatasetViewer SOTA papers code and datasets on chat are here: https://paperswithcode.com/datasets?q=chat&v=lst&o=newest"
).launch(debug=True)