https://github.com/saranshmanu/contact-tracing
The project involves generating synthetic data for contact tracing using simple mathematic algebric formulae and then comparing performance between synthetic data and normal data while performing contact tracing on both types.
https://github.com/saranshmanu/contact-tracing
Last synced: about 2 months ago
JSON representation
The project involves generating synthetic data for contact tracing using simple mathematic algebric formulae and then comparing performance between synthetic data and normal data while performing contact tracing on both types.
- Host: GitHub
- URL: https://github.com/saranshmanu/contact-tracing
- Owner: saranshmanu
- Created: 2020-03-27T12:02:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T15:39:55.000Z (about 5 years ago)
- Last Synced: 2025-02-01T07:19:13.823Z (4 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 17.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid 19 Contact Tracing
People in close contact with someone who is infected with a virus, such as the Ebola virus, are at higher risk of becoming infected themselves, and of potentially further infecting others.
Closely watching these contacts after exposure to an infected person will help the contacts to get care and treatment, and will prevent further transmission of the virus.
## What does the project involve?
The project involves generating synthetic data for contact tracing using simple mathematic algebric formulae and then comparing performance between synthetic data and normal data while performing contact tracing on both types.
Taxi Trajectory data was used for the city of Porto, in Portugal and 5 random taxi drivers were assumed to be infected with COVID-19 virus. Then contact tracing was performed on the trajectory of the infected people throughout the city of Porto to identify the hotspots within the region.
## Results
### With Normal dataset
Trajectory Path
Contact Tracing Heatmap
![]()
![]()
### With Synthetic dataset
Trajectory Path
Contact Tracing Heatmap
![]()
![]()
## Resources