Skip to content

amws970317-ops/MedicalDA05_semi2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit 실행 가이드

📁 파일 구조

MedicalDA05_semi2/
├── app 파일 이름.py           ← 이 파일 실행
├── model.py                  ← 파일 이름 model.py로 유지해야 실행됨
├── saved_models/
│   └── KLUEBERT_Dataset2/    ← 모델 저장된 폴더
│       ├── config.json
│       ├── model.safetensors
│       ├── tokenizer_config.json
│       ├── vocab.txt
│       ├── run_config.json         
│       └── history.json
└── README.md

🚀 실행 방법

1단계: 모델 다운로드

https://drive.google.com/drive/u/0/folders/1I5b3VqcPctEbg7D3TPhTGMeaORIchdAn

구글 드라이브에서 KLUEBERT_Dataset2 폴더 통째로 다운로드

클론한 MedicalDA05_semi2 폴더 안에 saved_models 폴더 만들어서 다운 받은거 넣기

2단계: 패키지 설치

pip install streamlit openai

3단계: API 키 설정

$env:OPENAI_API_KEY = 공유드린키

3단계: streamlit 실행

streamlit run app 파일 이름.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors