[빵형의 개발도상국] [TTS] 말하는 인공지능 - Python, Deep Learning





구글의 Tacotron 모델을 이용하여 말하는 인공지능 TTS(Text to Speech)를 만들어봅시다! 이번 영상에서는 퍼즐게임 포탈(Portal)의 GLaDOS 로봇 목소리를 내는 모델을 학습시켜볼거에요! Source code(Github): https://github.com/kairess/tacotron Dependencies: - Python 3 - TensorFlow - pandas - BeautifulSoup4 - falcon==1.2.0 - inflect==0.2.5 - librosa==0.5.1 - matplotlib==2.0.2 - numpy==1.14.3 - scipy==0.19.0 - tqdm==4.11.2 - Unidecode==0.4.20 Dataset from GLaDOS voice generator - https://glados.biringa.com Tacotron by Google - https://google.github.io/tacotron Tacotron 모델 설명 (한글) - https://hcnoh.github.io/2018-12-11-ta... 한국어 Tacotron - https://carpedm20.github.io/tacotron - https://github.com/carpedm20/multi-Sp... 카카오톡 오픈채팅방 문의: https://open.kakao.com/o/sB9bRcob

댓글

이 블로그의 인기 게시물

[이수안컴퓨터연구소] 파이썬 레이싱 자동차 게임 만들기 Creating a Python Racing Car Game with pygame (한글자막)

[빵형의 개발도상국] 얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning