Smart Quiz Generator is a Streamlit-based app that uses GPT-4 to create quizzes (MCQ, True/False, or Fill-in-the-Blank) from your own documents (PDF/TXT) or web pages. It processes content, stores it in a FAISS vector store for quick retrieval, and generates customized quizzes based on a chosen topic.
framework python3 chains quiz-generator unstructured pdf-document-processor faiss streamlit gpt-3 generative-ai langchain openai-embeddings retreival-augmented-generation document-loader url-processing text-splitters openai-api-key
- Updated
Aug 13, 2025 - Python