View on GitHub

Do you Read me?

2024 캡스톤 디자인 4조

Do you Read me? (DRM)

1. 프로젝트 소개

“Do you read me?”는 데이터 분석을 통해 옥외 광고의 효율성을 극대화하는 웹 서비스입니다. DRM은 디스플레이 근처의 유동 인구와 타겟층 정보를 분석하여 광고주가 시각적으로 쉽게 이해할 수 있는 대시보드를 제공합니다. 광고주는 대시보드를 통해 사람들의 관심도와 반응을 분석하고 이를 바탕으로 최적의 광고 전략을 수립할 수 있습니다. DRM은 광고주에게 데이터 기반의 솔루션을 제공함으로써 광고의 효과를 극대화하고 광고 캠페인의 ROI를 향상시키는 데 기여합니다.

2. Abstract

The “Do you read me?” project is a web service designed to optimize the effectiveness of outdoor advertising through data analysis. By providing a dashboard that visually represents the flow of people and target demographics near display locations, it enables advertisers to easily understand and analyze public interest and responses. This data-driven solution allows for the development of optimal advertising strategies, maximizing the impact of advertisements and enhancing the return on investment (ROI) for advertisers.

3. 소개 영상

Video Label

4. 팀 소개

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

5. 사용법

Common

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