Skip to content

Commit

Permalink
Feat : Add EDA code
Browse files Browse the repository at this point in the history
- 이미지 가로 세로 비율, 태그, 단어 수 시각화
- 단어 태그, 읽는 방향, 언어, 비율, 박스 사이즈 시각화
- #4
  • Loading branch information
soyoonjeong committed Jan 25, 2024
1 parent ef5ee0d commit 2a00f92
Show file tree
Hide file tree
Showing 3 changed files with 319,468 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
code/
data/
*.tar.gz
*.ipynb
!EDA.ipynb
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: stable
hooks:
Expand Down
Loading

0 comments on commit 2a00f92

Please sign in to comment.