Skip to content

RajSDE/Django_MachineLearning_HealthcareApp

Repository files navigation

Visitor badge

Welcome🙏🏻

Project Demonstration

Home

Home Screenshot

Self Assessment

Service Screenshot

Service Screenshot

Service Screenshot

Diagnose

Diagnose Screenshot

Diagnose Screenshot

Liver Disorder Checkup

Diagnose Screenshot

Risk Report

Diagnose Screenshot

Safe Report

Diagnose Screenshot


Project Installations in Local System

Tools & Technology Required

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

Python django css3 html5 javascript ML 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 MEDXPERT_MAJORPROJECT

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

Development Server started at localhost:8000