All Projects → himanshu2406 → Ai Doctor

himanshu2406 / Ai Doctor

Licence: mit
Machine learning discord bot , Detects diseases within seconds with just an xray scan

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ai Doctor

Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (+11718.52%)
Mutual labels:  ai, jupyter-notebook
Machinelearning Deeplearning Nlp Leetcode Statisticallearningmethod Tensorflow
最近在学习机器学习,深度学习,自然语言处理,统计学习方法等知识,理论学习主要根据readme的链接,在学习理论的同时,决定自己将学习的相关算法用Python实现一遍,并结合GitHub上相关大牛的代码进行改进,本项目会不断的更新相关算法,欢迎star,fork和关注。 主要包括: 1.吴恩达Andrew Ng老师的机器学习课程作业个人笔记 Python实现, 2.deeplearning.ai(吴恩达老师的深度学习课程笔记及资源) Python实现, 3.李航《统计学习方法》 Python代码实现, 4.自然语言处理NLP 牛津大学xDeepMind Python代码实现, 5.LeetCode刷题,题析,分析心得笔记 Java和Python代码实现, 6.TensorFlow人工智能实践代码笔记 北京大学曹健老师课程和TensorFlow:实战Google深度学习框架(第二版) Python代码实现, 附带一些个人心得和笔记。GitHub上有很多机器学习课程的代码资源,我也准备自己实现一下,后续会更新笔记,代码和百度云网盘链接。 这个项目主要是学习算法的,并且会不断更新相关资源和代码,欢迎关注,star,fork! Min's blog 欢迎访问我的博客主页! (Welcome to my blog website !)https://liweimin1996.github.io/
Stars: ✭ 359 (+1229.63%)
Mutual labels:  ai, jupyter-notebook
Basic Mathematics For Machine Learning
The motive behind Creating this repo is to feel the fear of mathematics and do what ever you want to do in Machine Learning , Deep Learning and other fields of AI
Stars: ✭ 300 (+1011.11%)
Mutual labels:  ai, jupyter-notebook
Question Generation
Generating multiple choice questions from text using Machine Learning.
Stars: ✭ 227 (+740.74%)
Mutual labels:  ai, jupyter-notebook
Gans In Action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
Stars: ✭ 748 (+2670.37%)
Mutual labels:  ai, jupyter-notebook
Artline
A Deep Learning based project for creating line art portraits.
Stars: ✭ 3,061 (+11237.04%)
Mutual labels:  ai, jupyter-notebook
Text summurization abstractive methods
Multiple implementations for abstractive text summurization , using google colab
Stars: ✭ 359 (+1229.63%)
Mutual labels:  ai, jupyter-notebook
Atari Model Zoo
A binary release of trained deep reinforcement learning models trained in the Atari machine learning benchmark, and a software release that enables easy visualization and analysis of models, and comparison across training algorithms.
Stars: ✭ 198 (+633.33%)
Mutual labels:  ai, jupyter-notebook
Food 101 Keras
Food Classification with Deep Learning in Keras / Tensorflow
Stars: ✭ 646 (+2292.59%)
Mutual labels:  ai, jupyter-notebook
Machine learning tutorials
Code, exercises and tutorials of my personal blog ! 📝
Stars: ✭ 601 (+2125.93%)
Mutual labels:  ai, jupyter-notebook
Deep Learning In Production
Develop production ready deep learning code, deploy it and scale it
Stars: ✭ 216 (+700%)
Mutual labels:  ai, jupyter-notebook
Basic reinforcement learning
An introductory series to Reinforcement Learning (RL) with comprehensive step-by-step tutorials.
Stars: ✭ 826 (+2959.26%)
Mutual labels:  ai, jupyter-notebook
Machine Learning Interview Enlightener
This repo is meant to serve as a guide for Machine Learning/AI technical interviews.
Stars: ✭ 207 (+666.67%)
Mutual labels:  ai, jupyter-notebook
Google Research
Google Research
Stars: ✭ 20,927 (+77407.41%)
Mutual labels:  ai, jupyter-notebook
Learnopencv
Learn OpenCV : C++ and Python Examples
Stars: ✭ 15,385 (+56881.48%)
Mutual labels:  ai, jupyter-notebook
Supervisely
AI for everyone! 🎉 Neural networks, tools and a library we use in Supervisely
Stars: ✭ 332 (+1129.63%)
Mutual labels:  ai, jupyter-notebook
Deep Learning Paper Review And Practice
꼼꼼한 딥러닝 논문 리뷰와 코드 실습
Stars: ✭ 184 (+581.48%)
Mutual labels:  ai, jupyter-notebook
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (+618.52%)
Mutual labels:  ai, jupyter-notebook
Tensor House
A collection of reference machine learning and optimization models for enterprise operations: marketing, pricing, supply chain
Stars: ✭ 449 (+1562.96%)
Mutual labels:  ai, jupyter-notebook
Pconv Keras
Unofficial implementation of "Image Inpainting for Irregular Holes Using Partial Convolutions". Try at: www.fixmyphoto.ai
Stars: ✭ 786 (+2811.11%)
Mutual labels:  ai, jupyter-notebook

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

Reddit - https://www.reddit.com/r/discordapp/comments/hmasi2/i_made_a_discord_bot_that_detects_diseases_using/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].