Skip to content

KrishnaPoojithaV/llSPS-INT-3535-Pneumonia-Prediction-using-X-RAY-images

 
 

Repository files navigation

Pneumonia Prediction using X-RAY images

In general, a patient suffering from Pneumonia goes to the hospital to take an X-ray image waits for the doctor and then the doctor will check the X-ray then he decides whether the person has pneumonia or not. The results are not only concluded based on just seeing the X-ray images but furthermore, tests were conducted on the patient to verify the results of the doctor. The process is time-consuming and if the patient has severe pneumonia or not he has to wait several days to get the test results. But in recent developments of the artificial intelligence and the computational powers of the computers have increased it helps in predicting pneumonia by just passing the X-ray image as an input to our model.

By using this model we can precisely predict pneumonia. A convolutional neural network model is built from scratch to extract features from a given chest X-ray image and classify it to determine if a person is infected with pneumonia. a web is built where the user can upload the x - ray image and the result is shown on the UI.

Category: Deep Learning

Skills: Python,Python Web Frame Works - Flask,CNN

Working: Run the app.py file. Enter the url http://localhost:5000/ in the browser to access the Flask deployed web app.

About

Pneumonia Prediction using X-RAY images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 51.2%
  • HTML 19.8%
  • Python 11.4%
  • JavaScript 10.8%
  • CSS 6.8%