Posts

  • recommendable

    :+1::-1: A recommendation engine using Likes and Dislikes for your Ruby app

    Recommendable is a gem that allows you to quickly add a recommendation engine for Likes and Dislikes to your Ruby application using my version of [Jaccardian similarity and memory-based collaborative filtering][collaborative filtering].

    Tags: #ruby • redis • sidekiq

  • bugsnag-js

    Javascript error handling tool for Bugsnag. Monitor and report JavaScript bugs & errors.

    Automatically detect JavaScript errors in the browser, Node.js, React Native and Expo, with plugins for React, Vue, Angular, Express, Restify and Koa. Get cross-platform error detection for handled and unhandled errors with real-time error alerts and detailed diagnostic reports.

    Learn more about JavaScript error reporting and React Native error reporting from Bugsnag.


    This is a monorepo (managed with Lerna) containing our universal error reporting client @bugsnag/js, our Expo client @bugsnag/expo and our React Native client @bugsnag/react-native, along with:

    Etc. See packages for a full list of contents.

    Tags: #typescript • bugsnag • javascript

  • CNNGestureRecognizer

    Gesture recognition via CNN. Implemented in Keras + Tensorflow/Theano + OpenCV

    Gesture recognition via CNN neural network implemented in Keras + Theano + OpenCV

    Key Requirements: Python 3.6.1 OpenCV 3.4.1 Keras 2.0.2 Tensorflow 1.2.1 Theano 0.9.0 (obsolete and not supported any further)

    Suggestion: Better to download Anaconda as it will take care of most of the other packages and easier to setup a virtual workspace to work with multiple versions of key packages like python, opencv etc.

    Tags: #python • gesture-recognition • machine-learning

  • dev-tools

    The most popular software developer tools in one app.

    Tags: #java • javafx • javafx-application

  • Overmind

    AI for Screeps, a multiplayer programming strategy game


    Tags: #typescript • screeps • game

  • investpy

    Financial Data Extraction from Investing.com with Python

    To get this package working you will need to install it via pip (with a Python 3.6 version or higher) on the terminal by typing:

    $ pip install investpy

    Additionally, if you want to use the latest investpy version instead of the stable one, you can install it from source with the following command:

    $ pip install git+https://github.com/alvarobartt/investpy.git@master

    The master branch ensures the user that the most updated version will always be working and fully operative so as not to wait until the the stable release comes out (which eventually may take some time depending on the number of issues to solve).


    Tags: #python • investing-api • historical-data

  • tilesfx

    A JavaFX library containing tiles that can be used for dashboards.

    A JavaFX library containing tiles for Dashboards.

    Donations are welcome at Paypal

    Tags: #java • javafx • javafx-library

  • mlrose

    Python package for implementing a number of Machine Learning, Randomized Optimization and SEarch algorithms.

    mlrose is a Python package for applying some of the most common randomized optimization and search algorithms to a range of different optimization problems, over both discrete- and continuous-valued parameter spaces.

    Tags: #python

  • SimpleBluetoothLibrary

    Android library for simplifying bluetooth usage.

    This library makes it easy for you to implement bluetooth in your Android app. The SimpleBlueooth class handles all the hard work for you and all you have to do is make a few method calls.

    Tags: #java • android • bluetooth

  • rubygems

    Library packaging and distribution for Ruby.

    RubyGems is a package management framework for Ruby.

    A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file. We call these packages “gems” and RubyGems is a tool to install, create, manage and load these packages in your Ruby environment.

    RubyGems is also a client for RubyGems.org, a public repository of Gems that allows you to publish a Gem that can be shared and used by other developers. See our guide on publishing a Gem at guides.rubygems.org

    Tags: #ruby • rubygems • package-manager

subscribe via RSS