E-mbrella is an AI chat plugin that analyzes messaging conversations, flags risky content, and alerts users about potential predators to ensure that minors won’t fall prey to online predators.
This project was created as a submission for Ignition Hacks v.4 which took place August 25, 2023 to Aug 27, 2023.
More details about the project are available on Devpost: https://devpost.com/software/e-mbrella
To run the code, input the following commands into the terminal:
python3 -m venv venv
source venv/bin/activate
pip install sentencepiece
pip install torch
pip install transformers