All Projects → Jigsaw-Code → Net Analysis

Jigsaw-Code / Net Analysis

Licence: apache-2.0
Tools, libraries and applications to analyze network measurements and detect interference.

Projects that are alternatives of or similar to Net Analysis

Osmnx Examples
Usage examples, demos, and tutorials for OSMnx.
Stars: ✭ 863 (+1248.44%)
Mutual labels:  jupyter-notebook, network-analysis
Pythoncode Tutorials
The Python Code Tutorials
Stars: ✭ 544 (+750%)
Mutual labels:  jupyter-notebook, network-analysis
Netsci Project
Network Analysis for Financial Markets
Stars: ✭ 39 (-39.06%)
Mutual labels:  jupyter-notebook, network-analysis
Network Analysis Made Simple
An introduction to network analysis and applied graph theory using Python and NetworkX
Stars: ✭ 700 (+993.75%)
Mutual labels:  jupyter-notebook, network-analysis
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (+1559.38%)
Mutual labels:  jupyter-notebook, network-analysis
Learners Space
This repository contains all the content for these courses to be covered in Learner's Space -
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook
Pico
Object Detection and Analysis Made easy using Raspberry Pi, Apache Kafka, AWS Rekognition & Docker
Stars: ✭ 63 (-1.56%)
Mutual labels:  jupyter-notebook
Recsyspuc 2020
Material del curso de Sistemas Recomendadores IIC3633 PUC Chile
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook
Deeplearning Nlp Models
A small, interpretable codebase containing the re-implementation of a few "deep" NLP models in PyTorch. Colab notebooks to run with GPUs. Models: word2vec, CNNs, transformer, gpt.
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning Notes
A repository to save my machine learning notes.
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook
Pneumonia Detection From Chest X Ray Images With Deep Learning
Detecting Pneumonia in Chest X-ray Images using Convolutional Neural Network and Pretrained Models
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook
Processamento Digital De Sinais Financeiros
Estabelecer competências em técnicas quantitativas aplicadas ao mercado de renda variável, por meio da aplicação dos métodos de processamento digital de séries temporais.
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook
Decisiveml
Machine learning end-to-end research and trade execution
Stars: ✭ 63 (-1.56%)
Mutual labels:  jupyter-notebook
Bootcamp2019
Repository of syllabi, lecture notes, Jupyter notebooks, code, and problem sets for OSE Lab Boot Camp 2019
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook
Sudo rm rf
Code for SuDoRm-Rf networks for efficient audio source separation. SuDoRm-Rf stands for SUccessive DOwnsampling and Resampling of Multi-Resolution Features which enables a more efficient way of separating sources from mixtures.
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook
Deconfounder tutorial
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook
Hfinger
Hfinger - fingerprinting HTTP requests
Stars: ✭ 63 (-1.56%)
Mutual labels:  network-analysis
Kaggle Competitions
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook
Iba Paper Code
Code for the Paper "Restricting the Flow: Information Bottlenecks for Attribution"
Stars: ✭ 64 (+0%)
Mutual labels:  jupyter-notebook

Tools for Network Analysis

This repository contains tools, libraries and applications to analyze network measurements.

Disclaimer: This is not an officially supported Jigsaw product.

Experimental code. We may break you. Please let us know if you are using this code.

Installation

netanalysis is not in PyPI. Instead you can install straight from our Github repository:

pip install git+git://github.com/Jigsaw-Code/[email protected]

On a Pipfile, you can do:

[packages]
netanalysis = {git = "git://github.com/Jigsaw-Code/net-analysis.git", ref = "master"}

You should specify a version tag or a commit if the master branch breaks you.

Tutorials

Analyze DNS Measurements

Analyze DNS Queries describes how to fetch data from OONI and check for interference.

netanalysis/analysis/DomainAnalysis.ipynb gives you an idea of what the analysis look like.

Fetch Google Traffic Data for analysis:

This uses the Google Transparency Report internal API. You must agree to Google APIs Terms of Service.

python -m netanalysis.traffic.data.fetch_google_traffic --output_dir=traffic_data/

See netanalysis/traffic/README.md for details.

Get information about an IP address:

python -m netanalysis.ip.ip_info 8.8.8.8

Check if an IP is valid for a domain:

python -m netanalysis.tls.domain_ip_validator jigsaw.google.com 172.217.10.78

Development

See Development Setup.

We welcome your contributions! See CONTRIBUTING.md for details and wishlist.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].