0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWSでの自然言語処理開発環境整備

Posted at

#EC2サーバーのセットアップ
##ec2 t2smallインスタンスを使用
##セキュリティーグループ・PEMファイル

#Python環境の構築
##pyenv・virtualenv

参考:AWS EC2内でpython環境セットアップからJupyter(ipython notebook)まで覚書
https://i101330.hatenablog.com/entry/2016/03/31/190236
##python ver3.8

#パッケージのインストール
##必要なパッケージの確認
numpy, pandas, tensorflow, schedule,
どのpipかの確認

###mecabのインストール
####mecab本体のインストールとpython上で動かすための用意
https://qiita.com/elm200/items/2c2aa2093e670036bb30

####mecab-ipadic-neologd辞書
参考:neologd辞書のインストール方法
https://github.com/neologd/mecab-ipadic-neologd/blob/master/README.ja.md

#gitで使うものを引っ張ってくる
##その前に、メッセージ取得の方のslackAPIの再構築とそれを用いた編集
##AWS用に調整
##試してみる

#その他
##S3との接続
いらないかも
##共有ファイルでの編集にするには?
わからないです。・\p0o

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?