Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.61 KB

README.md

File metadata and controls

47 lines (24 loc) · 1.61 KB

P1

YouTube Video Summary Project

This project utilizes MindsDB to generate summaries for YouTube videos. The goal of this project is to automate the process of summarizing YouTube videos for better accessibility and to save time for viewers who are looking to get a quick overview of a video's content.

Usage

To use this project, visit the following url https://youtubevideosummary-production.up.railway.app and paste the youtube video you want to summarize.

It will take a few seconds to summarize the given youtube video & generate summary for you.

If the video has been summarized already once, it will generate summary immediately.

Demo

p1_hash

Tech Specs

Database: Postgre SQL

Backend: Django - Python

Frontend: HTML5 + CSS

ML Backend: MindsDB

Contributing

Contributions to this project are welcome! If you would like to contribute, please follow the steps below:

  1. Fork this repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and test them thoroughly.
  4. Submit a pull request to merge your changes into the main branch.

License

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

Acknowledgments

This project was inspired by the idea of automating the process of summarizing YouTube videos using machine learning. Special thanks to MindsDB for providing the machine learning framework used in this project.