/paper-summarizer-GPT

This website helps you to read paper faster by summarizing content from files uploaded. WIP.

Primary LanguageTypeScript

paper-summarizer-GPT

  • 0628: read pdf file finished
  • 0629: finished core function: GPT summarize
  • GPT Summarize
  • reduce prompt length if exceed maximum token length.
  • optimize prompt length reduce method
  • page style optimize
  • add user page

usage

You need to set up a .env file in order to call chatGPT

VITE_REACT_APP_API_KEY=your_api_key
VITE_REACT_APP_API_BASE_URL=your_base_url
VITE_REACT_APP_API_URL=your_url

then, run code

npm install

npm run dev

finally, you are done!

example usage

image