Skip to content

MykhailoRomanenko/gpt-summarizer-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt-summarizer-rs

A CLI tool to scrap a web page and get a quick summary of its text.

  • Scraps the contents of a page
  • Uses extractive summarization to retrieve the most important sentences (based on cosine similarity of all possible sentence pairs)
  • Sends summarized text to ChatGPT API to retrieve a coherent summary

Future improvements

  • Smart scraping
  • Multiple language support
  • Add TF-IDF as a second metric for extractive summarization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages