This repository contains instructions and scripts for setting up and running blech_lab codes on a Jetson Nano. The blech_lab suite includes various tools for neural data analysis, which are optimized here for the Jetson Nano’s ARM-based architecture and GPU capabilities.
- GPU Acceleration: Leverages the Jetson Nano's GPU for faster data processing and analysis.
- ARM Compatibility: Tailored installation instructions for dependencies specific to ARM architecture.
- Real-Time Processing: Optimized code for real-time neural data analysis on a compact and energy-efficient platform.
- Jetson Nano (4GB model)
- Ubuntu 18.04 or 20.04 (ARM64 architecture)
- Python 3.x
- JetPack SDK installed on Jetson Nano
Before running blech_lab codes, ensure that the following dependencies are installed:
numpypandasmatplotlibscipytensorfloworpytorch(with GPU support)jetson-stats(optional, for monitoring system performance)
You can install these dependencies using the following command:
sudo apt-get update
sudo apt-get install python3-pip python3-dev
pip3