Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bessouat40/nginx-reactjs-fastapi-pneumonia-detection
Pneumonia Detection Software with Database
https://github.com/bessouat40/nginx-reactjs-fastapi-pneumonia-detection
docker docker-compose explainable-ai explainable-artificial-intelligence explainable-deepneuralnetwork healthcare-application healthcare-platform javascript nginx postgresql python reactjs
Last synced: 1 day ago
JSON representation
Pneumonia Detection Software with Database
- Host: GitHub
- URL: https://github.com/bessouat40/nginx-reactjs-fastapi-pneumonia-detection
- Owner: Bessouat40
- License: gpl-3.0
- Created: 2022-11-22T19:56:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T23:01:38.000Z (10 months ago)
- Last Synced: 2024-01-09T23:47:16.262Z (10 months ago)
- Topics: docker, docker-compose, explainable-ai, explainable-artificial-intelligence, explainable-deepneuralnetwork, healthcare-application, healthcare-platform, javascript, nginx, postgresql, python, reactjs
- Language: JavaScript
- Homepage:
- Size: 127 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webapp : Pneumonia Detection
![home](./medias/demo_app.gif)
This is a software to detect pneumonia from a chest X-ray.
You can treat several patients at the same time and then you can store results in a PostGreSQL database.
You have access to this database and you can search someone with is name.## USAGE
This software is easy to use.
First clone the repo :
`git clone https://github.com/Bessouat40/nginx-reactjs-fastapi-pneumonia-detection.git`
Then rename env file :
`cp .env.example .env`
And now you can run the app :
- First, up database : `docker-compose build db && docker-compose up db` and wait until database is ready
- Then up entire software : `make start`
You can see your PneumonIA running at `http://localhost:3000/`.
## AI Model
It's a fine tunned VGG16.
https://github.com/Bessouat40/unsupervised-image-anomaly-detection