Skip to content

Generate fill-in-the-blank flashcards automatically from a body of text! Hackathon project for helping students to study.

Notifications You must be signed in to change notification settings

brianlinUM/flashcard_generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flashcard_generator

  • MHacks 12 Hackathon project
  • Team members: Victor Fu, Brian Lin, Alan Tran, Shayne
  • Project Features:
    • Use Google Cloud's Natural Language Processing to analyse text materials for keywords. Keywords are evaluated using the salience score, a measure of the word's importance relative to the rest of the text passage.
    • Randomly remove from a list of N-most-salient keywords from the text and generate fill-in-the-blank quiz flashcards as PDF.
    • Hosted a live demo web application using Flask. Originally hosted on a Google Compute Engine VM.

About

Generate fill-in-the-blank flashcards automatically from a body of text! Hackathon project for helping students to study.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 47.5%
  • Python 33.1%
  • CSS 16.3%
  • JavaScript 3.1%