Coder Social home page Coder Social logo

dotaadarsh / youtxt Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 2.0 2.3 MB

App that convert any YouTube video to text. Created for Learn Build Teach Hackathon 2022

Home Page: https://youtxt.streamlitapp.com/

Python 100.00%
deepgram openai streamlit youtube

youtxt's Introduction

YouTXT

YouTXT is an app that convert any YouTube video to text and it provides the below

  • Transcript
  • Summary [TL;DR]
  • Transcript Translation
  • Search [Search the word in the video]
  • Markdown editor

Open in Gitpod

Working

Packages

  • youtube-dl - a command-line program to download videos from YouTube.com

  • openai - provides convenient access to the OpenAI API from applications written in the Python language

  • streamit - The fastest way to build and share data apps

  • streamlit-quill - Quill editor component for Streamlit.

  • Deepgram - Python SDK for Deepgram's automated speech recognition APIs.

  • itranslate - Google translate free and unlimited, itranslate since gtranslate is taken

API's

What it does?

  • Get the URL From the user.

  • Extracts the audio from the provided URL using YouTube-dl.

  • Sends the extracted audio to the Deepgram.

  • Deepgram provides the transcription and summary of the provided audio.

  • With the help of OpenAI, the list of keywords are identified [It can actually do more than that].

  • By mapping the each word with the start time, a search dict is created. With the help of this the user can search the video by providing the word.

  • By passing the transcription to the Quill editor, the user is now able to modify it and do whatever he wants with the text.

youtxt's People

Contributors

dotaadarsh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

youtxt's Issues

Markdown content

Content in the markdown editor is not updating for new videos.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.