Benchmarks of how well different two dimensional spaces work for clustering algorithms

Benchmarks of how well different two dimensional spaces work for clustering algorithms This may be useful for guiding anyone optimizing using clustering for data science or machine learning problems. It also could be used to make cool animations. Benchmarking is done by putting different numbers of points in the space, letting them repel each other for long enough to achieve equilibrium, and measuring how close they get to everything being equidistant. To get metrics run benchmark.py from the command line. […]

Read more

A simple content site framework that harnesses the power of Django without the hassle

A simple content site framework that harnesses the power of Django without the hassle. Features Can be a standalone static site or added to INSTALLED_APPS to integrate into an existing Django site Renders markdown files automatically Can use data from JSON files in templates and content All the power of Django templates, template tags, and filters Can include other Django apps Build HTML output for a true static site (coming soon) Still a little experimental. 😉 Install Create a standalone […]

Read more

API for detecting objects in images and video streams using Tensorflow

Dedicated Open Object Detection Service – Yes, it’s a backronym… DOODS is a REST service that detects objects in images or video streams. It’s designed to be very easy to use, run as a container and available remotely.It also supports GPUs and EdgeTPU hardware acceleration. DOODS2 is a rewrite of DOODS in Python. It supports the exact sameREST api endpoints as the original DOODS but it also includes endpoints for handling streaming feeds with realtimefeedback as annotated video and websocket […]

Read more

Calculate the layout on the wall to hang up pictures

Calculate the layout on the wall to hang up pictures. Installation pip install git+https://github.com/trbznk/wallc.git Getting Started Currently a picture has 4 different parameters: Use the wallc module to initialize the wall and all planned pictures with certain parameters: from wallc import Picture, Suspension, Wall, Layout p1 = Picture(800, 600, Suspension(600, 100)) p2 =

Read more

Centauro – a command line tool with some network management functionality

Ferramenta de rede O Centauro é uma ferramenta de linha de comando com algumas funcionalidades de gerenciamento de rede, tais como: Apesar de ser desenvolvido especialmente para o Windows, que tem problemas em encontrar ferramentas do tipo para download, tenho tentado deixar compatível com o Linux. Por favor comunique qualquer bug encontrado ou mande um pull request com a correção. Toda ajuda é bem-vinda! Scanner de portas TCP; Descoberta de hosts;No prompt de comando, use passe o argumento –help para […]

Read more

Minecraft Launcher for Raspberry Pi computers

Minecraft Launcher for Raspberry Pi computers. Things that work: Mojang accounts Microsoft accounts All versions from 1.5 to 1.18, excluding snaphots (Actually all the snapshots from 1.13 and above work, just not from 1.12 and blow) Forge. Every single forge version should work as well Things that dont work: Optifine (The standalone launcher, not the forge mod) Fabric (and all its included mods) Other non Forge/Fabric mod loaders and their mods Standalone mods (eg LabyMod) A settings menu (You cant […]

Read more

Build a Social Network With Django – Part 1

In this four-part tutorial series, you’ll build a social network with Django that you can showcase in your portfolio. This project will strengthen your understanding of relationships between Django models and show you how to use forms so that users can interact with your app and with each other. You’ll also learn how to make your site look good by using the Bulma CSS framework. After finishing the first part of this series, you’ll move on to the second part, […]

Read more
1 44 45 46 47 48 49