Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 744 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 744 Bytes

Paper Bookshelf

Qiitaへ投稿した記事で紹介したコードの全文です

毎日の論文サーベイを手軽に!ChatGPTを活用したSlackへの3行要約通知とNotionデータベース連携

Usage

Install

Dockerfileを用意しているので,そちらから環境構築してください

また環境構築後,grobidのinstallを実施してください

wget https://github.com/kermitt2/grobid/archive/0.7.2.zip
unzip 0.7.2.zip
cd grobid/grobid-0.7.2
./gradlew clean install

最後に環境変数の設定をしてください

export $(cat .env| grep -v "#" | xargs)

以下でアプリが起動します

python app.py