Posts

  • object-detection-opencv

    YOLO Object detection with OpenCV and Python.

    OpenCV dnn module supports running inference on pre-trained deep learning models from popular frameworks like Caffe, Torch and TensorFlow.

    When it comes to object detection, popular detection frameworks are

    • YOLO
    • SSD
    • Faster R-CNN

    Support for running YOLO/DarkNet has been added to OpenCV dnn module recently.

    Tags: #python • object-detection • opencv

  • vimdeck

    VIM as a presentation tool

    VIM as a presentation tool

    Tags: #ruby

  • half-pipe

    The Rails asset pipeline replacement for picky front-end developers

    This initial release assumes you have been using Grunt in non-Rails apps and would like to start using it in Rails as well. It uses Bower for dependency management, RequireJS for JavaScript modules and Sass for CSS. If you use alternatives to these tools, we’d love to [hear from you][issue].

    Tags: #ruby

  • CrowdtiltOpen

    Open source crowdfunding platform -

    Launch your own advanced crowdfunding page.


    Tags: #ruby

  • rapyd-laravel

    rapyd: crud widgets for laravel. datatable, grids, forms, in a simple package

    require the package in your Laravel
    $ composer require zofe/rapyd

    then publish assets:
    $ php artisan vendor:publish

    note: for Laravel <=5.4 you need to add the provider in your config/app.php:

    Zofe\Rapyd\RapydServiceProvider::class

    Tags: #php

  • tfs

    Microsoft TFS API Python client

    Microsoft Team Foundation Server Python Library is a Microsoft TFS API Python client that can work with Microsoft TFS workflow and workitems.

    Read full documentation: https://devopshq.github.io/tfs/

    Tags: #python • devopshq • tfs

  • GeneticAlgorithmPython

    Build the Genetic Algorithm Implementation in Python 3 using NumPy

    This project is part of PyGAD which is an open-source Python 3 library for building the genetic algorithm and optimizing machine learning algorithms.

    Check documentation of the GeneticAlgorithmPython project in the PyGAD’s documentation: https://pygad.readthedocs.io/en/latest/README_pygad_ReadTheDocs.html

    PyGAD supports different types of crossover, mutation, and parent selection. PyGAD allows different types of problems to be optimized using the genetic algorithm by customizing the fitness function.

    The library is under active development and more features are added regularly. If you want a feature to be supported, please check the Contact Us section to send a request.

    Tags: #python • genetic-algorithm • optimization

  • numbers.js

    Advanced Mathematics Library for Node.js and JavaScript

    Numbers - an advanced mathematics toolkit for JavaScript and Node.js.

    Tags: #javascript

  • redlock-rb

    Redlock is a redis-based distributed lock implementation in Ruby

    Distributed locks are a very useful primitive in many environments where different processes require to operate with shared resources in a mutually exclusive way.

    There are a number of libraries and blog posts describing how to implement a DLM (Distributed Lock Manager) with Redis, but every library uses a different approach, and many use a simple approach with lower guarantees compared to what can be achieved with slightly more complex designs.

    This is an implementation of a proposed distributed lock algorithm with Redis. It started as a fork from antirez implementation.

    Tags: #ruby • redis • lock

  • tensorflow_object_counting_api

    🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!

    The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems. Please contact if you need professional object detection & tracking & counting project with the super high accuracy.

    Tags: #python • object-detection • object-counting

subscribe via RSS