AI 레이싱 예측의 3

2732 단어 Python3AWS
AI 레이싱 예측 2에서 참고 페이지가 순조롭게 진행되지 않으니 다른 방법을 시도해 보십시오.
아래의 책을 참고하였다.

파이톤의 스크레이퍼 & 기계 학습 개발 기술인 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

좋은 웹페이지 즐겨찾기