--- title: Exam Kiosk V1 emoji: 🏢 colorFrom: yellow colorTo: purple sdk: streamlit sdk_version: 1.41.1 app_file: app.py pinned: false license: apache-2.0 short_description: A general use exam kiosk --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference # Exam Kiosk V1.0 This Streamlit app provides a user-friendly interface for taking exams generated by the Nemotron Exam Maker. ## Features * **JSON Exam File Compatibility:** Processes exams created in the JSON format by Nemotron Exam Maker. * **Interactive Exam Environment:** Presents questions with various input types (multiple choice, true/false, text input). * **Automated Grading:** Automatically grades exams with instant feedback. * **Results Summary:** Provides a summary of the exam results upon completion. ## Getting Started 1. **Prerequisites:** * Python 3.7 or higher * Streamlit * Nemotron Exam Maker (to generate exam files) 2. **Installation:** ```bash pip install streamlit