All Projects → IIITKalyaniFOSC → MediCare-Prime

IIITKalyaniFOSC / MediCare-Prime

Licence: GPL-3.0 license
Prediction or detection of various medical ailments

Programming Languages

Jupyter Notebook
11667 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to MediCare-Prime

Vehicle counting tensorflow
🚘 "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
Stars: ✭ 582 (+2963.16%)
Mutual labels:  detection, prediction
Android Yolo
Real-time object detection on Android using the YOLO network with TensorFlow
Stars: ✭ 604 (+3078.95%)
Mutual labels:  detection, prediction
Imageai
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
Stars: ✭ 6,734 (+35342.11%)
Mutual labels:  detection, prediction
Useragentparser
UserAgent parsing done right
Stars: ✭ 225 (+1084.21%)
Mutual labels:  detection
Commix
Automated All-in-One OS Command Injection Exploitation Tool.
Stars: ✭ 3,016 (+15773.68%)
Mutual labels:  detection
GPT2-Telegram-Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 67 (+252.63%)
Mutual labels:  prediction
Market-Trend-Prediction
This is a project of build knowledge graph course. The project leverages historical stock price, and integrates social media listening from customers to predict market Trend On Dow Jones Industrial Average (DJIA).
Stars: ✭ 57 (+200%)
Mutual labels:  prediction
Security content
Splunk Security Content
Stars: ✭ 217 (+1042.11%)
Mutual labels:  detection
TextBoxes
TextBoxes: A Fast Text Detector with a Single Deep Neural Network
Stars: ✭ 625 (+3189.47%)
Mutual labels:  detection
Pytorch Faster Rcnn
pytorch based implementation faster rcnn
Stars: ✭ 251 (+1221.05%)
Mutual labels:  detection
Detectionlab
Automate the creation of a lab environment complete with security tooling and logging best practices
Stars: ✭ 3,237 (+16936.84%)
Mutual labels:  detection
Zxhookdetection
【iOS应用安全、安全攻防】hook及越狱的基本防护与检测(动态库注入检测、hook检测与防护、越狱检测、签名校验、IDA反编译分析加密协议Demo);【数据传输安全】浅谈http、https与数据加密
Stars: ✭ 241 (+1168.42%)
Mutual labels:  detection
RVM-MATLAB
MATLAB code for Relevance Vector Machine using SB2_Release_200.
Stars: ✭ 38 (+100%)
Mutual labels:  prediction
Deception As Detection
Deception based detection techniques mapped to the MITRE’s ATT&CK framework
Stars: ✭ 228 (+1100%)
Mutual labels:  detection
doc2vec pymongo
Machine learning prediction of movies genres using Gensim's Doc2Vec and PyMongo - (Python, MongoDB)
Stars: ✭ 36 (+89.47%)
Mutual labels:  prediction
Triplet Attention
Official PyTorch Implementation for "Rotate to Attend: Convolutional Triplet Attention Module." [WACV 2021]
Stars: ✭ 222 (+1068.42%)
Mutual labels:  detection
Data-Science
Using Kaggle Data and Real World Data for Data Science and prediction in Python, R, Excel, Power BI, and Tableau.
Stars: ✭ 15 (-21.05%)
Mutual labels:  prediction
Sinet
Camouflaged Object Detection, CVPR 2020 (Oral & Reported by the New Scientist Magazine)
Stars: ✭ 246 (+1194.74%)
Mutual labels:  detection
Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+1194.74%)
Mutual labels:  detection
python-neuron
Neuron class provides LNU, QNU, RBF, MLP, MLP-ELM neurons
Stars: ✭ 38 (+100%)
Mutual labels:  prediction

MediCare-Prime

Prediction or detection of various medical ailments. Deployed locally using Flask 2.0.

Setup

If you do not have Anaconda or Miniconda3 installed install it using the following link

Anaconda : https://www.anaconda.com/products/individual

MiniConda3 : https://docs.conda.io/en/latest/miniconda.html

If you have Anaconda installed create a conda environment :

  • Install the current release of CPU-only TensorFlow, recommended for beginners:
conda create -n tf 
conda activate tf
conda install -c conda-forge tensorflow
  • Or, to install the current release of GPU TensorFlow on Linux or Windows:
conda create -n tf-gpu
conda activate tf-gpu
conda install tensorflow-gpu
  • Cd into your newly created environment (from command line or terminal)
cd C:\...\path-to-your-conda-environment\
  • Installing modules we will need Though your virtual env will have all required modules, here are some extra ones required to setup this project locally
pip install flask
pip install pillow

Running the code

  • Fork and clone the project.
git clone https://github.com/IIITKalyaniFOSC/MediCare-Prime
  • Cd into your cloned repo (folder with the same name as the repo on your system)
cd C:\...\path-to-your-cloned-repo\
  • After making sure your tf conda environment we just created above, is activated, run the app.py file
python app.py

Succesfull installation and running will give you a link you can visit locally. For any exceptions, kindly recheck the entire process and try again, or feel free to create an issue.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Contributors

License

GPL

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].