惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
S
SegmentFault 最新的问题
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
阮一峰的网络日志
阮一峰的网络日志
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
博客园 - 【当耐特】
Recent Announcements
Recent Announcements
I
InfoQ
U
Unit 42
博客园_首页
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
罗磊的独立博客
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
DataBreaches.Net
aimingoo的专栏
aimingoo的专栏
月光博客
月光博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 聂微东
T
Tailwind CSS Blog
量子位

Kenneth Friedman

Alan Kay Answers MIT Scheme on Apple Silicon (M1 Mac) Introducing, Toski Marginal Notes MIT: Second Year Masters Oh The Places I've Been The 2034 Website Open With Sublime Real and Spectacular
Introducing, Scribr
Kenneth Friedman · 2019-01-30 · via Kenneth Friedman

Video Synthesis for your Busy Life

At HackMIT 2018, three friends and I made a project called Scribr, and we won the largest cash prize at the hackathon. We call it Scribr. Scribr automatically simplifies videos for you. As a user, you upload a video of any length, and Scribr takes your video and returns a shorter version of the video with just the "highlights." It's a simple solution to a straightforward problem: videos are often too long, and it would be nice to have a quick summary of the video when you're short on time.

The obvious question is: how does Scribr decide what parts are the highlights? It decides by the audio. We first run the audio through Rev's text-to-speech system. Rev's system has automatic punctuation, which means it returns not just each spoken word, but also the periods at the ends of sentences. This enables us to split up the video at the sentence level. Then, with a list of sentences in hand, we rank the importance of each sentence using a basic NLP algorithm. Next, we take the sentences with the highest importance rank, and get the timestamps of when those sentences were said in the video. We then cut the video at beginning and ends of each time step. And finally, we return a single video to the user, with all of the important sentences stitched together.

You can find read more of the tech details — and see a demo — on the Scribr project page.

Scribr was created by Cowboy Lynk, Ike Urquhart, Nikhil Punwaney, and myself.

We had some fun.

Photos all around

We did some serious work here.

Photos all around

Photos all around

Learn more about the project here.