Skip to content

hakuturu583/paperbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper bot

Read and manage papers easily with language model.

How to use.

  1. Clone this repository.
git clone https://github.com/hakuturu583/paperbot.git
  1. Install poetry
  2. Setup environment with poetry.
cd paperbot
poetry install .
  1. Setup qdrant cloud

Please access this URL and register setup your qdrant instance.

  1. Export environment variable for qdrant.
export QDRANT_API_KEY={API_KEY_OF_YOUR_QDRANT_INSTANCE}
export QDRANT_URI={URL_OF_YOUR_QDRANT_INSTANCE}
  1. Contract Open AI API and get API key. See also this.

  2. Export environment variable for Open AI.

export OPENAI_API_KEY={API_KEY_OF_OPENAI}

Roadmap

  • Summary paper.
  • Answer question about paper.
  • Japanese support.
  • Gradio integration.
  • Slack integration.
  • Find paper with arxiv API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages