Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cassanof/patient_api
A full-stack app that predicts cancer diagnosis using machine learning
https://github.com/cassanof/patient_api
cancer-detection golang keras machine-learning postgresql rest-api tensorflow
Last synced: 9 days ago
JSON representation
A full-stack app that predicts cancer diagnosis using machine learning
- Host: GitHub
- URL: https://github.com/cassanof/patient_api
- Owner: cassanof
- Created: 2021-04-18T03:55:07.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T15:13:13.000Z (over 3 years ago)
- Last Synced: 2024-11-29T18:17:11.421Z (2 months ago)
- Topics: cancer-detection, golang, keras, machine-learning, postgresql, rest-api, tensorflow
- Language: Go
- Homepage: https://devpost.com/software/teddy-f246gj
- Size: 2.75 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API for cancer patients
To store our data, we used the PostgreSQL database and integrated key security features such as token-based authentication, input sanitation, anti-proxy servers, as well as Cross-Origin Resource Sharing to prevent any malicious attacks or abuse. Then we created a Flask/Golang Rest API to allow easy and secure communication between our front end and back end frameworks.