Skip to content

hivdb/chatpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

09a34fe · Oct 10, 2024
Nov 3, 2023
Oct 16, 2023
Jul 18, 2024
Aug 6, 2024
Aug 23, 2024
Oct 10, 2024
Oct 16, 2023
Jul 22, 2024
Oct 16, 2023
Oct 16, 2023
Oct 16, 2023
Oct 25, 2023
Oct 16, 2023
Jul 10, 2024
Jul 22, 2024
Mar 6, 2024
Oct 16, 2023

Repository files navigation

Chat Paper

How to use

  1. prepare your data
    • save papers in chatpaper/papers folder
    • create markdown file for each paper including methods and results text
    • create or use existing prompt_template in txt format
    • update questions.txt to use your question list
  2. update your Xcode to newest version
  3. run make init
  4. copy .env.example to .env and enter your openai key
  5. run make chat, and have fun

deps

  • openai-cookbook apps file-q-and-a nextjs

Ways to prepare the document

  1. Get html page if possible
  2. run script to get method and result sections
  3. check auto fetched figures and tables
  4. if the table is not right, try one of these
    • open pdf using word, convert word to html
    • open pdf using acrobat, select table export as html
    • copy table from pdf and paste to excel
    • the best option is directly get table from html file

About Parse paper

Note: although there exists many kinds of tools to extract content from a PDF document, none of them can do it without introducing errors. Even more, none of the tools can be used to get a consensus result. So if we want to make sure the parsed content doesn't have errors, manually checking the result is necessary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages