Skip to content

yuta0821/paper_bookshelf

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published