Skip to content

Merchandise Classifier using KoBERT, KoELECTRA, RoBERTa, Character CNN (NLP)

Notifications You must be signed in to change notification settings

emseoyk/merchandise_clf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

가맹점 분류기

프로젝트 소개


데모

  • 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

About

Merchandise Classifier using KoBERT, KoELECTRA, RoBERTa, Character CNN (NLP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.4%
  • Jupyter Notebook 42.6%