본문 바로가기

카테고리 없음

12/20 :: 실강

https://visioneer.notion.site/AI-7e3930898a3b43deb206adf821f6055c

 

파이썬 AI / 데이터분석 과정 | Built with Notion

https://abit.ly/inseop_python, https://abit.ly/inseop_python_drive

visioneer.notion.site

 

https://visioneer.notion.site/7ba41b266d1a4949b278333eb4b80851

 

파이썬 프로젝트 | Built with Notion

1. stt, tts 라이브러리를 활용한 음성인식 비서 개발

visioneer.notion.site

폴더단위로 가상환경을 만드는 것이 맞다. 

 

최초 가상환경 설치방법

 

1. 폴더생성 및 vsc 실행

2. vsc 터미널 실행

3. poetry 설치

pip install poetry # 설치
 poetry --version #버전확인

4. vsc 열어서 터미널 실행

 

5. 가상환경에 패키지설치 / 터미널에서 입력

# library 설치
> poetry add [library-name]

# ex)
> poetry add selenium
> poetry add django

 

6. 코드 실행

 

예외상황

1. 실행버튼이 사라진 경우

https://m.post.naver.com/viewer/postView.naver?volumeNo=29211981&memberNo=11439725

2. 바로가기 실행안되는 경우

https://randomwalk.tistory.com/98

3. 가상환경 설치 관리자 권한 문제

https://ardentdays.tistory.com/62

 

 

ㅡㅡ

구글 확장프로그램 json viewer

https://chromewebstore.google.com/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh?hl=ko

 

공공데이터 가입 후 활용신청 필요

 

요청주소의 옵션별로 변하는 뒷 주소가 service_path 이다

 

기술문서를 통해 상세하게 구현가능

 

 

requests.get()

 

오류 리스트 추가 

1. 한글 실행관련

https://urakasumi.tistory.com/222

2. File "<stdin>", line 1 SyntaxError: invalid syntax 해결

https://goldsystem.tistory.com/813

 

3. 파라미터 중 한글이 포함되어있으면 오류발생함

https://brownbears.tistory.com/501

 

ㄴ추후 파라미터 urlencoding 관련 보완예정

 

오후부터는 개인 프로젝트 진행 및 QnA