leonjovanovic/keywords-extraction
Keyword extraction using Scake, KeyBERT, Fine-tuning Transformer BERT-like models and ChatGPT.
This project helps you quickly pinpoint the most important terms or phrases in English text documents. You provide it with an article, report, or any body of text, and it returns a concise list of relevant keywords. This is ideal for content creators, researchers, marketers, or anyone who needs to understand the core topics of a document at a glance.
No commits in the last 6 months.
Use this if you need to rapidly identify key topics and summarize the essence of a document, without manually reading through it word for word.
Not ideal if you require highly nuanced, context-sensitive summaries or full-sentence abstractive summaries, as this tool focuses strictly on extracting discrete keywords.
Stars
12
Forks
1
Language
Jupyter Notebook
License
MIT
Category
Last pushed
May 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/leonjovanovic/keywords-extraction"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Shivanandroy/simpleT5
simpleT5 is built on top of PyTorch-lightning⚡️ and Transformers🤗 that lets you quickly train...
chanind/frame-semantic-transformer
Frame Semantic Parser based on T5 and FrameNet
Shivanandroy/KeyPhraseTransformer
KeyPhraseTransformer lets you quickly extract key phrases, topics, themes from your text data ...
osainz59/t5-encoder
A extension of Transformers library to include T5ForSequenceClassification class.
conceptofmind/t5-pytorch
Implementation of Exploring the Limits of Transfer Learning with a Unified Text-to-Text...