Skip to content

Django and machine learning-powered end-to-end project The goal of this project is to offer an online platform that will allow users to forecast the onset of sickness based on a variety of symptoms. The user can browse through different symptoms, look up ailments, and contact a doctor online.

License

Notifications You must be signed in to change notification settings

ayeujjawalsingh/Health-And-Disease-Prediction-System

Repository files navigation

Project Installations in Local System

Tools & Technology Required

  • Python
  • Django
  • HTML
  • CSS
  • Javascript
  • Machine Learning
  • PostgreSQL

Python django css3 html5 javascript ML VScode VScode

Run Locally

  • Download the Project and Unzip it
  • Open Commant Prompt

You must have Python3 installed in your system

Go to the project directory

cd Health_And_Disease_Prediction_System

Create Virtual Envoirnment of Python

pip install virtualenvwrapper-win

Make Virtual Envoirnment as I named it venv

mkvirtualenv venv

Open Virtual Envoirnment as

workon venv

Install Dependencies

    pip install -r requirenments.txt

Start the Server

python manage.py runserver

Or

You can install virtual environment using pip:

py -m pip install --user virtualenv

For creating new environment:

py -m venv myproject

To activate your virtual environment:

.\myproject\Scripts\activate

Development Server started at localhost:8000


Development Documentations

Install Django in Virtual Envoirnment

Installation

Run this command to install virtual wrapper which will allows you to make virtual envoirnment

pip install virtualenvwrapper-win

Make Virtual Envoirnment as name venv

mkvirtualenv venv

Open the Command Prompt in Project Directory as C:\Users\Ujjawal\Coding\Web Developement\MajorProject> workon venv

workon venv

Install Django in Virtual Envoirnment as (venv) C:\Users\Ujjawal\Coding\Web Developement\MajorProject>pip install django

pip install django

Run this to Check django-admin Available Subcommands:

django-admin

Now, Create Django-Project by using django-admin subcommands as django-admin startproject (projectName)

django-admin startproject project

Project Demonstration

Home Page

Home Screenshot Home Screenshot

SignUp Options

SignUp Screenshot

SignIn Options

SignIn Screenshot

Doctor Page

Registration

Registration Doctor Screenshot

Login

Login Doctor Screenshot

Doctor Welcome Page

Doctor Welcome Page Screenshot

Client Feedback Section

lient Feedback Section Screenshot

Patient Page

Registration

Registration Patient Screenshot

Login

Login Patient Screenshot

Patient Welcome Page

Patient Welcome Page Screenshot

Check Diseases

Check Diseases Screenshot Check Diseases Screenshot

Client Feedback Section

lient Feedback Section Screenshot


About

Django and machine learning-powered end-to-end project The goal of this project is to offer an online platform that will allow users to forecast the onset of sickness based on a variety of symptoms. The user can browse through different symptoms, look up ailments, and contact a doctor online.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published