Skip to content

Generate a cohesive, ≈500 word summary essay for any research paper PDF of any length, covering methods, limitations, and discussions where applicable.

License

Notifications You must be signed in to change notification settings

devinkeane/IntelliGist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alt Text

IntelliGist is a Mac application that elegantly and cohesively summarizes any .pdf input of any research paper of any length. This is achieved despite the context length limits of GPT. Unlike other apps which claim to do the same thing, the end result is not simply a concatenation of smaller summaries. Rather, mixed AI techniques and utilities are used to generate one solid final essay of around 500 words that reflects the structure of the paper.

The program is free of charge, but to use the beta version, you must use your own API key generated from your OpenAI account, which you can easily insert into your own config.ini file and place into the appropriate directory.


Setting up the config.ini file

  1. Create a new plain text file named config.ini.
  2. Copy and paste the following content into the file:
[openai]
api_key = <YOUR_OPENAI_API_KEY>

Replace <YOUR_OPENAI_API_KEY> with your actual OpenAI API key, which you can obtain from the OpenAI website.

  1. Important: Make sure there are no extra characters or new lines after the content.

Placing the config.ini file in the application package

  1. Locate the IntelliGist.app file in Finder.
  2. Right-click on IntelliGist.app and select "Show Package Contents".
  3. Open the "Contents" folder, then open the "Resources" folder.
  4. Drag and drop your config.ini file into the "Resources" folder.

Installing and running the application

  1. Drag the IntelliGist.app file to your "Applications" folder.
  2. To launch the application, double-click on IntelliGist.app in the "Applications" folder or the original location where you placed the config file.

Allowing the app to run on your Mac

Before you can run the application for the first time, you may need to allow your Mac to open it:

Attempt to open the IntelliGist.app by double-clicking it. If a warning appears saying that the app cannot be opened, go to "System Preferences" on your Mac:

  • Click on "Security & Privacy".
    • In the "General" tab, you should see a message about the blocked app.
    • Click on "Open Anyway" to allow the app to run.

If you encounter an error saying "IntelliGist is damaged and can't be opened", follow these steps:

  1. Open the Terminal app (you can find it in Applications > Utilities).

  2. Type the following command and press Enter:

    xattr -cr /path/to/your/app

    Replace /path/to/your/app with the actual path to the downloaded app. You can find the path by right-clicking on the app and choosing "Get Info", or you can simply drag and drop the app onto the Terminal window after typing xattr -cr (with a space at the end).

  3. After running the command, you should be able to open the app without the error message.

Now you're ready to generate an intelligent "gist" of any research paper of any length and of any detail!


              _                   __                                ,     ,
             / )  / _ _       /  (     __/_ _   _                  (\____/)
  (c) 2023  (__(/()(-/ /)(//)/( __)(/_) /(-//)_)    L L C           (_oo_)
               /      /            /                                  (O)
                                                                    __||__    \)    
                                                                 []/______\[] /
                                                                 / \______/ \/
                                                                /    /__\         
                                                               (\   /____\

About

Generate a cohesive, ≈500 word summary essay for any research paper PDF of any length, covering methods, limitations, and discussions where applicable.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published