/Heart-Disease-Predictor

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

Primary LanguagePython

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