Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin authored and Ramin committed May 2, 2024
1 parent f827dc8 commit a40f334
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@ paper
entitled [An automatic spike sorting algorithm based on adaptive spike detection and a mixture of skew-t distributions](https://www.nature.com/articles/s41598-021-93088-w). (
Official Python Implementation)

### Looking for the MATLAB version?
[MATLAB version of ROSS](https://github.com/ramintoosi/ROSS/tree/master)

### Important Note on ROSS v2

ROSS v2 is implemented based on the client-server architecture. In the alpha version, the GUI and processing units are
completely separated and their connection is based on Restful APIs. Now, you are able to run the light GUI on a simple
machine while the data and algorithms would be executed on a
separate server in your lab. Please carefully read the docs and check our tutorial videos.

## Features
- Server-Client Architecture
- Support for multiple users
- Support for multiple channels spike sorting

## Requirements

- All the requirement packages are listed at environment.yml file in root path
Expand Down

0 comments on commit a40f334

Please sign in to comment.