Skip to content

neurodata-nomads/nomads_cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Computing Service for Synapse Detection

This repository contains a web service for running synapse detection algorithms on AWS. An example pipeline, Nomads-unsupervised is provided to demonstrate how to add new pipelines to this service. The Nomads-unsupervised directory also contains useful code for a fully integrating an algorithm with NDVis, BOSS, and PyMeda.

Installation Instructions:
0.1 Prerequisites: Have AWS-Cli (logged in) and Python3 installed on computer.
Instructions on how to install into AWS here.
Instructions on how to log into AWS here.

  1. Enter the service directory and run "pip3 install -r requirements.txt"
  2. Run "python3 server.py"
  3. Go to http://localhost:8000

You should see a web form where you can submit synapse detection jobs to AWS batch.
Important Note: In order to push results to BOSS, the API Key you provide on the form must have permissions to push to the channel "collman_nomads" and the experiment "nomads_predictions".

Documentation Links:

  1. Web Service Documentation
  2. Useful Modules for Synapse Pipelines

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published