Skip to content

EfiLygda/ADNI-CNN-Research-Collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADNI CNN Research Collector

The scripts were used for launching a literature review, with the main focus on the study of CNN models, which use MRIs of the ADNI database in order to classify patients according to the stage of AD disease. For this purpose the databases used were PubMed and ArXiv.

Requirements

python==3.8.18
biopython==1.83
pandas==1.3.4
requests==2.31.0
beautifulsoup4==4.12.3

Repository Structure

In the scripts directory the files used for querying the ArXiv and PubMed APIs and exporting the returned papers' title, author names, abstract and URL into two separate files (a CSV file and a TXT file) are located.

In the txt and csv directories the two exported files from each script can be located.

Details

The scripts contain functions for searching the two databases using the same keywords: ADNI, MRI, CNN, and classification and also functions for extracting the two final csv and txt files.

Status

Done

About

ADNI CNN research collector using ArXiv and PubMed APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages