Skip to content

A simple Python based application that uses OpenAI API to generate notes from a PDF File.

License

Notifications You must be signed in to change notification settings

JeKaQM/PDF-Notes-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Notes-Generator

A simple Python based application that uses OpenAI API to generate notes from a PDF File.

Create a .env file and store your API key there, the file should contain: OPENAI_API_KEY="YOUR KEY"

NG_CMD MANUAL

This version is Command Line built

  1. PDF file should be stored in the same directory as the application otherwise specify direct path.
  2. The output will be stores in the same directory as the application, new folder called Notes will be created, your output will be saved there, be sure to specify the name of the output file such as 123etc.txt

NG_Custom_Prompt MANUAL

This version is GUI built

  1. Select pdf from any location on the machine.
  2. Output can be saved into any selected directory, just give the file a name and its extension such as .txt. Type of file is not limited to txt so you can save it to any other type you like.
  3. Enter any prompt you wish, if you need particular data from a file or simple notes just type out your instruction and hit generate.
  4. Stop generating option will stop the loop however any already generated responses will be saved.

Some Screenshots

Main Screen

Capture

Proccessing Screen

2

BUGS & ISSUES

  1. Some larger files may cause instability and lag, the application seems to continue to work okay however may seem unresponsive.

About

A simple Python based application that uses OpenAI API to generate notes from a PDF File.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages