Helping hackathons automate cheat checks
Live at https://www.hackverify.com - try it out!
Currently verifying hackathon organizers!
This project is a tool to help hackathon organizers identify potential cheating or plagiarism amongst submissions.
- Organizers submit their Devpost link, and HackVerify scrapes the webpage for all its projects and then performs cheat checks
- Able to submit multiple Devpost links, as long as they are organizers of the hackathon
- Clean interface for intuitive use
- Use Gen AI techs like GPTZero to analyze code for ai detection
- Semantic plagarism via OpenAI embeddings
- suspicious commit patterns using gpt-4 analysis
- Python
- Beautiful Soup
- GitHub API
- SQL
- Supabase
- LinkedIn OAuth
- Flask
- JavaScript
- HTML/CSS