Skip to content

GunwooHan/Gradio-Streamlit-FastAPI-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradio/Streamlit-FastAPI-example

가상 환경 만들기

conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch -y

라이브러리 설치

pip install -r requriemnets.txt

백엔드 서버 배포(FastAPI)

uvicorn backend:app --reload

프론트엔드 서버 배포(Gradio)

python frontend_gradio.py

프론트엔드 서버 배포(Streamlit)

python frontend_streamlit.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages