KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ANTsRPy
★ 8
Open GitHub ↗
ANTs in both R and python
Download README (.md)
Explore Similar Repositories
awesome-BTC-embedded
:
A list of projects using Bitcoin on embedded devices.
spring-cloud-example
:
Example for Spring cloud (netflix OSS, spring cloud)
sign_xcorr
:
audio signal cross correlation using FFT
betas
:
UW Data 515 Spring 2019 - Final Project
akaza
:
A cool Whitespace language implementation in Ruby.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ANTsRPy
?
Download (.md)
An attempt at making a portable ANTsR docker app, with some visualization capabilities via RStudio. ``` docker build --build-arg WHEN=2019-05-01 -t antsx . ``` to push an update ``` docker tag antsx:latest stnava/antsx:latest docker push stnava/antsx:latest ``` Users should run ``` docker run -p 8888:8888 antsx:latest ``` and then open the listed weblink.