https://github.com/abhialest/aegis
Aegis is an unparalleled Discord moderation bot that uses GPT-3.5, DL, and audio/image analysis.
https://github.com/abhialest/aegis
bot cv discord-bot discord-js gpt3 nlp tensorflow
Last synced: about 2 months ago
JSON representation
Aegis is an unparalleled Discord moderation bot that uses GPT-3.5, DL, and audio/image analysis.
- Host: GitHub
- URL: https://github.com/abhialest/aegis
- Owner: AbhiAlest
- License: gpl-3.0
- Created: 2023-05-20T20:34:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T23:59:39.000Z (about 3 years ago)
- Last Synced: 2025-01-22T06:34:11.763Z (over 1 year ago)
- Topics: bot, cv, discord-bot, discord-js, gpt3, nlp, tensorflow
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Aegis: Reinventing Discord Moderation
Discover Aegis, the unparalleled open-source Discord bot that transforms community engagement and sets a new standard for moderation.
**Cutting-Edge Features**:
* GPT-3.5/4's advanced natural language processing
* Cutting-edge image/audio scanners
* Hyperoptimized deep learning
* Fortifies and nurtures your Discord community
* Swiftly detects moderation failures
* Evolves to counter evasion techniques
Elevate your server's protection with Aegis today.
---
License
This project utilizes the [GNU General Public License v3.0](https://github.com/AbhiAlest/Aegis/blob/main/LICENSE).
---
Dependencies
To view dependencies for this project, [click me](https://github.com/AbhiAlest/Aegis/blob/main/package.json).
---
File Structure
Aegis/
├─ src/
│ ├─ nlp/
│ │ └─ nlpProcessing.ts
│ ├─ translation/
│ │ ├─ languageDetection.ts
│ │ └─ translation.ts
│ ├─ discord/
│ │ └─ bot.ts
│ ├─ image/
│ │ └─ imageAnalysis.ts
│ ├─ audio/
│ │ └─ audioAnalysis.ts
│ └─ main.ts
├─ package.json
└─ tsconfig.json
---