Skip to content

Latest commit

 

History

61 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Setup your ChatGPT API Key:

    • Open the command prompt in your project directory and enter the following command:
      setx OPENAI_API_KEY "your-api-key-here"
      This command creates an environmental variable named OPENAI_API_KEY. Please contact me to obtain our API Key. (Note: Do not include the API Key in the code repository for security reasons.)
  2. Install the required dependencies:

    • Make sure to install the necessary dependencies by running the following command:
      pip install -r requirements.txt
      This command installs the required packages listed in the requirements.txt file. Ensure that you have the appropriate permissions and are in the correct virtual environment before running this command.
  3. Install Tesseract OCR:

    • Download and install Tesseract OCR from the official Tesseract GitHub page.
    • Add the directory containing tesseract.exe to your system's PATH for global usage.
  4. Additional Notes:

    • If you encounter issues related to Tesseract during the project, ensure that the Tesseract executable is accessible and correctly configured in your code.

About

A web application that leverages AI to generate quizzes and exams directly from uploaded PDF lesson materials.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages