Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 3.2 KB

README.md

File metadata and controls

56 lines (38 loc) · 3.2 KB

Ai-Doctor

GitHub contributors GitHub top language GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests Github Total lines

Information Discord Donate
Open source discord bot for Ai pneumonia detection, Detects diseases within seconds with just an xray scan

We are constantly adding new features to the discord bot, this project is maintained by Anondoser but it has been made Open Source so that everyone can contribute !
Discord server BuyMeACoffee

Join our Discord bot now ! here

Blog is out , Read more here !

IMPORTANT : This is a test software not meant for real life applications , it's always recommended to consult a real doctor !

Features:

  1. Now you can add the bot in your own server ! - here
  2. Detects whether a person has pneumonia or not based on a chest X-ray ; Has an accuracy of 98+ .
  3. Trained on a dataset of 2.29 Gb (https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia)
  4. Model Used - CNN (Convolutional neural network)
  5. Accuracy - 98% + ! (steps =500, epochs = 10, val_steps = 125 )
  6. trained model size = 9 Mb so you don't have to worry about downloading the entire 2.29Gb to test the model

HOW TO PREDICT ON NEW IMAGES :

  1. go to https://discord.gg/ZUGVPSS and pass in the comand !d along with your image url and get back the result within seconds !

Alternative :

  1. go to https://colab.research.google.com/

  2. press upload and upload the .h5 file (pneumonia_pred_new.h5)

  3. press upload and upload the x-ray image you want to run the prediction on.

  4. Then paste the following code in the notebook cell: (Remember to replace the your_image.jpeg with the real name of the image) Now run the code and see the prediction with accuracy after scrolling down !

CODE:- https://pastebin.com/srVfAYLD

Acknowledgements

Data: https://data.mendeley.com/datasets/rscbjbr9sj/2

License: CC BY 4.0

Citation: http://www.cell.com/cell/fulltext/S0092-8674(18)30154-5

Discord - Firelogger#7717