Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhuvan588/pneumonia-detection-using-xception-model
ML Web-App using Tensorflow and Django.
https://github.com/bhuvan588/pneumonia-detection-using-xception-model
bulma-css database django login-system ml-app pneumonia-detection python tensorflow xception-model
Last synced: about 1 month ago
JSON representation
ML Web-App using Tensorflow and Django.
- Host: GitHub
- URL: https://github.com/bhuvan588/pneumonia-detection-using-xception-model
- Owner: Bhuvan588
- Created: 2024-09-08T18:58:57.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:59:06.000Z (2 months ago)
- Last Synced: 2024-10-14T00:41:46.305Z (about 1 month ago)
- Topics: bulma-css, database, django, login-system, ml-app, pneumonia-detection, python, tensorflow, xception-model
- Language: Jupyter Notebook
- Homepage:
- Size: 94.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :dna: Pneumonia-Detection-Using-Xception Model
This project aims to detect whether a person has pneumonia or not by taking an xray image as input. It uses Xception Model for prediction and Django framework for storing and diaplaying records entered by a patient or user.
![WhatsApp Image 2024-09-09 at 12 42 45 AM](https://github.com/user-attachments/assets/a5dcdc36-09ac-4f23-9771-34073cd4bda0)
## :closed_book: Why Xception you may ask?
I was reading about some architectures that have been progressively made over time. Hence I learnt about Xception model. It is an architecture which uses less no of computations that its previous models like Inception because it uses Depthwise Convolutions to reduce the complexity and cost of traditional Convolutions.
![WhatsApp Image 2024-09-09 at 12 45 51 AM](https://github.com/user-attachments/assets/af9c8358-a545-4b12-b78c-44b6fdce53f0)## :pushpin: Installation
1. Clone the project into your required folder
2. Create a virtual environment using
`python -m venv "your environment name"`
3. In your terminal type
`cd project (i.e. the folder inside which the django apps reside)`
`python manage.py runserver`
4. Signup and upload any image to get the prediction
## :bulb: Features
- Model: Uses the Xception model trained on chest X-ray images.
- Frontend: Built with Django templates using Bulma CSS for styling
- Backend: Django framework to handle user records and image predictions.
## :octocat: Contributing
Contributions are welcome! If you have suggestions or improvements, please open an issue or submit a pull request