All Projects → ShopRunner → wildebeest

ShopRunner / wildebeest

Licence: BSD-3-Clause license
File processing pipelines

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
shell
77523 projects

Projects that are alternatives of or similar to wildebeest

schrutepy
The Entire Transcript from the Office in Tidy Format
Stars: ✭ 22 (-74.42%)
Mutual labels:  datascience
CV
📜 My Data Driven CV written with R, YAML, & LaTeX
Stars: ✭ 54 (-37.21%)
Mutual labels:  cv
comet-for-mlflow
Comet-For-MLFlow Extension
Stars: ✭ 48 (-44.19%)
Mutual labels:  datascience
assigner
Population assignment analysis using R
Stars: ✭ 17 (-80.23%)
Mutual labels:  datascience
ytpriv
YT metadata exporter
Stars: ✭ 28 (-67.44%)
Mutual labels:  datascience
Frontend-Learning-Journey
Tutorials, definitions, frameworks and some of the projects i made when starting to learn frontend web developement
Stars: ✭ 28 (-67.44%)
Mutual labels:  cv
vue-modern-resume
🗂 A simple resume template based on Vue.js framework and Vuetify UI toolkit.
Stars: ✭ 104 (+20.93%)
Mutual labels:  cv
data science portfolio
Portfolio of data science projects completed by me for academic, self learning, and hobby purposes.
Stars: ✭ 51 (-40.7%)
Mutual labels:  datascience
dku-kaggle-class
단국대 SW중심대학 2020년도 오픈소스SW설계 - 캐글뽀개기 수업 일정 및 강의자료
Stars: ✭ 48 (-44.19%)
Mutual labels:  datascience
mlops-case-study
MLOps Case Study
Stars: ✭ 23 (-73.26%)
Mutual labels:  datascience
blogpost codes
Repo of my blogpost articles codes
Stars: ✭ 41 (-52.33%)
Mutual labels:  datascience
myCV
my CV made with compile-latex
Stars: ✭ 24 (-72.09%)
Mutual labels:  cv
biteydown
Convert your curriculum vitae in markdown syntax to HTML or PDF file.
Stars: ✭ 36 (-58.14%)
Mutual labels:  cv
ML-DS-Guide
Complied Resources for learning Machine Learning & Data Science
Stars: ✭ 42 (-51.16%)
Mutual labels:  datascience
bayarea-2019-scikit-sprint
Bay Area WiMLDS scikit-learn open source sprint (Nov 2, 2019)
Stars: ✭ 16 (-81.4%)
Mutual labels:  datascience
TensorRT CV
🚀🚀🚀NVIDIA TensorRT 加速推断教程!
Stars: ✭ 125 (+45.35%)
Mutual labels:  cv
Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (-68.6%)
Mutual labels:  datascience
WikiChron
Data visualization tool for wikis evolution
Stars: ✭ 19 (-77.91%)
Mutual labels:  datascience
DGFraud-TF2
A Deep Graph-based Toolbox for Fraud Detection in TensorFlow 2.X
Stars: ✭ 84 (-2.33%)
Mutual labels:  datascience
DIoU YOLO V3
📈📈📈【口罩佩戴检测数据训练 | 开源口罩检测数据集和预训练模型】Train D/CIoU_YOLO_V3 by darknet for object detection
Stars: ✭ 53 (-38.37%)
Mutual labels:  cv

Wildebeest

PyPI version codecov Workflows Passing Documentation Status

wildebeest stampede

Wildebeest is a file processing framework. It is designed for IO-bound workflows that involve reading files into memory, processing their contents, and writing out the results. It makes running those workflows faster and more reliable by parallelizing across files, handling errors, making it easy to skip files that have already been processed, and keeping organized records of what was done.

Wildebeest was developed for deep learning computer vision projects, so in addition to the general framework it also provides predefined components for image processing. However, it can be used for any project that involves processing data from many sources.

See the docs for more details.

Wildebeest was known as Creevey until version 3.0.0.

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