Posts
-
batchflow
BatchFlow helps you conveniently work with random or sequential batches of your data and define data processing and machine learning workflows even for datasets that do not fit into memory.
BatchFlowhelps you conveniently work with random or sequential batches of your data and define data processing and machine learning workflows even for datasets that do not fit into memory.For more details see the documentation and tutorials.
Main features:
- flexible batch generaton
- deterministic and stochastic pipelines
- datasets and pipelines joins and merges
- data processing actions
- flexible model configuration
- within batch parallelism
- batch prefetching
- ready to use ML models and proven NN architectures
- convenient layers and helper functions to build custom models
- a powerful research engine with parallel model training and extended experiment logging.
Tags: #python • python3 • data-science
-
android-beacon-library
Allows Android apps to interact with BLE beacons
It allows Android devices to use beacons much like iOS devices do. An app can request to get notifications when one or more beacons appear or disappear. An app can also request to get a ranging update from one or more beacons at a frequency of approximately 1Hz.
Tags: #java
-
pack
📦⚡️ Build your npm package using composable plugins. https://www.pika.dev/blog/introducing-pika-pack/
- Simple ⚡️ Use pre-configured plugins to build your package for you.
- Flexible 🏋️♀️ Choose plugins and optimizations to match your needs.
- Holistic ⚛️ Let us build the entire package… including package.json.
Tags: #javascript
-
gsn
GSN v2 - Ethereum Gas Station Network
GSN abstracts away gas to minimize onboarding & UX friction for dapps. With GSN, gasless clients can interact with Ethereum contracts without users needing ETH for transaction fees. The GSN is a decentralized system that improves dapp usability without sacrificing security.
Tags: #typescript
-
bitauth
Authenticate with web services utilizing the same strategy as Bitcoin.
BitAuth is a way to do secure, passwordless authentication using the cryptography in Bitcoin. Instead of using a shared secret, the client signs each request using a private key and the server checks to make sure the signature is valid and matches the public key.
Tags: #javascript
-
truly-ui
Truly-UI - Web Angular UI Components for Desktop Applications (Electron, NW, APP JS)
- ✨ Learn about it on the docs site
- 🚀 See it in action on Stackblitz
- 😎 Checkout the sample application
- 📖 Read the blog posts
- 📝 Learn about updates from the changelog
- 💬 Get to know the latest news first through slack
Tags: #typescript • angular • angular4
-
gl-transition-libs
libraries to run GL Transitions and source code of
- GLTransitions website, gallery and editor. ( alternative hosting: https://gl-transitions.surge.sh/ )
- gl-transitions repository, collection of gl transitions.
Tags: #javascript
-
OMR-Datasets
Collection of datasets used for Optical Music Recognition
This repository contains a collection of many datasets used for various Optical Music Recognition tasks, including staff-line detection and removal, training of Convolutional Neuronal Networks (CNNs) or validating existing systems by comparing your system with a known ground-truth.
Note that most datasets have been developed by researchers and using their dataset requires accepting a certain license and/or citing their respective publications, as indicated for each dataset. Most datasets link to the official website, where you can download the dataset.
Tags: #python • optical-music-recognition • music-scores
-
webpack-node-externals
Easily exclude node modules in Webpack
npm install webpack-node-externals --save-devIn your
webpack.config.js:var nodeExternals = require('webpack-node-externals'); ... module.exports = { ... target: 'node', // in order to ignore built-in modules like path, fs, etc. externals: [nodeExternals()], // in order to ignore all modules in node_modules folder ... };And that’s it. All node modules will no longer be bundled but will be left as
require('module').Tags: #javascript • webpack • node
-
elastomer-client
A library for interacting with Elasticsearch
Making a stupid simple Elasticsearch client so your project can be smarter!
Tags: #ruby
subscribe via RSS