


Alibaba Cloud launches 'Tongyi Listening', a large model-based work and learning AI assistant: intelligent recording summary, real-time translation
News on June 1st, the 2023 Alibaba Cloud Summit Guangdong-Hong Kong-Macao Greater Bay Area was held in Guangzhou today. Alibaba Cloud Intelligence Chief Technology Officer Zhou Jingren announced the launch of the latest product of the Tongyi family - the work and study AI assistant "Tongyi Tingwu" , which relies on large models and can be used in scenarios such as conference discussions, teaching and training, research interviews, and video viewing.
According to the official introduction, Tongyi Tingwu is connected to the understanding and summarization capabilities of the Tongyi Qianwen large model, and can become a powerful AI assistant for users in work and study, helping Efficiently complete the transcription, retrieval, summary and organization of audio and video content anytime and anywhere, such as using large models to automatically take notes, organize interviews, extract PPT, etc. During the public beta period, users can receive more than 100 hours of free transcription time.
Zhou Jingren introduced that Tongyi Listening can provide a brand-new audio and video experience. In terms of real-time dialogue, it can record, multi-language translation, speech summary, and question review in real time; in terms of video experience, Tongyi Listening supports cloud disk import and local upload, chapter quick overview, full text summary, etc.
According to the on-site demonstration, Tingwu integrates more than ten AI functions, which can comprehensively improve the efficiency of transforming knowledge from audio and video to graphic and text forms. In addition to "good hearing", it can generate meeting records with high accuracy and distinguish different speakers. This AI assistant is also "extremely perceptive". The large model can divide audio and video into chapters in one second and form summary, summary and full text of each speaker. Points of view, organization of focus and to-do items. In the near future, large-scale models will be launched with multiple functions such as one-click extraction of PPT, asking AI questions about various audio and video contents, and summarizing specific paragraphs.
According to reports, Tongyi Tingwu will begin its official public beta test on June 1, and users can visit the official website tingwu.aliyun.com
IT House learned from the official website of Tongyi Tingwu that Tongyi Tingwu supports real-time transcription and audio and video conversion in scenarios such as meetings, courses, interviews, training, etc., intelligently generates summaries, and real-time translation to break cross-language communication. obstacle. Tongyi Listening not only supports quick marking of key information, but also can easily export recognition results and notes to local or Alibaba Cloud disks, thereby improving the efficiency of knowledge management.
Official introduction to the core competencies of Tongyi Listening and Comprehension:
Real-time voice transcription, generating intelligent records, search and positioning to help efficient review
- Enable real-time recording, complete Precipitate communication content, generate records accurately and quickly, and play corresponding sounds and words
- Support independent search for keywords, accurately locate core information, and easily review the key points of the conversation
File transcription, uploading massive files at the same time, helping you save time and effort
- Quickly upload audio and video files such as meetings, studies, interviews, etc., 50 files can be uploaded at the same time A local file, or you can upload a file in Alibaba Cloud Disk
- Supports automatic differentiation of speakers, and the transcription results are automatically saved in "My Records" for easy viewing and review at any time
Real-time translation, supports Chinese-English translation, smooth cross-language collaboration
- After the real-time transcription and completion, Supports one-click translation between Chinese and English, breaking language barriers and easily achieving barrier-free communication
Quickly mark, highlight key points, questions, and to-do items, and key information is clear at a glance
- Supports highlighting of key points, questions, and to-do items, supports filtering and batch excerpts, and makes review and organization clearer
Easy export, rich content for you to choose, various formats for you to choose
- Support Download the original text, notes, audio and video and translation, and export the required content with one click
- Multiple download document formats: support word, pdf and srt subtitle file export
The above is the detailed content of Alibaba Cloud launches 'Tongyi Listening', a large model-based work and learning AI assistant: intelligent recording summary, real-time translation. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



When managing WordPress websites, you often encounter complex operations such as installation, update, and multi-site conversion. These operations are not only time-consuming, but also prone to errors, causing the website to be paralyzed. Combining the WP-CLI core command with Composer can greatly simplify these tasks, improve efficiency and reliability. This article will introduce how to use Composer to solve these problems and improve the convenience of WordPress management.

When developing a project that requires parsing SQL statements, I encountered a tricky problem: how to efficiently parse MySQL's SQL statements and extract the key information. After trying many methods, I found that the greenlion/php-sql-parser library can perfectly solve my needs.

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

I'm having a tricky problem when developing a front-end project: I need to manually add a browser prefix to the CSS properties to ensure compatibility. This is not only time consuming, but also error-prone. After some exploration, I discovered the padaliyajay/php-autoprefixer library, which easily solved my troubles with Composer.

When developing PHP projects, ensuring code coverage is an important part of ensuring code quality. However, when I was using TravisCI for continuous integration, I encountered a problem: the test coverage report was not uploaded to the Coveralls platform, resulting in the inability to monitor and improve code coverage. After some exploration, I found the tool php-coveralls, which not only solved my problem, but also greatly simplified the configuration process.

I'm having a serious problem when dealing with a PHP project: There is a security vulnerability in phar://stream processing, which can lead to the execution of malicious code. After some research and trial, I found an effective solution - using the typo3/phar-stream-wrapper library. This library not only solves my security issues, but also provides a flexible interceptor mechanism, making managing phar files more secure and controllable.

When developing a Geographic Information System (GIS), I encountered a difficult problem: how to efficiently handle various geographic data formats such as WKT, WKB, GeoJSON, etc. in PHP. I've tried multiple methods, but none of them can effectively solve the conversion and operational issues between these formats. Finally, I found the GeoPHP library, which easily integrates through Composer, and it completely solved my troubles.

During Laravel development, it is often necessary to add virtual columns to the model to handle complex data logic. However, adding virtual columns directly into the model can lead to complexity of database migration and maintenance. After I encountered this problem in my project, I successfully solved this problem by using the stancl/virtualcolumn library. This library not only simplifies the management of virtual columns, but also improves the maintainability and efficiency of the code.
