For detailed documentation to install Gregory on your server and up to date information, visit https://gregory-ai.com/.
If you have any questions, please open an issue or discussion on GitHub
Gregory MS is running on a Digital Ocean virtual private server.
There are RSS a number of RSS feeds you can use to access the database in real time:
The API is served using Django Rest Framework and can be accessed at https://api.gregory-ms.com/.
List all articles
https://api.gregory-ms.com/articles/all?format=json
List article that matches the {ID} number.
https://api.gregory-ms.com/articles/id/{ID}
Example: https://api.gregory-ms.com/articles/19
List all relevant articles.
These are articles that we show on the home page because they appear to offer new courses of treatment.
https://api.gregory-ms.com/articles/relevant
List all articles from specified {source}.
https://api.gregory-ms.com/articles/source/{source_id}/
List all available sources.
https://api.gregory-ms.com/sources/
List all trials.
https://api.gregory-ms.com/trials/all?format=json
Example: https://api.gregory-ms.com/trials/all
List all trials from specified {source}.
https://api.gregory-ms.com/trials/source/{source_id}
Example: https://api.gregory-ms.com/trials/source/12/
The JSON response contains information on scientific articles retrieved from multiple academic sources.
Available fields can be found at https://api.gregory-ms.com/articles/ by clicking the options button.
Data available at https://api.gregory-ms.com/trials/ by clicking the options button.
Mobility Report from Apple Watch Data
The Mobility report is meant to be used as a snapshot of the patient’s mobility and walking assymetry using Apple’s HealthKit data from the Apple Watch.