Coder Social home page Coder Social logo

venkatnvs / videomaster Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 40 KB

This project is a web application designed for the efficient search and processing of videos based on their subtitles. Users can upload videos, and the system automatically extracts subtitles using the ccextractor binary. The extracted subtitles are stored in Amazon DynamoDB, and the videos are stored in Amazon S3.

Home Page: https://youtu.be/qnaLAG2u7nE?feature=shared

License: MIT License

Python 28.27% CSS 15.06% JavaScript 39.96% HTML 16.71%

videomaster's Introduction

VideoMaster

This project is a web application designed for the efficient search and processing of videos based on their subtitles. Users can upload videos, and the system automatically extracts subtitles using the ccextractor binary. The extracted subtitles are stored in Amazon DynamoDB, and the videos are stored in Amazon S3.

Watch the video
Watch now

Video Search and Processing Project

This project is a web application designed for efficient video search and processing based on subtitles. Users can upload videos, and the system automatically extracts subtitles using the ccextractor binary. The extracted subtitles are stored in Amazon DynamoDB, and the videos are stored in Amazon S3.

Features

  • Subtitle Extraction: Utilizes the ccextractor binary to extract subtitles from uploaded videos.
  • Storage: Videos are stored in Amazon S3, providing scalable and secure storage. Subtitles and associated metadata are stored in Amazon DynamoDB for fast and flexible querying.
  • Search Functionality: Allows users to search for specific words or phrases within the subtitles, providing accurate results with corresponding time segments in the video.
  • Background Processing: Utilizes technologies like Django and Celery for efficient background processing, ensuring quick response times for HTTP requests.
  • User Interface: The focus is on functionality rather than UI, offering a straightforward and minimalistic frontend for video upload and search operations.
  • Scalability: Leverages Amazon Web Services (AWS) for robust and scalable cloud-based infrastructure.

Setup

  1. Clone the Repository:
    git clone https://github.com/Venkatnvs/VideoMaster
  2. Install Dependencies:
    cd VideoMaster
    pip install -r requirements.txt
  3. Set Up AWS Credentials: Configure your AWS credentials with appropriate access to S3 and DynamoDB.
  4. Run Migrations:
    python manage.py migrate
  5. Run Celery for Background Processing:
    celery -A VideoMaster worker -l info
  6. Run the Development Server:
    python manage.py runserver
  7. Access the Application: Open your web browser and go to http://localhost:8000/

Usage

Video Upload

  1. Visit the home page and use the video upload form to submit videos.
  2. Videos will be processed in the background, and subtitles will be extracted.

Search

  1. Use the search functionality to find specific words or phrases within the subtitles.
  2. Enter keywords in the search bar and submit the query.
  3. The results will provide time segments in the video where the keywords are mentioned.

Background Processing

  • Background tasks for video processing are handled using Celery.
  • Adjust Celery settings in the project as needed for your deployment.

Adjusting Celery Settings

  • The Celery worker is responsible for background processing tasks.
  • To adjust Celery settings, modify the celery.py file in the project.

Contribution

Contributions are welcome! If you have suggestions, bug reports, or would like to contribute to the project, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

videomaster's People

Contributors

venkatnvs avatar

Watchers

 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.