Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main to ge-dev #59

Merged
merged 9 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NiChart: Neuro-imaging Chart

Full documentation at https://cbica.github.io/NiChart_Project

GitHub page at https://github.com/CBICA/NiChart_Project

## About

NiChart is a novel AI-powered neuroimaging platform with tools for computing a dimensional chart from multi-modal MRI data. NiChart provides end-to-end pipelines from raw DICOM data to advanced
AI biomarkers, allowing to map a subject’s MRI images into personalized measurements, along with
reference distributions for comparison to a broader population.
Expand Down
5 changes: 3 additions & 2 deletions docs2/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ NiChart: Neuro-imaging Chart
============================

Full documentation at `NiChart Documentation <https://cbica.github.io/NiChart_Project>`_
NiChart Package at `NiChart GitHub <https://github.com/CBICA/NiChart_Project>_

About
-----
Expand Down Expand Up @@ -33,9 +34,9 @@ Running NiChart

We provide both a locally installable **desktop application** and a **cloud-based application**.

For the desktop application please see [FIXME: link to readthedocs and Github].
For the desktop application please see https://github.com/CBICA/NiChart_Project .

[NiChart cloud application](https://neuroimagingchart.com/portal), hosted via Amazon Web Services (AWS), deploys scalable infrastructure which hosts the *NiChart* tools as a standard web application accessible via the user’s web browser.
`NiChart cloud application <https://neuroimagingchart.com/portal>`, hosted via Amazon Web Services (AWS), deploys scalable infrastructure which hosts the *NiChart* tools as a standard web application accessible via the user’s web browser.

The cloud and desktop applications are unified at the code level through the use of the Python library [Streamlit](https://streamlit.io/). Consequently, the user experience is nearly identical between the cloud and desktop applications.

Expand Down
Loading