MLOps tool for deploying machine learning projects to Kubernetes

bodywork-core Bodywork deploys machine learning projects developed in Python, to Kubernetes. It helps you: serve models as microservices execute batch jobs run reproducible pipelines On demand, or on a schedule. It automates repetitive DevOps tasks and frees machine learning engineers to focus on what they do best – solving data problems with machine learning. Where does Bodywork Fit? Bodywork is aimed at teams who want to deploy machine learning projects in containers. It will deliver your project’s Python modules directly […]

Read more

A Simple Guide to Metrics for Calculating String Similarity

Introduction One of the applications of Natural Language Processing is auto-correction and spellings checks. All of us have encountered this that if we type an incorrect or typo in the Google search engine, then the engine automatically corrects it and suggests the right word in its place. How does the engine do that? How does it know what word we wanted to write or ask? That is what we will be covering in this article. The methods available to check […]

Read more

Role of Machine Learning in Natural Language Processing

Introduction Machine Learning and Natural Language Processing are important subfields of Artificial Intelligence that have gained prominence in recent times. Machine Learning and Natural Language Processing play a very important part in making an artificial agent into an artificial ‘intelligent’ agent. An Artificially Intelligent system can accept better information from the environment and can act on the environment in a user-friendly manner because of the advancement in Natural Language Processing. Similarly, an Artificially Intelligent System can process the received information […]

Read more

A General Framework for SO(3)-Equivariant Networks

Vector Neurons We introduce a general framework built on top of what we call Vector Neurons for creating SO(3) equivariant neural networks. Extending neurons from single scalars to 3D vectors, our vector neurons transport SO(3) actions to latent spaces and provide a framework for building equivariance in common neural operations including linear layers, non-linearities, pooling, and normalization. Created by Congyue Deng, Or Litany, Yueqi Duan, Adrien Poulenard, Andrea Tagliasacchi, and Leonidas Guibas. Overview vnn is the author’s implementation of Vector […]

Read more

The primary interface for using dataTap’s rich data management tools

datatap-python The dataTap Python library is the primary interface for using dataTap’s rich data management tools. Create datasets, stream annotations, and analyze model performance all with one library. Features [x] ⚡ Begin training instantly [x] 🔥 Works with all major ML frameworks (Pytorch, TensorFlow, etc.) [x] 🛰️ Real-time streaming to avoid large dataset downloads [x] 🌐 Universal data format for simple data exchange [x] 🎨 Combine data from multiples sources into a single dataset easily [x] 🧮 Rich ML utilities […]

Read more

Image scene graph generation benchmark

Scene Graph Benchmark in PyTorch 1.4 This project aims at providing the necessary building blocks for easily creating detection and segmentation models using PyTorch 1.0. Highlights Upgrad to pytorch 1.4 (can also upgrade to 1.7) Multi-GPU training and inference Batched inference: can perform inference using multiple images per batch per GPU. Fast and flexible tsv dataset format Remove FasterRCNN detector dependency: during relation head training, can plugin bounding boxes from any detector. Provides pre-trained models for different scene graph detection […]

Read more

Keep a local mirror of Strava activities for further analysis/processing

strava-offline strava-offline is a tool to keep a local mirror of Strava activities for further analysis/processing: synchronizes metadata about your bikes and activities to an SQLitedatabase downloads all your activities as GPX (and supports not downloading bulkexported activities again) Example of what you can do with the data: Installation Using pipx: pipx ensurepath pipx install git+https://github.com/liskin/strava-offline To keep a local git clone around: git clone https://github.com/liskin/strava-offline make -C strava-offline pipx Alternatively, if you don’t need the isolated virtualenv that pipxprovides, […]

Read more

The diagramming widget library for Python

Gaphas Gaphas is the diagramming widget library for Python. Gaphas is a library that provides the user interface component (widget) for drawing diagrams. Diagrams can be drawn to screen and then easily exported to a variety of formats, including SVG and PDF. Want to build an app with chart-like diagrams? Then Gaphas is for you! Use this library to build a tree, network, flowchart, or other diagrams. This library is currently being used by Gaphor for UML drawing, RAFCON for […]

Read more

An open-source Python library for the analysis of network-based spatial data

spaghetti Spaghetti is an open-source Python library for the analysis of network-based spatial data. Originating from the network module in PySAL (Python Spatial Analysis Library), it is under active development for the inclusion of newly proposed methods for building graph-theoretic networks and the analysis of network events. An example of a network’s minimum spanning tree: Examples The following are a selection of some examples that can be launched individually as interactive binders from the links on their respective pages. Additional […]

Read more

A Python wrapper for ngrok

pyngrok pyngrok is a Python wrapper for ngrok that manages its own binary and puts it on your path, making ngrok readily available from anywhere on the command line and via a convenient Python API. ngrok is a reverse proxy tool that opens secure tunnels from public URLs to localhost, perfect for exposing local web servers, building webhook integrations, enabling SSH access, testing chatbots, demoing from your own machine, and more, and its made even more powerful with native Python […]

Read more
1 5 6 7 8 9 23