Gregory is an AI system that uses Machine Learning and Natural Language Processing to track clinical research and identify papers which improves the w

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-04-28 10:30:04

Gregory is an AI system that uses Machine Learning and Natural Language Processing to track clinical research and identify papers which improves the wellbeing of patients.

For other integrations, the Django app provides RSS feeds with a live update of relevant research and newly posted clinical trials.

Most of the logic is inside Django, the admin container provides the Django Rest Framework, manages subscriptions, and sends emails.

This is sent every 48 hours with the latest articles and their machine learning prediction. Allows the admin access to an Edit link where the article can be edited and tagged as relevant.

We use Node-RED to collect articles from sources without an RSS. These flows need to be added manually and configured to write to the postres database. If your node-red container does not show a series of flows, import the flows.json file from this repository.

A database is only as good as it's ability to answer questions. We have a separate metabase container in the docker-compose.yaml file that connects directly to Gregory's database.

Leave a Comment