Skip to content

boostcampaitech4lv23cv1/final-project-level3-cv-01

Repository files navigation

👨‍🏫 HEY-I (HElp Your Interview)

Project Summary

  • 면접 진행 시 행동 분석을 통한 면접 도우미
  • Facial Expression Recognition, Pose Estimation, Eye Tracking 사용해 얼굴 표정, 자세, 시선 처리에 대한 변화 및 이상치 전달

Contributors🔥

김범준 백우열 조용재 조윤재 최명헌
Face - deepface, GCP - Cloud Storage & Cloud Run, Airflow Pose - mediapipe, Backend - FastAPI, CI/CD - Github Action Eye - gaze tracking, MongoDB, Backend - FastAPI Pose - mediapipe&mmpose, CI/CD - Github Action Face - Facial Emotion Recognition Modeling, Frontend- streamlit, Backend-FastAPI

Architecture Flow Map


Data Pipeline


Demo

녹화 준비

녹화 혹은 파일 업로드

전체 분석 결과

세부 분석 결과

피드백 전달


Model

Facial Emotion Recognition

Pose Estimation


Folder Structure 📂

├── 📄README.md
├── 📄requirements.txt
├── 📂airflow
│    └── 📂dags
├── 📂DBconnect
├── 📂model
│    ├── 📂eye
|    │    └── 📂gaze_tracking
│    ├── 📂face
│    │    ├── 📂models
│    │    └── 📂utils
│    └── 📂pose
│         └── 📂mmmpose
├── 📂FastAPI
└── 📂streamlit
     └── 📂pages

Reference