Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added codes for processing NEET papers #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file added misc/.DS_Store
Binary file not shown.
Binary file added misc/NEET/.DS_Store
Binary file not shown.
1,097 changes: 1,097 additions & 0 deletions misc/NEET/Generator_Template.ipynb

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions misc/NEET/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Contains code for processing NEET question papers

Source : https://www.nta.ac.in/

**Files**
- Generator_Template.ipynb : Basic template for pipeline to process a NEET question paper
- generator_codes : Contains examples of previous uses of the Generator_Template notebook for specific question papers



**For generating answer key JSON files**
Answer key maps can be easily extracted from Claude by passing either the pdf or an image of the answer key along with the following prompt:
The following is an answer key for an exam. The pdf consists of question number followed by correct option (which is a number between 1 and 4). These are spread across 4 columns. Process the answer key and output it in a JSON file with question number as the key and correct answer as the value
Loading