The Online Neurodata and Embedding Projector (ONEP) module allows a user to feed a stream of data into a dimensionality reduction model, such as UMAP or CEBRA, in order to visualize it in real-time as a 2D image. This process will be referred to as projecting. Projecting data from the input stream in real-time means that new data points are displayed in the 2D projection space whenever new data is published to the stream. Additionally, the data from the input stream is used to train the underlying projection model, allowing for improved projections over time. ONEP includes a simple graphical interface and the possibility to easily implement new or custom projection methods/algorithms.
requirement.txt
file.git submodule update --recursive --remote
api/server.py
to launch the ONEP application.LAUNCH
command for the ONEP module from the Dareplane Control Room. As an argument, pass the name of your data stream, or ensure the data stream name is set in the configuration (see Configuration File).START PROJECTING
command from the Control Room to start the projector. Executing this command will allow the projector to begin reading data from the data stream, using it to train the projection model and create projections to display in the 2D figure.