(no commit message)

This commit is contained in:
2025-11-30 16:46:59 -05:00
parent 5abf88bf85
commit a91e871481
19 changed files with 3064 additions and 0 deletions

10
__init__.py Normal file
View File

@@ -0,0 +1,10 @@
"""
init file for total registrar, a pathology report structuring tool using LLM
"""
# -*- coding: utf-8 -*-
__version__ = "0.1.0"
__date__ = "2025-10-05"
__author__ = ["Hong-Kai (Walther) Chen", "Po-Yen Tzeng", "Kai-Po Chang"]
__copyright__ = "Copyright 2025, Med NLP Lab, China Medical University"
__license__ = "MIT"