Speech To Text, Text To Speech를 이용해 인공지능 비서 만들기
- 23.10.25 ~ 23.10.31
- python 3.8.10
- poetry 1.6.1
- IDE: VSCODE
- Open Weather Api를 이용해 날씨 정보 받아오기
- Google Cloud Platform Cloud Speech API 사용해서 음성 인식하기
- 스크래핑을 통한 최근 뉴스 정보 가져와서 슬랙에 보내기
- 번역
$ git clone https://github.com/ch-hee/python-project.git
$ poetry init
$ poetry install