Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 4.61 KB

README.md

File metadata and controls

81 lines (54 loc) · 4.61 KB

📚 Do you Read me? (DRM)

gif1

1. 프로젝트 소개

프로젝트 "Do you Read me?"은 지하철 탑승객들이 지하철 출입문 상단의 디스플레이 광고에 얼마나 많은 관심을 가지는지 측정하고, 유동인구의 관심도를 분석하여 관심 인구에 대한 정보를 대시보드 형태로 제공하는 광고주 대상 B2B 서비스입니다. DRM은 광고주가 최적의 광고를 수립할 수 있도록 도와주며 광고 캠페인의 ROI(Return On Investment)를 향상시키는 데 기여합니다. 서울 2호선 지하철 열차 내 광고 디스플레이부터 시범 적용을 시작하여, 추후 다른 옥외광고 분석까지 가능하도록 확장할 예정입니다.

2. Abstract

The project "Do you Read me?" is a B2B service designed to measure the level of interest subway passengers have in the display advertisements located above subway doors and analyze the attention of the floating population. This service provides advertisers with information about interested populations in the form of a dashboard. DRM helps advertisers optimize their ad campaigns and enhance the ROI (Return On Investment) of their advertising efforts. Initially, the service will be piloted with advertisement displays inside the trains of Seoul Metro Line 2, with plans to expand to other outdoor advertising analyses in the future.

3. 영상

3.1. 소개 영상(중간 발표)

Video Label

3.2 시연 영상

Video Label

4. 모델 워크플로우

img1

5. 소프트웨어 아키텍처

img2

6. 팀 소개

이동국(****2282) 황솔희(****3168) 허수빈(****1320) 이강희(****1653) 최지원(****3091) 장수미(****3216)
Back-End Back-End AI AI Front-End PM, Designer

7. 사용법

Common

git clone https://github.com/kookmin-sw/capstone-2024-04.git
Client
cd src/client/ 
yarn install
yarn run dev
Server
cd src/server/
docker-compose up -d
Model
cd src/model
pip3 install -r requirements.txt
python3 pipeline/main.py

8. 관련 자료

🗂️ 중간 발표 자료
🗂️ 중간 보고서
🗂️ 포스터
🗂️ 최종 발표 자료
🗂️ 결과 보고서