RU Hacks 2018 repo
Created By: Nafeh Shoaib, Avery Jones, and Devin Owens
A framework designed, using a Deep Learning Model with Recurrent Neural Networks (RNN) and implemented as a Discord Bot, to monitor voice communication in online communities to identify sexism and harassment. Training data was compiled as a simple yes or no audio dataset converted to spectograph images to demonstrate the nueral network's ability to differentiate between audio patterns and identify words and understand meaning.
- Change to the discordbot/node directory
cd discordbot/node
-
Change discord bot app id in botsettings.json to your own from https://www.discordapp.com/developers/applications
-
Check if NodeJS is up to date:
node -v
- Update Node to latest version:
sudo npm cache clean -f
sudo npm install -g n
- Install and run discord bot
npm install
node bot
-
Copy-paste the printed invite link to your browser and add the bot to your Discord server.
-
Push to talk to see the magic!