Skip to content

Healthcare is an web application based on Machine Learning where a patient can detect disease and request for drug recommendation and take appointments.

Notifications You must be signed in to change notification settings

Usamasubhani14/disease-detection-and-drug-recommendation

Repository files navigation

Prerequisites

  1. Install XAMPP web server.
  2. Any Editor (Preferably VS Code or Sublime Text).
  3. Any web browser with latest version.
  4. Install Python.
  5. Install Anaconda.

Languages and Technologies used

  1. HTML5/CSS3
  2. JavaScript
  3. Bootstrap
  4. XAMPP
  5. Python, Django
  6. MySQL

Steps to run the project in your machine

  1. Download and install XAMPP in your machine.
  2. Download and install VS code in your machine.
  3. Download and install Python in your machine.
  4. Download and install Anaconda in your machine.
  5. Open the source code folder and open health care folder in VS code.
  6. Start the Apache and Mysql in your XAMPP control panel.
  7. Open your web browser and type 'localhost/phpmyadmin'.
  8. In phpmyadmin page, create a new database from the left panel and name it as 'healthcare_db'.
  9. Import the file 'healthcare_db.sql' inside your newly created database and click ok.
  10. Create "ML Disease Prediction - Smart Doctor" and "Drug Recommendation" to create trained model.
  11. Put model folder inside healthcare folder, Path of model will be "healthcare\healthcare\model".
  12. Open VS code and write a command in terminal which is 'python manage.py runserver'.

About

Healthcare is an web application based on Machine Learning where a patient can detect disease and request for drug recommendation and take appointments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published