Skip to content

Instantly share code, notes, and snippets.

View mzouink's full-sized avatar

Marwan Zouinkhi mzouink

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mzouink
mzouink / kafka_aws_setup.sh
Created January 25, 2021 21:39
Kafka aws Scripts
# Java 8 setup
sudo apt-get update
sudo apt-get -y install default-jdk
# install kafka
wget https://apache.mirror.digionline.de/kafka/2.7.0/kafka_2.12-2.7.0.tgz
tar -xzf kafka_2.12-2.7.0.tgz
rm -rf kafka_2.12-2.7.0.tgz
# start zookeeper
@mzouink
mzouink / distance_tutorial.py
Created November 11, 2024 15:58
distance_tutorial.py
# %% [markdown]
# # Minimal Tutorial
# DaCapo is a framework for easy application of established machine learning techniques on large, multi-dimensional images.
# ![DaCapo Diagram](https://raw.githubusercontent.com/janelia-cellmap/dacapo/main/docs/source/_static/dacapo_diagram.png)
# %% [markdown]