An AI-powered drug discovery educational game using fine-tuned Gemma 4
gemmacure/
├── 1_dataset/ ← Training data sourcing documentation
├── 2_model_finetune/ ← Fine-tuning methodology & published model
├── 3_gemmacure_api/ ← Molecule generation & scoring API
├── 4_gemmacure_3d_game/ ← Fully playable 3D game
└── README.md ← This file
cd gemmacure/4_gemmacure_3d_game
pip install -r backend/requirements.txt
./gemma_cure_game.sh start
open http://localhost:5018An educational drug discovery game where:
- You battle disease pathogens as bosses (SARS-CoV-2, HIV, Alzheimer's, Cancer, etc.)
- Gemma 4 AI generates drug candidates in real-time
- IBM MAMMAL scores binding affinity (Hit = game win, Miss = game loss)
- You earn XP and badges for discovering effective drugs
It's real drug discovery turned into an engaging game for high school students.
- Base: Google Gemma 4-E2B-it (5.2B parameters)
- Training: 225,060 drug-target pairs (BindingDB, ChEMBL, MOSES)
- Method: Unsloth RS-LoRA (r=64, α=128) — 2x faster, 70% memory savings
- Performance: 94.2% SMILES validity, R²=0.72 affinity prediction
- Published: https://huggingface.co/dlyog/gemma-cure (CC-BY 4.0)
Father (AI Engineer) + Daughter (High School Student) built this together. She suggested: "Make it a game — the disease is a boss, the drug is ammunition." This became PathoHunt 3D.
- 1_dataset/README.md — How we sourced 225K training pairs
- 2_model_finetune/README.md — Complete training guide with hyperparameters
- 3_gemmacure_api/README.md — API endpoints & deployment
- 4_gemmacure_3d_game/SETUP.md — Game setup & troubleshooting
- kaggle_submission.html (parent dir) — Kaggle writeup + image prompts
- Unsloth Prize ($10K) — Best fine-tuned Gemma 4
- Health & Sciences Impact ($10K) — Educational platform, real disease targets
- Main Track ($50K+) — Production-quality software, not just a prototype
- ✅ Fine-tuned model (published on Hugging Face)
- ✅ Full API with molecule generation + scoring
- ✅ Playable 3D game with 8 disease targets
- ✅ One-click launcher script for students
- ✅ Complete documentation for judges
- ✅ Open source (CC-BY 4.0)
- 🤖 Model: https://huggingface.co/dlyog/gemma-cure
- 🎮 Game: http://localhost:5018 (after setup)
- 📖 Setup Guide:
4_gemmacure_3d_game/SETUP.md - 📝 Kaggle Writeup:
../kaggle_submission.html
Made by Tarun & Tanisha Chawdhury | May 2026