Quiz-App
Verified Safeby Zehra-code743
Overview
Transforms academic PDFs into AI-generated structured study notes and interactive quizzes for learning and exam preparation.
Installation
streamlit run main.pyEnvironment Variables
- GEMINI_API_KEY
Security Notes
The application handles API keys securely using environment variables or Streamlit secrets. It writes user-uploaded PDF files to a temporary directory, which is common practice but always carries a minor risk if not strictly managed, though `os.path.join` is used to mitigate path traversal. Text extraction from PDFs is done with `pypdf`, which is generally safe for its purpose. There are no direct `eval` or command injection vulnerabilities identified. AI model output should always be reviewed by the user.
Similar Servers
archestra
A platform for securely deploying, orchestrating, and managing Model Context Protocol (MCP) servers and their AI-powered tools within an enterprise environment.
AskUserQuestionPlus
Facilitates asking structured questions to users via a web interface, collecting their input for AI models interacting through the Model Context Protocol (MCP).
dotprompts
A personal prompt management system exposed as a Model Context Protocol (MCP) server, enabling AI agents to access, create, update, and delete user-defined prompts.
Varon-AI
A multi-agent AI system designed to coordinate specialized AI tools for complex real-world task execution and automation, including coding, research, scraping, and content generation.