Skip to content

University of Bristol Master's Project (Computer Science) - SPHERE House Parkinson's Disease Sensors Web App

License

Notifications You must be signed in to change notification settings

mickeykkim/masters-project-sphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SPHERE House Parkinson's Disease Sensors Web App

University of Bristol Master's Project (Computer Science)

This is my master's project for analyzing Parkinson's Disease symptoms in a residential environment.

Home Screen

Camera Annotation

Wearable Annotation

To Install:

  1. Make sure you have Poetry installed: https://python-poetry.org/
  2. Clone this repository to your local drive and navigate to the folder.

Install requirements:

cd pdsensorvis
poetry install
poetry shell

Migrate database (required on first run):

python3 manage.py migrate

Create new admin superuser:

python3 manage.py createsuperuser

Start app:

python3 manage.py runserver

Navigate browser to: http://127.0.0.1:8000/

Admin panel at: http://127.0.0.1:8000/admin/

Log in with your created admin details.

About

University of Bristol Master's Project (Computer Science) - SPHERE House Parkinson's Disease Sensors Web App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages