Giter Site home page Giter Site logo

cut_youtube_to_word_video's Introduction

๐ŸŽฌ Word-Based Video Processing (not finished)

๐Ÿ“ Description

This project comprises two main scripts: cut_youtube_to_word_video.py and create_video.py. cut_youtube_to_word_video.py is used to download YouTube videos, convert them into audio, transcribe speech to text, and then slice the videos based on individual spoken words. create_video.py allows creating a continuous video from individual word videos based on a given sentence.

๐Ÿš€ How it Works

๐Ÿ“น cut_youtube_to_word_video.py

  • Downloads videos from YouTube.
  • Converts videos to audio format.
  • Utilizes Google Cloud Speech-to-Text API for transcribing audio recordings.
  • Slices the video into segments corresponding to individual words.
  • Stores information about the videos in an SQLite database.

๐ŸŽž๏ธ create_video.py

  • Creates a video from a given sentence by combining corresponding word videos.
  • Displays a list of available words with video files.
  • Allows the user to input a sentence to create a video from.

๐Ÿ”’ License

This project is currently not available under an open-source license. All rights reserved. The use, reproduction, or distribution of the code without express permission of the author is prohibited.

๐Ÿค– Developer Note

Portions of this project were developed with assistance from OpenAI's ChatGPT, particularly in scripting and troubleshooting.

๐Ÿ“ฆ Requirements

  • Python 3
  • PyTube
  • MoviePy
  • Google Cloud Speech-to-Text API
  • SQLite3
  • OpenCV
  • Tkinter

๐Ÿ’ป Installation and Execution

(Here, include the steps for installation and how to run your scripts.)

๐Ÿ›ฃ๏ธ Roadmap

  1. Add Video Rating Model: Implement a machine learning model to automatically rate the quality of word videos based on clarity and relevance. The model will also determine the ideal start and end times for each word segment, optimizing the accuracy of video slicing. To achieve this:
    • Collect a dataset of word videos with annotations for quality, clarity, start, and end times.
    • Train a supervised machine learning model, possibly a neural network, to predict these parameters.
    • Integrate the model into the cut_youtube_to_word_video.py script to automatically adjust the slicing of videos.

โš ๏ธ Disclaimer: This README is for illustrative purposes. Please adjust the content to fit your actual project's description and requirements.

cut_youtube_to_word_video's People

Contributors

hendkai avatar

Watchers

 avatar  avatar

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.