https://github.com/bbc-esq/keybert_gui
GUI for the great keybert repository.
https://github.com/bbc-esq/keybert_gui
gui keybert keyphrase-extraction keyword-extraction keywords-extraction pyside6 sentence-embeddings sentence-transformers
Last synced: 3 months ago
JSON representation
GUI for the great keybert repository.
- Host: GitHub
- URL: https://github.com/bbc-esq/keybert_gui
- Owner: BBC-Esq
- Created: 2024-10-10T11:38:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-15T16:09:30.000Z (4 months ago)
- Last Synced: 2025-06-15T17:20:26.197Z (4 months ago)
- Topics: gui, keybert, keyphrase-extraction, keyword-extraction, keywords-extraction, pyside6, sentence-embeddings, sentence-transformers
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graphical user interface that easily lets you use the [KeyBERT](https://github.com/MaartenGr/KeyBERT/) library.
# Installation
#### 1. Create Virtual Environment
```
python -m venv .
```
#### 2. Activate Virtual Environment
```
.\Scripts\activate
```
#### 3. Upgrade Pip
```
python setup_windows.py
```# Usage
Navigate to the directory and activate the virtual environment, then run:
```
python main_gui.py
```