본문 바로가기
반응형

연구/경환 - 서기7

[20/10/22]nanos해결로 인한 시간무제한 & return 찾기 python : Python 3.8.3 (default, Jul 2 2020, 17:30:36) [MSC v.1916 64 bit (AMD64)] pip : pip 20.2.3 from C:\Users\kyung\Desktop\speech\env\lib\site-packages\pip (python 3.8) 2020. 10. 22.
[20/10/10]stt_test1.py 코드 www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio Python Extension Packages for Windows - Christoph Gohlke by Christoph Gohlke, Laboratory for Fluorescence Dynamics, University of California, Irvine. Updated on 11 October 2020 at 06:09 UTC. This page provides 32- and 64-bit Windows binaries of many scientific open-source extension packages for the official CPyt www.lfd.uci.edu 현재진행상황 : 1. stt 로 정해진 글자.. 2020. 10. 10.
[20/10/05]구글STT_API: A-Z(feat. python 3.8.3) for-sign.tistory.com/6?category=881329 [200715] STT 과제 - Google STT 활용 (20200723 수정) 1. Google Cloud Platform 1) 주소창에 https://console.cloud.google.com을 작성한 후 2) 파란 상단바에 My First Project를 클릭하면 프로젝트를 선택할 수 있는 박스가 뜬다. 우측 상단의 새 프로젝트를 누르고.. for-sign.tistory.com 1탄은 기본세팅 + set GOOGLE_APPLICATION_CREDENTIALS=C\~\.json //해당 자료는 3.7.5로 했는데 3.8.3으로 해도 무방함 2탄은 pip install 3탄은 오류잡기 + 결론 결론: 파이썬 버전 : 3.8.3 e.. 2020. 10. 6.
[200929] STT -> 형태소분석 //첫번째 에러 (env) C:\Users\kyung\stt_ass>python stt_test1.py Traceback (most recent call last): File "stt_test1.py", line 32, in from google.cloud import speech ModuleNotFoundError: No module named 'google' 이라는 에러를 제일 처음 만날 것이다. 해결 : 오류뜬 장소에서 1) pip install --upgrade google-cloud-storage 2) pip install google-cloud-speech 3) gcloud auth activate-service-account --key-file="경로\파일명" (경로에 아까 다운받은 .jso.. 2020. 9. 29.
반응형