Skip to content
This repository was archived by the owner on Sep 11, 2026. It is now read-only.

Repository files navigation

벨로그 분석 앱

블로그의 본문을 분석하여 word cloud를 생성하는 서비스입니다.



사용기술


언어 : Python 3.8
프레임워크 : FastAPI 0.75.1
스크래핑 기술 : BeautifulSoup, konlpy
워드클라우드 기술 : WordCloud, matplotlib
데이터베이스 : Not used



설치방법



poetry install


프로젝트 기간


22년 5월 1일 ~ 5월 31일(예정)



진행상황


  • 이미지 반환 및 프론트 페이지 구현
  • wordcloud 이미지 생성 로직 구현
  • scraper 구현
  • pre-commit 세팅
    • 포멧팅 : black,flake8,isort,pyright
    • 커밋메시지 : commit-msg
  • FastAPI 로컬서버 구동 확인


디렉토리 구조


.
├── README.md
├── app
│   ├── __init__.py
│   ├── api
│   │   ├── __init__.py
│   │   └── wordcloud.py
│   ├── constant.py
│   ├── img
│   ├── main.py
│   ├── scraper.py
│   └── wordcloud.py
├── commit-msg.py
├── poetry.lock
├── pyproject.toml
├── run-server.py
├── script
│   └── git-hooks.sh
└── setup.cfg

About

블로그의 본문을 분석하여 word cloud를 생성하는 서비스입니다.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages