TTS + AI

현재는 국내에서는 Naver의 Clova NES 솔루션 ? 이 내가 찾던 비슷한 제품인 듯 하다.

사용해 볼까 했더니... Naver Cloud Platform 을 사용해야 하고 무료가 아니었음.

https://clova.ai/voice

https://www.ncloud.com/product/aiService/cpv

 

내가 원하는 것은... 이것 => https://www.ncloud.com/product/aiService/css 이었음.

 

아마존 무료 기계 학습

https://aws.amazon.com/ko/free/machine-learning/

 

아마존 폴리 - 매월 문자 5백만개 처리 (Free tier)

https://aws.amazon.com/ko/polly/

 

 

누군가 나보다 먼저 생각해서 공유해준 - 책 한권당의 문자량 계산

https://grapherstory.tistory.com/597

 

 

linux command

https://jybaek.tistory.com/704


sample

find . -type f

find . -type f -name "..."

grep "..." test.txt

grep "..." * 

grep "..." * -r 

grep "...' * -r -A 3

grep "..." * -rn -A 3

find . -type f -name '*.log' | xargs grep '...' --color-always

다른 정보를 찾다가 우연히 보게됨. 

Regex 정규식 참고 패턴

https://uznam8x.tistory.com/62

 

moment.js 

https://momentjs.com/

 

 

 

+ Recent posts