An open API service indexing awesome lists of open source software.

https://github.com/solidlabresearch/panda

Privacy-preserving ANomaly Detection in healthcare stAreams (PANDA)
https://github.com/solidlabresearch/panda

Last synced: 6 months ago
JSON representation

Privacy-preserving ANomaly Detection in healthcare stAreams (PANDA)

Awesome Lists containing this project

README

          

# PANDA

The repository contains the code for the Privacy-preserving platform for ANomaly Detection in healthcare streAms (PANDA) platform, which is a service vor monitoring the health of patients to detect anomalies in their health data streams. To enable privacy, PANDA utilizes [Solid](https://solidproject.org/) as a data storage solution and extends it with [User Managed Access](https://github.com/solidLabResearch/user-managed-access) to allow the patients to specify granular access control policies for their data streams.

## Linting

You run the linter via
```shell
npm run lint:ts
```

You can automatically fix some issues via
```shell
npm run lint:ts:fix
```

## License

This code is copyrighted by [Ghent University - imec](https://www.ugent.be/ea/idlab/en) and released under the [MIT Licence](./LICENCE)

## Contact

For any questions, please contact [Kush](mailto:kushagrasingh.bisen@ugent.be) or create an issue in the repository [here](https://github.com/SolidLabResearch/privacy-dashboard-stream/issues) .