reflection777's picture
Update README.md
4337c7f
|
raw
history blame
1.24 kB
metadata
title: Summarizer For Learning
emoji: ✍️
colorFrom: yellow
colorTo: yellow
sdk: gradio
sdk_version: 4.8.0
app_file: app.py
pinned: false

✍️ Summarizer for Learning Documentation

1. User Manual

How to use the app:

  1. Insert your 🤗 Hugging Face Access Token in the textbox located as shown. image
  2. Insert a YouTube link in the textbox located as shown. The YouTube video must be able to have its caption on. image
    • or you can use the example YouTube links the bottom of the page to try out the app.
    • image
  3. Set the Settings according to your need. image
  4. Set the Advanced Settings according to your need. Slide the Temperate or/and tick the do_sample checkbox to your need. image

2. How It Works

3. Additional Note

The app is a pet project and was made for the author to learn about summarization in NLP. The summarization methodology was derived from Amin Kamali's summarizer app.

  • still under development