AI 레이싱 예측의 3
아래의 책을 참고하였다.
파이톤의 스크레이퍼 & 기계 학습 개발 기술인 Beautiful Soup, scikit-learn, TensorFolow를 사용해 보세요.
환경 준비 편
다음 순서에 따라 환경 설정을 진행한다.
1. AWS(EC2)에서 Ubuntu 시작
2. MySql(5.6.16-1~exp1(Ubuntu)의 설치
3. 파이썬 설치
4.selenium 설치
3. 파이썬 설치
shell$ apt-get update
$ apt-get install -y python3 python3-pip
4.selenium 설치
shell$ pip3 install selenium
4. BeautifulSoup4 설치
shell$ pip3 install beautifulsoup4
5.Phanton.JS 설치
shell$ apt-get install -y wget libfontconfig
$ mkdir -p /home/root/src && cd $_
$ wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
$ tar jxvf phantomjs-2.1.1-linux-x86_64.tar.bz2
$ cd cd phantomjs-2.1.1-linux-x86_64/bin/
$ cp phantomjs /usr/local/bin/
6. 일본어 글꼴 설치
shell$ apt-get install -y fonts-migmix
Reference
이 문제에 관하여(AI 레이싱 예측의 3), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/kenji_at_801/items/268df8648b74491cc985
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ apt-get update
$ apt-get install -y python3 python3-pip
$ pip3 install selenium
$ pip3 install beautifulsoup4
$ apt-get install -y wget libfontconfig
$ mkdir -p /home/root/src && cd $_
$ wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
$ tar jxvf phantomjs-2.1.1-linux-x86_64.tar.bz2
$ cd cd phantomjs-2.1.1-linux-x86_64/bin/
$ cp phantomjs /usr/local/bin/
$ apt-get install -y fonts-migmix
Reference
이 문제에 관하여(AI 레이싱 예측의 3), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/kenji_at_801/items/268df8648b74491cc985텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)