Skip to content

K-CoB/pitch-finder-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pitch Finder

부를 노래 추천을 위한 음역대 측정 기반 노래 필터링 서비스

‘들을’ 노래가 아닌 ‘부를’ 노래를 찾기 위해
개인 음역대를 측정하고 측정된 음역대를 기반으로
노래를 필터링하는 서비스, 피치파인더


🧑‍🤝‍🧑 Team

@chaeri93 @seondal @CSE-pebble
데이터 수집 & 백엔드 개발 프론트엔드 개발 팀장 & 프론트엔드 개발

🛠️ How to install


📚 Stack

Section Tech
인프라 AWS Lambda, API Gateway, CloudWatch
언어 Python
데이터베이스 MySQL, AWS RDS
데이터 BeautifulSoup, Youtube API

🔐 System Architecture

image

🗂️ Folder Structure

pitch-finder-lambda
├── PyMySQL-1.1.0.dist-info # 데이터베이스에 접근하기 위한 pymysql 라이브러리
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── WHEEL
│   └── top_level.txt
├── lambda_function.py # 이 파일 통해 람다 호출하여 이벤트(api)를 처리
└── pymysql # 데이터베이스에 접근하기 위한 pymysql 라이브러리

About

피치파인더 진짜 백엔드 🥭

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages