All Projects → rasbt → Datacollect

rasbt / Datacollect

Licence: gpl-3.0
A collection of tools to collect and download various data.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Datacollect

Introml
Python tutorials for introduction to machine learning
Stars: ✭ 196 (-1.01%)
Mutual labels:  jupyter-notebook
Ddpg
Implementation of Deep Deterministic Policy Gradients using TensorFlow and OpenAI Gym
Stars: ✭ 197 (-0.51%)
Mutual labels:  jupyter-notebook
Atari Model Zoo
A binary release of trained deep reinforcement learning models trained in the Atari machine learning benchmark, and a software release that enables easy visualization and analysis of models, and comparison across training algorithms.
Stars: ✭ 198 (+0%)
Mutual labels:  jupyter-notebook
Keras Acgan
Auxiliary Classifier Generative Adversarial Networks in Keras
Stars: ✭ 196 (-1.01%)
Mutual labels:  jupyter-notebook
Coursera Applied Data Science With Python
Repository for coursera specialization Applied Data Science with Python by University of Michigan
Stars: ✭ 197 (-0.51%)
Mutual labels:  jupyter-notebook
Analytics Zoo
Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
Stars: ✭ 2,448 (+1136.36%)
Mutual labels:  jupyter-notebook
Pynq workshop
Stars: ✭ 196 (-1.01%)
Mutual labels:  jupyter-notebook
Auto Reid And Others
Auto-ReID and Other Person Re-Identification Projects
Stars: ✭ 198 (+0%)
Mutual labels:  jupyter-notebook
Svhnclassifier
A TensorFlow implementation of Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks (http://arxiv.org/pdf/1312.6082.pdf)
Stars: ✭ 197 (-0.51%)
Mutual labels:  jupyter-notebook
Data Science Projects With Python
A Case Study Approach to Successful Data Science Projects Using Python, Pandas, and Scikit-Learn
Stars: ✭ 198 (+0%)
Mutual labels:  jupyter-notebook
Explainx
Explainable AI framework for data scientists. Explain & debug any blackbox machine learning model with a single line of code.
Stars: ✭ 196 (-1.01%)
Mutual labels:  jupyter-notebook
Intrinsic Dimension
Stars: ✭ 197 (-0.51%)
Mutual labels:  jupyter-notebook
Ml
Codes related to various ML Hackathons
Stars: ✭ 197 (-0.51%)
Mutual labels:  jupyter-notebook
Nntimeseries
Stars: ✭ 196 (-1.01%)
Mutual labels:  jupyter-notebook
Up Down Captioner
Automatic image captioning model based on Caffe, using features from bottom-up attention.
Stars: ✭ 195 (-1.52%)
Mutual labels:  jupyter-notebook
Veridefteri
Veri Defteri Üzerine Kısa Notlar (www.veridefteri.com)
Stars: ✭ 196 (-1.01%)
Mutual labels:  jupyter-notebook
Miscellaneous
Scripts and code examples. Includes Spark notes, Jupyter notebook examples for Spark, Impala and Oracle.
Stars: ✭ 197 (-0.51%)
Mutual labels:  jupyter-notebook
Bilateral solver
Python code for the fast bilateral solver
Stars: ✭ 198 (+0%)
Mutual labels:  jupyter-notebook
Integratedgradients
Python/Keras implementation of integrated gradients presented in "Axiomatic Attribution for Deep Networks" for explaining any model defined in Keras framework.
Stars: ✭ 197 (-0.51%)
Mutual labels:  jupyter-notebook
Text detector
Text detection model that combines Retinanet with textboxes++ for OCR
Stars: ✭ 198 (+0%)
Mutual labels:  jupyter-notebook

datacollect

A collection of tools to collect and download various data.

Often, I write simple scripts and tools to collect data for various "data science" tasks. I thought that it might be worthwhile to collect them in a central repository since they might be useful to others!

Contents


Important Note
Please note that I developed and tested these tools in Python 3.x, and it could be possible that the scripts do not work flawlessly in Python 2.7.x due to the more challenging unicode handling.



Collect Lyrics

[back to top]

A command line tool to download song lyrics given artist names and song titles.



Twitter Timeline

[back to top]

A command line tool that downloads your personal twitter timeline in CSV format with optional keyword filter.

Tutorial for turning your twitter timeline into a word cloud.



Collect Popular Music Tags

[back to top]

A command line tool to download popular tags for a list of songs from last.fm, e.g., for various data mining projects.



PDB Info Table

[back to top]

A command line tool that creates an info table from a list of PDB files.

ZINC Molecule Downloader

[back to top]

A command line tool for downloading 3D structures of small chemical molecules from http://zinc.docking.org.



Collect English Premier League Soccer Data

[back to top]

A command line tool to Collect Fantasy Soccer data from the Premier League.

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].