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)
- Host: GitHub
- URL: https://github.com/solidlabresearch/panda
- Owner: SolidLabResearch
- License: other
- Created: 2025-02-05T07:57:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T13:49:38.000Z (8 months ago)
- Last Synced: 2025-06-24T14:24:16.205Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 358 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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) .