toxicity-detector

This commit is contained in:
2024-02-12 15:50:35 +03:00
parent ec82174dc9
commit 7fd358931a
10 changed files with 166 additions and 255 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
torch
transformers
transliterate
aiohttp
redis[hiredis]