Skip to content

Commit 6f11d61

Browse files
committed
Create README.md
1 parent 6978d6c commit 6f11d61

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Preprocessing model through non uniform filtering for CNN
2+
3+
[사용자 선호 분류 모델][link/mother-model]의 전처리 모델.
4+
5+
* 사용자 선호 분류 모델의 저장소에서 서브모듈로 사용
6+
7+
## How to install
8+
9+
부모 저장소인 [사용자 선호 분류 모델 저장소][link/mother-model]를 클론하여 사용.
10+
11+
```bash
12+
# Clone this repository
13+
git clone --recursive https://github.com/DGU-DAI-Lab/Personal-preference-classification-model.git
14+
cd Personal-preference-classification-model
15+
```
16+
17+
[link/mother-model]: https://github.com/DGU-DAI-Lab/Personal-preference-classification-model

0 commit comments

Comments
 (0)