Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 572 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 572 Bytes

가맹점 분류기

프로젝트 소개


데모

  • Streamlit, FastAPI로 웹서비스 구현
  1. fastapi (서버) 실행 방법

uvicorn fastapi.main:app --host=0.0.0.0 --port=8000

  1. streamlit 실행 방법

streamlit run streamlit/INTRO.py


Directory Structure


merchandise_clf
        ├── fastapi
        ├── model
        └── streamlit