Skip to content

This project automatically generates interview questions and answers from PDF documents. It’s designed to help recruiters, educators, and candidates extract structured Q&A content from technical or domain-specific materials.

License

Notifications You must be signed in to change notification settings

gouri1694/Interview-Question-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview-Question-Creator

How to run:

  1. Create an environment
conda create --prefix ./venv_interview python=3.10 -y
  1. Activate the environment
conda activate ./venv_interview
  • to use in ipynb file
pip install ipykernel
python -m ipykernel install --user --name venv_interview --display-name "Python(venv_interview)"
  1. install requirements
pip install -r requirements.txt

GitHub commands

git clone https://github.com/

git add .

git commit -m "readme updated"

git push origin main

About

This project automatically generates interview questions and answers from PDF documents. It’s designed to help recruiters, educators, and candidates extract structured Q&A content from technical or domain-specific materials.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published