zeonn's Stars
open-guides/og-aws
📙 Amazon Web Services — a practical guide
luanfujun/deep-painterly-harmonization
Code and data for paper "Deep Painterly Harmonization": https://arxiv.org/abs/1804.03189
SeldonIO/seldon-core
An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
constverum/ProxyBroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS :performing_arts:
scrapy/scrapyd
A service daemon to run Scrapy spiders
stefanprodan/swarmprom
Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager
sunainapai/makesite
Simple, lightweight, and magic-free static site/blog generator for Python coders
aerkalov/ebooklib
Python E-book library for handling books in EPUB2/EPUB3 format -
madisonmay/CommonRegex
A collection of common regular expressions bundled with an easy to use interface.
mattes/rotating-proxy
Rotating TOR proxy with Docker
holgerd77/django-dynamic-scraper
Creating Scrapy scrapers via the Django admin interface
elastic/ember
Elastic Malware Benchmark for Empowering Researchers
goose3/goose3
A Python 3 compatible version of goose http://goose3.readthedocs.io/en/latest/index.html
matsui528/faiss_tips
Some useful tips for faiss
JonasProgrammer/docker-machine-driver-hetzner
Docker machine driver for the new hetzner cloud API
graup/flask-restless-security
Concise skeleton for development of Flask, Flask-Restless, SQLAlchemy, JWT based REST APIs.
kirsle/flask-multi-upload
Simple demo of an HTML5 multi-uploader with Python/Flask.
stefanprodan/mongo-swarm
Bootstrapping MongoDB sharded clusters on Docker Swarm
coady/lupyne
Pythonic search engine based on PyLucene.
parallel-execute/parallel-execute
python wrappers for easy multiprocessing and threading
smartsdk/mongo-rs-controller-swarm
This repository provide a dockerized controller for a Mongo db replica-set deployed using a Docker Swarm
agilgur5/django-serializable-model
Django classes to make your models, managers, and querysets serializable, with built-in support for related objects in ~150 LoC
polly-morphism/PolynomialKernel
Very basic implementation of polynomial Kernel algorithm with python3 for normalized training data.
polly-morphism/ImageCompression
Principal component analysis (PCA) - orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components. Here you can find a basic implementation of it with python