Skip to content

리뷰의 신뢰도 분석 및 판독 (2021 건국&세종 교류 해커톤 2등)

Notifications You must be signed in to change notification settings

garden-jun/reviewSystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reviewSystem

프로젝트 내용

image image

현재 많은 플랫폼들이 거짓리뷰, 조작된 리뷰, 이벤트성 리뷰 등으로 피해를 입고있습니다. 이 프로젝트에서는 유저들에게 신뢰도 점수를 매김으로써, 신뢰도가 높은 유저들이 쓴 리뷰는 다른 유저들에게 좀더 노출이 되고, 평점에도 더 큰 비중을 차지하게 했습니다. 이렇게함으로써, 악성리뷰와 조작된 리뷰들은 덜 노출이 되고, 별점에도 적게 영향을 미치기 때문입니다.

기술 스택

image

  • AWS S3 -> 이미지 파일 저장
  • AWS RDS -> 유저, 식당, 리뷰 정보 저장
  • AWS Lambda -> 유저의 트래픽 처리, ec2대신 람다를 사용하여 microservice architecture를 구현해 빠르게 개발
  • AWS apigateway -> 람다랑 연동해 유저의 트래픽을 받는다
  • python
  • HTML, CSS, javascript

Aws Rds 데이터베이스 모델링 image

About

리뷰의 신뢰도 분석 및 판독 (2021 건국&세종 교류 해커톤 2등)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Other 1.0%