Skip to content

Uses AI to match unseen questions to seen question and answer pairs. Great for open book exams!

Notifications You must be signed in to change notification settings

WorldofKerry/Question-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Question Finder

Matches a given question to the most similar questions in a question pool.

Usage

Create a questions.csv in the form of question, answer, [choice1], [choice2], [choice3], with the ones in [] being optional. Then when you run main() after re-loading the csv, it will prompt you for a question, fill it in, press enter, and it'll give you the most similar questions in your questions.csv.

Stack

Uses sklearn's TfidfVectorizer under feature extraction for text, with nltk.corpus' stopwords to preprocess text.

About

Uses AI to match unseen questions to seen question and answer pairs. Great for open book exams!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published