Skip to content

Aquila-f/yt_summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YT Summarizer

Setup

Follow these steps to set up the project:

  1. Install Poetry:

    pip install poetry
  2. If you don't want to create virtual environments, configure Poetry:

    poetry config virtualenvs.create false
  3. Install the project dependencies:

    poetry install
  4. Run the application:

    poetry run python main.py

That's it! You should now have the YT Summarizer project set up and ready to use.

Test

  1. Run the test:
    PYTHONPATH=./ pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages