IIITKalyaniFOSC / MediCare-Prime

Prediction or detection of various medical ailments
https://medicare-prime.herokuapp.com/
GNU General Public License v3.0
21 stars 24 forks source link
detection flask medical-ailments medicare-prime prediction python tensorflow

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 :

conda create -n tf 
conda activate tf
conda install -c conda-forge tensorflow
conda create -n tf-gpu
conda activate tf-gpu
conda install tensorflow-gpu

Running the code

git clone https://github.com/IIITKalyaniFOSC/MediCare-Prime

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