Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gogumalatte authored Dec 3, 2024
1 parent 781a983 commit 0fac0e6
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
# OTT 추천 시스템
# 넷플릭스 추천 알고리즘 구현 서비스
---
### 서비스 이용하기 : [ott.knu-soft.site](http://ott.knu-soft.site)

#### ⚠️ 개발 진행 중 입니다 ‼️
---
## 주제 설명
“OTT 영상 추천 시스템”은 OTT 콘텐츠를 자주 시청하는 사용자에게 자신의 취향에 맞는 콘텐츠를 제공하는 서비스
사용자가 시청한 영상 기록과 좋아요/싫어요 평가를 기반으로, 선호할 만한 넷플릭스 영상 목록을 추천하는 알 고리즘을 구현하여 제공하는 시스템입니다.

## 간단 내용
- 사용자의 시청 기록과 “좋아요“, “싫어요“ 표시한 콘텐츠를 분석하여 사용자의 취향에 맞는 OTT 콘텐츠를 추천해주는 맞춤형 추천 시스템
- 장르, 제목, 출연자별 검색 기능 제공
- 카카오 계정으로 간편하게 로그인하고 이용가능
## 서비스 특징
- 데이터셋 규모: 5,332개의 넷플릭스 영상 정보 데이터셋을 활용하여 추천 알고리즘을 구현합니다.
- 영상 시청 기능 제한: 법적 문제로 인해 실제 영상을 시청하는 기능은 제공하지 않으며, 시청 기록만 서버에 남깁니다. 대신, 넷플릭스 메인 홈페이지로 이동시킵니다.
- 추천 알고리즘의 목적: 넷플릭스의 영상 추천 방식을 참고하여, 유사한 추천 알고리즘을 구축하는 것이 목표입니다.

## Usecase Diagram
![image](https://github.com/user-attachments/assets/90901a4e-2ee8-4a30-8d56-33e51bbc5aac)
## Usecase Diagram (비즈니스 관점)
<img width="554" alt="image" src="https://github.com/user-attachments/assets/547e1dd9-537c-4f3a-bfed-825b31148a18">

## Swagger 링크
## Class Diagram (비즈니스 관점)
![image](https://github.com/user-attachments/assets/85b11d89-3c52-45d9-b914-8ede4353aea2)

## ERD (코드 관점)
<img width="779" alt="image" src="https://github.com/user-attachments/assets/7e413630-c062-458c-92ff-178c684f97c3">

## API 명세서
### Swagger 링크
### [http://ott.knu-soft.site/swagger-ui/index.html](http://ott.knu-soft.site/swagger-ui/index.html#/)

## 웹 서버 아키텍쳐
Expand Down

0 comments on commit 0fac0e6

Please sign in to comment.