Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 490 Bytes

File metadata and controls

9 lines (5 loc) · 490 Bytes

CS 152 Discord Bot Group 21

Datasets

Datasets are stored in data/. We use two datasets, OLID and offensive/non-offensive imagery.

Code

bot.py stores the majority of our code that directly interacts with the bot, including code that interacts with our MongoDB instance. modFlow.py and report.py handle our modflow and reporting flow respectively, and ocr.py handles basic OCR functionality within Discord. Feel free to test OCR capabilities with the Discord bot also.