An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Graphical user interface that easily lets you use the [KeyBERT](https://github.com/MaartenGr/KeyBERT/) library.
![image](https://github.com/user-attachments/assets/14c5a773-a706-4644-aabb-ed739b731044)

# 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
```