Tracking crowd social distancing with computer vision managed through a securely-stored blockchain system.
BlockLAB @ Maxonrow Hackathon
https://platform-hackathon.maxonrow.com/#/event
To slow the spread of COVID-19, a tamper-proof, trustworthy, and privacy-enabled detection system is required to track and maintain social distancing. However, current systems in place lack consistent contact tracing, contain privacy concerns, and are vulnerable to corrupted data.
We propose a social distancing detection model that records contact tracing data about certain locations with crowds, as well as distances between individuals. We also propose a blockchain-based data integrity validation tool to mitigate some of the concerns of with the use of AI technology, through a hybrid on and off-chain system. Information from our application is stored to a blockchain ledger to preserve data integrity and remove the risks of data tampering, or corruption. This data can be used for analytics to detect locations vulnerable to future outbreaks and enable swift action to enforce social-distancing guidelines in these areas.
Navigate to the src folder and run main.py (Use —help to see the full list of options):
python main.py --input "static/test.mp4" --location "San Diego"
The application will be running on: http://localhost:8000