Git Product home page Git Product logo

sk-youtube-summarizer's Introduction

Summarize Youtube Videos Quickly for You

This project has the simple purpose of make it very easy and fast to summarize youtube video transcriptions in your preferred language and platform (Windows or Linux)

Windows -> Portuguese Summarization:

summarizer-win-portuguese

Linux -> English Summarization:

summarizer-linux-english

End user - Setup

Get the released version executable. Here: v0.1.0

Setup your OpenAI API Key

Create an environment variable named OPENAI_KEY with your OpenAI API Key.

Optionally you can use your own preferred languages to summarize

Change config.json file with your preferred languages and leave it in the same folder as the application.

{
  "languages": ["English", "Your Language 1", "Your Language 2", ...]
}

Developer Setup

Secrets

If you already have an environment variable named OPENAI_KEY you can skip this step as it will override the user secret value.

⚠️ Use .NET Secret Manager to avoid the risk of leaking secrets into the repository, branches and pull requests.

⚠️ If you have not used the Secret Manager tool before, you must first initialize the user secrets store in the project directory. Run the following command from the project directory:

dotnet user-secrets init
dotnet user-secrets set "OPENAI_KEY" "<your key>"

Running / Debugging

dotnet run

Deploying / Publishing

Windows:

dotnet publish -r win-x64 -c Release

Linux:

dotnet publish -r linux-x64 -c Release -p:PublishReadyToRun=true

Projects Used

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.