CoolFace
Apppublic

ilhamst/rgai10_icd10

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
32 commits on main
db110bd7mo ago

change short to longdesc

ilhamst
c043ae17mo ago

Rename icd_lookup.csv to src/icd_lookup.csv

ilhamst
061684a7mo ago

replace shortdesc with longdesc

ilhamst
99f1f147mo ago

Delete src/icd_lookup.csv

ilhamst
dd9b34b7mo ago

table index start from 1

ilhamst
8fc6c927mo ago

import pandas

ilhamst
36160657mo ago

update load state in inference.py

ilhamst
c0c6d887mo ago

Delete streamlit_app.py

ilhamst
6f5ab227mo ago

fix again later

ilhamst
0a30d687mo ago

fix model class

ilhamst
1f884877mo ago

os path join abspath pkl and csv

ilhamst
8ef4e227mo ago

Update src/inference.py

ilhamst
dd7bb9c7mo ago

Update src/inference.py

ilhamst
f11e19a7mo ago

fix repo id

ilhamst
67c9e197mo ago

fix import model.py

ilhamst
8d685447mo ago

Update src/streamlit_app.py

ilhamst
33a477e7mo ago

Rename inference.py to src/inference.py

ilhamst
529fb5c7mo ago

Rename model.py to src/model.py

ilhamst
ba681bb7mo ago

Rename label_encoder.pkl to src/label_encoder.pkl

ilhamst
88084637mo ago

move to src

ilhamst
46be0b17mo ago

rename

ilhamst
1a857937mo ago

caching

ilhamst
da133a57mo ago

update sample input text

ilhamst
6f399767mo ago

fix repo id

ilhamst
0846c797mo ago

Create file inference.py

ilhamst
781837b7mo ago

add huggingface_hub

ilhamst
d2f9a4e7mo ago

Create streamlit UI app.py

ilhamst
e7e1e5b7mo ago

create model class file model.py

ilhamst
0f8c9647mo ago

upload 2 files: icd lookup csv and label encoder pkl

ilhamst
7d802be7mo ago

update requirements.txt add torch, transformers, sklearn

ilhamst
999eb2e7mo ago

initial commit

ilhamst
b0551867mo ago

Duplicate from streamlit/streamlit-template-space

ilhamst, FranckAbgrall