Search results

According to the tag python, the following results have been found:

Keywording stock images using OpenAI's Batch API

Image attribution is a mandatory step in preparing them for sale on stock photo sites. Each work must have a title, description, keywords, and all of this in English.

Review of the recently released Evo model for genomic data analysis

Let's imagine that you are a novice or experienced bioinformatician, or a mere mortal who wants to delve into the analysis of biological data. Spoiler: bioinformaticians are also mortal! Often, not everyone has enough valuable time to check huge sequences of genomic data, whether it is searching for various mutations or predicting protein structures based on amino acid sequences.

Generation of augmented extraction: from theory to implementation of LangChain

From the theory of the original academic paper to its implementation in Python with OpenAI, Weaviate, and LangChain

Best backend frameworks for web development in 2024

Frameworks simplify development, eliminate chaos, and set clear boundaries when creating an application.

Practice: my experience of integrating more than 50 neural networks into one project

The article is based on a year and a half of work on implementing neural networks in an open-source web application. It contains practical life hacks for solving real problems and overcoming difficulties faced by developers.

FlexiPrompt: Convenient creation of dynamic prompts in Python

This article will be useful for Python developers working with language models.

Built-in security mechanisms of Python frameworks

When conducting software development process audits, we often hear that functionality is implemented in the framework, and this may raise questions from security personnel.

Topology in neural networks?

This is all we needed.

Migration from Juniper SRX firewall to PaloAlto using python

PaloAlto has a special migration tool called Expedition. It can convert configuration files from various firewalls to PaloAlto. But its source code is closed, you will not be able to understand its logic, and it will no longer be supported in 2025.

About Raspberry Pi for dummies like me. And what does SONY have to do with AI?

Recently, news about Raspberry has been coming out with enviable regularity. For example, the bot in which I follow news about technology and artificial intelligence for my blog has been issuing news about Raspberry every day for the past two weeks, which has never happened before. And all this in the AI theme.

Setting up Linux for training models with GPU

Setting up a Linux PC for training models on GPU. The article provides links to scripts written to simplify the process of setting up a GPU PC on Linux for training machine learning models. The scripts and setup are divided into three key stages: setting up remote access using ssh/vnc/rdp, installing Nvidia drivers and CUDA for working with GPU, and configuring development tools such as Docker and Jupyter. The scripts can help with installation issues or serve as a basis for improvements/changes to quickly prepare a home lab for work.

Echo Digest: Linus Torvalds' timeless advice

Sam Altman released a note on the future of AI; Mikron developed the first domestic UHF chip for RFID tags with a reading range of up to 14 meters; The ten most promising semiconductor startups of 2024; And much more.

Detection of DGA domains or a test task for the position of intern ML-engineer

In this article, we will consider a simple task that is used by one company as a test task for interns for the position of ML-engineer.

Echo Digest: advantages and disadvantages of o1-mini compared to Sonnet 3.5

Prompt for the "God of Automation"; Russian company "Module" presented a high-performance computing module NM Quad; Demonstration of the process of hacking and gaining access to the debug menus of the first three generations of Winegard satellite TV antennas; and much more.

Echo Digest: from Russian laptops to remote surgery

Overview of the latest achievements in technology: Russian laptops on Elbrus, breakthroughs in telemedicine, innovations in ADHD treatment, and AI development in various industries.

Arbitrary File Write

The world of vulnerabilities is quite diverse. Usually, hackers try to achieve their goals using arbitrary code execution vulnerabilities, the very abbreviation RCE. But in practice, often to execute their code, it is first necessary to write to the desired file. And here another type of vulnerability comes to our aid - Arbitrary File Write. These are arbitrary file write vulnerabilities. They can become a powerful tool in the hands of an attacker, for example, when attacking a website or escalating privileges in an OS. Also, AFW can be used in the implementation of remote code execution attacks.

The Holy War of Programming Languages or the Experience of an Unsuccessful Move from Python to Golang

What prompted me to switch to Golang? At that time, I was using Python version 2.7.9 — this was around 2017. Then Python 3 was released. It turned out that despite many promises that everything would now work out of the box, wild conflicts began when switching from 2.7 to the new third version. I was a bit disappointed and started looking for something else interesting to work with networks.

SolriXML: Rays of light in the dark forest of XML data

In this article, I will tell you how SolriXML automates the processing of XML files, transforming complex data structures into user-friendly formats. When it comes to huge volumes of XML data, processing efficiency becomes a key success factor in the world of e-commerce.