Skip to content

This is a simple Heart Disease Predictor using ML. This is to demonstrate how to use ML in a Django project with Vue consuming the backend

Notifications You must be signed in to change notification settings

itzomen/Heart-Disease-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heart-Disease-Predictor

This is a simple Heart Disease Predictor using ML. Django in the backend and Vue.js in the frontend

Set up

Steps:

  1. Clone/pull/download this repository
  2. Create a virtualenv with python -m venv env
  3. Activate virtual environment source env/bin/activate
  4. Install dependencies with pip install -r requirements.txt

Create superuser

python manage.py createsuper

Collect Static

python manage.py collectstatic

Finally runserver

python manage.py runserver

NB: Move to djangoapi folder

About

This is a simple Heart Disease Predictor using ML. This is to demonstrate how to use ML in a Django project with Vue consuming the backend

Topics

Resources

Stars

Watchers

Forks