Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 582 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 582 Bytes

Pdf Reader & Assignment Solver

A Simple Python Program to Read your Pdf Files & Solve it Using OpenAI API Integration, You must Add your own OpenAI API Key.

Example

Run Locally

Clone the project

  git clone https://github.com/saharshpand3y/PdfGPT.git

Go to the project directory

  cd PdfGPT

Install dependencies

  pip install -r requirements.txt

Run main.py For Linux Based OS

  python3 main.py

For Windows & Other OS

  python main.py