PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
From pixels to information with Document AI

We’re seeing successively difficult problems getting solved thanks to machine learning (ML) models. In this article, you’ll see An overview of Document AI, Practical and visual examples and A document processing demo (source code included)

https://github.com/GoogleCloudPlatform/document-ai-samples/blob/main/web-app-pix2info-python/README.md
AgentChain

AgentChain uses Large Language Models (LLMs) for planning and orchestrating multiple Agents or Large Models (LMs) for accomplishing sophisticated tasks. AgentChain is fully multimodal: it accepts text, image, audio, tabular data as input and output.

https://github.com/jina-ai/agentchain
OpenChatKit

OpenChatKit provides a powerful, open-source base to create both specialized and general purpose chatbots for various applications. The kit includes an instruction-tuned 20 billion parameter language model, a 6 billion parameter moderation model, and an extensible retrieval system for including up-to-date responses from custom repositories.

https://github.com/togethercomputer/OpenChatKit
visual-chatgpt

Visual ChatGPT connects ChatGPT and a series of Visual Foundation Models to enable sending and receiving images during chatting.

https://github.com/microsoft/visual-chatgpt
Sync or Async? Unpacking the Mysteries of Django Signals

Django signals provide a powerful way to trigger actions when specific events occur, but are they asynchronous or synchronous? In this article, we'll explore the answer to this question and discuss the pros and cons of using Django signals in your web applications.

https://www.mattlayman.com/blog/2023/django-signals-async/
How to Generate Images Using the OpenAI API and DALL·E 2 in Python

In this tutorial, you'll learn how to use OpenAI's API with Python to generate, edit, and vary images using natural language prompts.

https://www.makeuseof.com/generate-images-using-openai-api-dalle-python/
Python and SLSA

Supply chain Layers for Software Artifacts (SLSA) is a framework of tools to generate and verify provenance for software artifacts. In the Python ecosystem there are two main types of software artifacts: wheels and source distributions. How can we use the SLSA framework to generate and verify the provenance of Python artifacts?

https://sethmlarson.dev/python-and-slsa