All Projects → vsoch → pybraincompare

vsoch / pybraincompare

Licence: other
brain image comparison and visualization methods for python!

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to pybraincompare

D3 Spotmatrix
Open Source Javascript Library to render Spot Matrix Charts using D3.js
Stars: ✭ 12 (-25%)
Mutual labels:  d3, comparison
leaflet heatmap
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .
Stars: ✭ 13 (-18.75%)
Mutual labels:  d3
silky-charts
A silky smooth D3/React library
Stars: ✭ 38 (+137.5%)
Mutual labels:  d3
AD Prediction
Alzheimer's Disease Prediction by using ResNet, AlexNet
Stars: ✭ 118 (+637.5%)
Mutual labels:  brain
aws-mlu-explain
Visual, Interactive Articles About Machine Learning: https://mlu-explain.github.io/
Stars: ✭ 46 (+187.5%)
Mutual labels:  d3
visa-chart-components
Visa Chart Components (VCC) is an accessibility focused, framework agnostic set of data experience design systems components for the web. VCC attempts to provide a toolset to enable developers to build equal data experiences for everyone, everywhere.
Stars: ✭ 81 (+406.25%)
Mutual labels:  d3
topola
Topola – online genealogy visualization
Stars: ✭ 57 (+256.25%)
Mutual labels:  d3
BrainPrep
Preprocessing pipeline on Brain MR Images through FSL and ANTs, including registration, skull-stripping, bias field correction, enhancement and segmentation.
Stars: ✭ 107 (+568.75%)
Mutual labels:  brain
d3.geometer
[NOT MAINTAINED] A D3js library for drawing polytopes, angles, coordinates, geometries and more.
Stars: ✭ 18 (+12.5%)
Mutual labels:  d3
kaggle brain-tumor-3D
Predict the status of a genetic biomarker important for brain cancer treatment
Stars: ✭ 20 (+25%)
Mutual labels:  brain
a2d3
Flexible and extensible D3 directives for Angular 2
Stars: ✭ 22 (+37.5%)
Mutual labels:  d3
syncopy
Systems Neuroscience Computing in Python: user-friendly analysis of large-scale electrophysiology data
Stars: ✭ 19 (+18.75%)
Mutual labels:  brain
versor
a home for Mike Bostock's versor.js
Stars: ✭ 26 (+62.5%)
Mutual labels:  d3
course-17-18
🎓 Frontend 3 · 2017-2018 · Curriculum and Syllabus 📊
Stars: ✭ 39 (+143.75%)
Mutual labels:  d3
turkeyvisited
Mark the cities you have visited in Turkey and share the map!
Stars: ✭ 82 (+412.5%)
Mutual labels:  d3
d3-ng2-demo
Reusable visual power? A demo of using D3 version 4 with Angular 2+.
Stars: ✭ 53 (+231.25%)
Mutual labels:  d3
align covid
Coronavirus time series aligned by number of cases, not date.
Stars: ✭ 22 (+37.5%)
Mutual labels:  d3
proteic
Streaming and static data visualization for the modern web.
Stars: ✭ 37 (+131.25%)
Mutual labels:  d3
billboard
🎤 Lyrics/associated NLP data for Billboard's Top 100, 1950-2015.
Stars: ✭ 53 (+231.25%)
Mutual labels:  d3
course-19-20
🎓 tech track · 2019-2020 · curriculum and syllabus 📊
Stars: ✭ 13 (-18.75%)
Mutual labels:  d3

#pybraincompare Circle CI

Semantic and computational comparison methods for brain imaging data, and visualization of outputs.

Installation

manual Installation

git clone https://github.com/vsoch/pybraincompare
cd pybraincompare
sudo python setup.py install

pip Installation

pip install pybraincompare

The current version is for Python 3, the first of which is released on pip as 0.1.19. If you want Python 2 only, use 0.1.18:

# Python 2
pip install pybraincompare==0.1.18

# Python 3
pip install pybraincompare==0.1.19

For examples and demos, please see the documentation. Submit bugs and feature requests as issues.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].