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

https://github.com/innonodo/swearwordsdetector

Detector that finds swear words in text (Russian version)
https://github.com/innonodo/swearwordsdetector

machine-learning neural-networks numpy-library pytorch transformers

Last synced: about 1 month ago
JSON representation

Detector that finds swear words in text (Russian version)

Awesome Lists containing this project

README

          

# Detector of swear words (Russian version)

Simple pet-project that detects swear words in text

# Installation

```shell
git clone https://github.com/InnoNodo/SwearWordsDetector
```

```python
pip install poetry
poetry install
```

## Test model
To test model, open main.py and write you message.
After this execute the main.py

```python
python main.py
```
or

```python
python3 main.py
```