Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pix2code | 11,743 | 25 days ago | 7 | apache-2.0 | Python | |||||
pix2code: Generating Code from a Graphical User Interface Screenshot | ||||||||||
Stylegan2 | 10,294 | 6 months ago | 27 | other | Python | |||||
StyleGAN2 - Official TensorFlow Implementation | ||||||||||
Tts | 6,557 | 9 months ago | 7 | mpl-2.0 | Jupyter Notebook | |||||
:robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts) | ||||||||||
Transformers Tutorials | 5,688 | 4 days ago | 210 | mit | Jupyter Notebook | |||||
This repository contains demos I made with the Transformers library by HuggingFace. | ||||||||||
Alae | 2,850 | 3 years ago | 31 | Python | ||||||
[CVPR2020] Adversarial Latent Autoencoders | ||||||||||
Tacotron 2 | 2,167 | 3 months ago | 266 | mit | Python | |||||
DeepMind's Tacotron-2 Tensorflow implementation | ||||||||||
Cnn_sentence | 1,873 | 5 years ago | 42 | Python | ||||||
CNNs for sentence classification | ||||||||||
Surface Defect Detection | 1,820 | 5 months ago | 13 | mit | Python | |||||
📈 目前最大的工业缺陷检测数据库及论文集 Constantly summarizing open source dataset and critical papers in the field of surface defect research which are of great importance. | ||||||||||
3d Pointcloud | 1,753 | 9 days ago | 2 | Python | ||||||
Papers and Datasets about Point Cloud. | ||||||||||
Occupancy_networks | 1,220 | 3 months ago | 77 | mit | Python | |||||
This repository contains the code for the paper "Occupancy Networks - Learning 3D Reconstruction in Function Space" |
Structured data about Panama papers collected from the official ICIJ website
Update: The full dataset that has been released by ICIJ recently is available here
I wrote a detailed explanation here
├── de.csv
├── en.csv
├── es.csv
├── fr.csv
├── pt.csv
└── viz-data
├── 014fe3bc.json
├── 02664021.json
├── 034793d9.json
├── 08cc5165.json
├── 0a1122ef.json
├── 0a3cf4fd.json
├── 0dae973f.json
...
...
...
├── fb706ef9.json
├── fb7f4be3.json
└── ff9bbc4d.json
└── csv-viz-data
├── 014fe3bc-nodes.csv
├── 014fe3bc-edges.csv
├── 02664021-nodes.csv
...
...
...
├── fb7f4be3-edges.csv
├── ff9bbc4d-nodes.csv
└── ff9bbc4d-edges.csv
└── iPython NB
├── Panama Project.ipynb
the main data provided by ICIJ can be found in CSV file, that is available in 4 languages
The CSV file is broken down to the following columns
story-title
story-subtitle
story-image-if-linked-person
story-narrative
story-category-code
story-priority
story-region-codes
story-country-1-code
story-country-1-name
story-country-2-code
story-country-2-name
story-document-1-title
data-person-1-name
data-person-1-description-if-politician
data-person-1-relationship,
data-person-1-image
data-person-1-viz-publish
data-person-1-comment
ICIJ report provided a set of visualizations that you can browser through this link
Data content for these visualizations is a graph structure, each graph is encoded to a JSON file, named after the data-person-1-viz-publish
attribute found in the main CSV file.
The JSON data is normalized and the nodes and edges data is given in different csvs.
An iPyhton notebook to load and normalize the json data and play around with it.
I have nothing to do with ICIJ, This is just a small project i started to see if i can get the published data, and do some cool stuff with it.
All the data are coming from the official ICIJ website
This is a data dump, CSV and JSON files are not organized and cleaned, feel free to send a PR if you want to do that ;)