gregory icon indicating copy to clipboard operation
gregory copied to clipboard

Artificial Intelligence and Machine Learning to help find scientific research and filter relevant content

Results 17 gregory issues
Sort by recently updated
recently updated
newest added

a team should be able to configure their own sources for articles and clinical trials, and the respective categories. each team should have their own ML model. *Keep in mind*...

enhancement
high priority
django

this is a quick implementation, all the code was generated by chat-gpt. Not sure we want to merge this one but wanted to keep it "at hand".

Wrote down some initial thoughts on how others can contribute after a quick chat with @malcata . This would be simple if we had time to keep a proper roadmap,...

https://github.com/lasigeBioTM/MER We already have a table for named entities and the MER approach showed good results with a few abstracts.

enhancement
help wanted
low priority

https://www.crossref.org/blog/news-crossref-and-retraction-watch/

enhancement
low priority

I must have missed something when I wrote the models. ```python from django.db import models class Categories(models.Model): category_id = models.AutoField(primary_key=True) category_name = models.CharField(blank=True, null=True,max_length=200) category_description = models.TextField(blank=True, null=True) def __str__(self):...

help wanted
hacktoberfest