Template repository for AI-based hackathon submissions
Fork this repo to create your submission! All submissions will be automatically judged across three categories using detailed scoring rubrics.
- 🎯 Best Problem - Tackles a meaningful problem with effective solutions
- 🚀 Most Complete - Delivers polished, production-ready applications
- 🎨 Most Creative - Shows inventive ideas and unexpected twists
Each category scored 1-40 points across 4 subcategories. Winners determined by highest scores in each category.
- Fork this repository
- Read the 📖 Submission Guide ← START HERE!
- Replace this README with your project documentation
- Follow the template structure below
- Submit your GitHub repository URL
- Judging criteria: See
judging1-best-problem.md
,judging2-most-complete.md
,judging3-most-creative.md
- Automated judging: Use the 🤖 Judging System
- Manual judging: 4-minute limit per submission, follow detailed rubrics
Replace everything below with your actual project documentation
- What it does: one-sentence elevator pitch
- Why it matters: concise user-oriented need
git clone …
cd …
pip install -r requirements.txt
npm run start
.
├── README.md ← this file (replace with your project docs)
├── src/ ← your source code
│ └── …
├── tests/ ← unit & integration tests
│ └── …
└── requirements.txt ← or package.json / Cargo.toml, etc.
Include screenshots, example outputs, or links to deployed versions
Brief technical overview - architecture, key algorithms, etc.
New skills, insights, or challenges you overcame