CoolFace
Apppublic

yashm/Bioinformatics

sourceHugging Facemitupdated 5mo agoView on Hugging Face
0likes
README.md70 linesDownload Raw Back to root
1---2title: Bioinformatics3emoji: 🐢4colorFrom: pink5colorTo: yellow6sdk: gradio7sdk_version: 6.13.08app_file: app.py9pinned: false10license: mit11short_description: bioinformatics-qa-quiz12---13 14# Bioinformatics QA Teaching Studio15 16A production-style teaching demo built on a public bioinformatics question-answer dataset.17 18## Live Purpose19 20This Space is designed as a final teaching product with:21- Polished user experience22- Fast and flexible data exploration23- Teaching-mode multiple-choice quiz flow24- Score tracking for classroom or self-study sessions25 26## Core Features27 28- Explore tab29- Topic and split filters30- Global keyword search across topic, question, and answer31- Answer-length range controls32- Sorting and paging33- Row-level detail view34- Export filtered results to CSV35 36- Quiz tab37- Topic filter and difficulty modes38- 4-option MCQ generation39- Same-topic distractors for stronger pedagogy40- Teaching support panel with related questions41- Auto next-question flow after each submission42- Session scoring:43  - correct and total44  - accuracy45  - streak46  - best streak47 48- About tab49- Usage and scope statement50- Caution notice for responsible use51 52## Dataset53 54- Hugging Face Dataset: https://huggingface.co/datasets/yashm/bioinformatics-qa-dataset55- DOI: 10.57967/hf/854456 57## Citation58 59If you use this dataset, please cite:60 61~~~bibtex62@misc{yash_munnalal_gupta_2026,63  author       = {Yash Munnalal Gupta},64  title        = {bioinformatics-qa-dataset (Revision 654049c)},65  year         = 2026,66  url          = {https://huggingface.co/datasets/yashm/bioinformatics-qa-dataset},67  doi          = {10.57967/hf/8544},68  publisher    = {Hugging Face}69}70