Posts

ChatGPT Telegram Bot

ChatGPT Telegram Bot

0
This is a Telegram bot that lets you chat with the chatGPT language model using your local browser. The bot uses Playwright to run chatGPT in Chromium, and can parse code and text, as well as send messages. It also includes a /draw command that allows you to generate pictures using stable diffusion. More features are coming soon. Link
Diagram as Code

Diagram as Code

0
Diagrams lets you draw the cloud system architecture in Python code. It was born for prototyping a new system architecture without any design tools. You can also describe or visualize the existing system architecture as well. Diagram as Code allows you to track the architecture diagram changes in any version control system. Link
Facets Overview and Facets Dive

Facets Overview and Facets Dive

0
The facets project contains two visualizations for understanding and analyzing machine learning datasets: Facets Overview and Facets Dive. Link
GEOTORCH A Deep Learning and Scalable Data Processing Framework for Raster and Spatio-Temporal Datasets

GEOTORCH A Deep Learning and Scalable Data Processing Framework for Raster and Spatio-Temporal Datasets

0
GeoTorch is a python library on top of PyTorch and Apache Sedona for deep learning and scalable data processing focusing on raster imagery and spatio-temporal non-imagery datasets. It has various modules for deep learning and data preprocessing under both categories of datasets. The deep learning module offers ready-to-use datasets, models, and [Link]{https://kanchanchy.github.io/geotorch/}
OpenMetricLearning

OpenMetricLearning

0
This post is related to the recent release of a new open-source project called OpenMetricLearning (OML), and one of its goals is to lower the entry threshold for metric learning pipelines. We will briefly introduce the theory, discuss the examples in code and show how simple heuristics can perform on a level comparable with the current SotA. Since the project is new, each star on GitHub is essential for us.
Probabilistic Time Series Forecasting with Transformers

Probabilistic Time Series Forecasting with Transformers

0
Time series forecasting is an essential scientific and business problem and as such has also seen a lot of innovation recently with the use of deep learning based models in addition to the classical methods. An important difference between classical methods like ARIMA and novel deep learning methods is the following. Link
Ray AI Runtime (AIR)

Ray AI Runtime (AIR)

0
Ray AI Runtime (AIR) is an open-source toolkit for building ML applications. It provides libraries for distributed data processing, model training, tuning, reinforcement learning, model serving, and more. Link
This Not That (TNT)

This Not That (TNT)

0
This Not That is a suite of tools for working with, exploring, and interacting with “data maps”. A data map is a two (or three) dimensional representation of higher dimensional vector space data, usually produced by UMAP, t_SNE, or another manifold learning technique. Link