tripleblindai / safe-places

Healthcare Tools built on top of Private Kit and COVID Safe Paths
MIT License
34 stars 40 forks source link

Safe Places

A toolkit for public health, built on top of data shared by users of Private Kit

Server

A server implementation can be easily built to host these tools. See how in the Server API documentation.

Tools

Location Viewer/Scrubber

Tool to visualize and redact time/location data. Intended for use in Contact Tracing.

NOTE: The app requires a Google Maps Javascript API key to work fully

Publisher

Tool to combind and publish redacted time/location data files. Intended for use by Healthcare Authorities.

NOTE: The app requires a Google Maps Javascript API key to work fully

Running in a Docker container

To be able to run the the Safe-Places Web tool in a container follow the following steps.

Build Container :

docker build -t safe-places:latest .

Run Container :

docker run --rm -it -p 8080:80 safe-places:latest

Open you browser and load the url http://localhost:8080