Integrity is a simple tool to scan a hackathon project gallery for misconduct. It is designed to be used by hackathon organizers to quickly identify projects that may be in violation of the hackathon rules.
- Similarity Scanning (e.g. scans related devpost projects for plagiarism)
- Suspicious Commit Detection (e.g. commits made outside the hackathon time frame)
- Contributor Count Verification (e.g. ensuring that the project was built by the accepted team size)
- Clone the repository
- Install the dependencies using
pipenv install - Setup up a
.envfile based on the.env.examplefile - Run the program using
streamlit run main.py
Created @ HawkHacks 2024

