Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
ExamGPT: AI Flashcard Generator
Learn how to automatically generate flash cards from PDFs using AI, covering content chunking, filtering irrelevant sections, and handling PDF parsing challenges.
Using flash cards to prepare for an exam is an incredibly useful technique, but creating flash cards is an absolute pain! So I created this application that uses AI to do it for you.
It uses openai to generate the flash cards after chunking the content. The biggest problem was weeding out chunks that contain content that don’t make for good flash cards (eg table of content, or page containing information about the exam itself). PDF parsing still seems very rudimentary in python. The live demo would be similar to the youtube video I linked to.
ExamGPT: AI generates flashcards/MCQs from PDFs via Telegram.