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)
- Host: GitHub
- URL: https://github.com/innonodo/swearwordsdetector
- Owner: InnoNodo
- Created: 2025-02-20T14:28:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T08:03:37.000Z (over 1 year ago)
- Last Synced: 2025-03-04T08:18:01.060Z (over 1 year ago)
- Topics: machine-learning, neural-networks, numpy-library, pytorch, transformers
- Language: Python
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```