Skip to content

abhilashpandurangan/chest-xray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chest X-ray Disease Detection

We have created a web application for ease of access and faster interpretation of Chest X-ray images by saving the model and using flask web server to render the saved model for the given input image. The server is run at the local host port 5000 for testing the system.

The flask server renders the html page with input forms for uploading the image file. The uploaded image is saved in uploads folder in the server and the saved model is used for running inference on it using the input image after pre-processing it for exact input shape parameters. The model gives out the prediction which then posted back to the server for displaying the result prediction.

Web Application

Image description

Image description

About

Chest X-ray Disease Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors