--- title: StrongTextCNN MCQ Solver emoji: 🧠 colorFrom: blue colorTo: purple sdk: gradio sdk_version: 5.44.1 app_file: app.py pinned: false --- # StrongTextCNN MCQ Solver A CNN-based multiple-choice question solver using PyTorch and a trained StrongTextCNN model. ## Usage Enter a question and five answer options. The model evaluates all five options and predicts the most likely answer. ## Model The trained model is hosted on Hugging Face: `rohitk123/strongtextcnn-mcq-solver`