Back to Home
Zehra-code743 icon

Quiz-App

Verified Safe

by Zehra-code743

Overview

Transforms academic PDFs into AI-generated structured study notes and interactive quizzes for learning and exam preparation.

Installation

Run Command
streamlit run main.py

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens30000
Stars0
Forks0
Last Update2025-11-24

Tags

PDF processingAIeducationStreamlitsummarization