Привет! Меня зовут Денис, я ведущий Golang-разработчик в МТС Диджитал. Еще год назад я работал экспертом по запуску новых сервисов и услуг в Корпоративном центре МТС и параллельно заканчивал курс «Продвинутый Go‑разработчик» от Практикума.В этой статье я расскажу, как начал программировать на Python и зачем мне понадобился Go, как и чему я учился и почему теперь посматриваю на Rust. Начну с моего пути в разработчики, но если вам не интересна эта часть, смело листайте в середину — там много пол…
Привет, Хабр! Меня зовут Александр Лырчиков, я разрабатываю систему хранения данных TATLIN.UNIFIED в YADRO. СХД — сложная система, и, если при работе произошла ошибка, она должна своевременно и понятно сообщать пользователю об этом. В большинстве веб-сервисов для этого используют баннер с надписью «Что-то пошло не так», но такой способ уведомления нам не подходит. Мы столкнулись с проблемой, когда переданных сообщений и HTTP-кодов уже не хватает. Поэтому разработали собственный инструмент для о…
Данная история началась с того, что как-то коллега скинула в телеграмм чат команды пример (на Go)type field struct { name string } func (p *field) print() { fmt.Println(p.name) } func main() { data := []field{{"one"},{"two"},{"three"}} for _,v := range data { go v.print() } time.Sleep(3 * time.Second) // горутины выводят: three, three, three } и попросила объяснить, почему если поменять массив структур на массив указателей на струк…
Official Pytorch implementation of StreamV2V.StreamV2V English | 中文 | 日本語 Looking Backward: Streaming Video-to-Video Translation with Feature Banks Feng Liang, Akio Kodaira, Chenfeng Xu, Masayoshi Tomizuka, Kurt Keutzer, Diana Marculescu Highlight Our StreamV2V could perform real-time video-2-video translation on one RTX 4090 GPU. Check the video and try it by youself! For functionality, our StreamV2V supports face swap (e.g., to Elon Musk or Will Smith) and video stylization (e.g., to Cla…
FinRobot: An Open-Source AI Agent Platform for Financial Applications using LLMs 🚀 🚀 🚀 FinRobot: An Open-Source AI Agent Platform for Financial Applications using Large Language Models FinRobot is an AI Agent Platform that transcends the scope of FinGPT, representing a comprehensive solution meticulously designed for financial applications. It integrates a diverse array of AI technologies, extending beyond mere language models. This expansive vision highlights the platform's versa…
MusePose: a Pose-Driven Image-to-Video Framework for Virtual Human GenerationMusePose MusePose: a Pose-Driven Image-to-Video Framework for Virtual Human Generation. Zhengyan Tong, Chao Li, Zhaokang Chen, Bin Wu†, Wenjiang Zhou (†Corresponding Author, benbinwu@tencent.com) Lyra Lab, Tencent Music Entertainment github huggingface space (comming soon) Project (comming soon) Technical report (comming soon) MusePose is an image-to-video generation framework for virtual human under contro…
Ai Chatbot that acts like a sales repLicense This project is licensed for educational use only. For commercial use, a license must be purchased. You can obtain the license here: Code License. Usage Guidelines Here are a few examples of how you can and cannot use the code: To learn? ✅ To build a portfolio? ✅ To get a job? ✅ To run as a business? ❌ To run as a SaaS? ❌ Any form of income through the code? ❌ To resell? ❌ To create content? ❌ To claim as your own? ❌ These are just a few examples, …
Elixir client libraries for accessing Google APIs.GoogleApis This repository contains all the client libraries to interact with Google APIs. These client libraries are created under clients/ and each should contain its own README. The main folder contains the code necessary to generate these client libraries. NOTE: These generated clients are under development and should be considered experimental! Usage Installation All available Google API clients can be found on hex.pm. Add a client to your …
V-Express aims to generate a talking head video under the control of a reference image, an audio, and a sequence of V-Kps images.V-Express: Conditional Dropout for Progressive Training of Portrait Video Generation Introduction In the field of portrait video generation, the use of single images to generate portrait videos has become increasingly prevalent. A common approach involves leveraging generative models to enhance adapters for controlled generation. However, control signals can vary…