Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 743 Bytes

File metadata and controls

14 lines (12 loc) · 743 Bytes

MiniMind Discord Bot

MiniMind is a lightweight Discord bot I built as a personal side project — think of it as a pocket AI that lives in your server. It can help with grammar checking, translation between languages, and paraphrasing text, all through simple text commands.

✨ Features:

  • Grammar Checker – Reviews text for spelling and grammatical errors
  • Translator – Translates text between various languages (e.g., English, French, Chinese)
  • Summarizer – Condenses long text into a shorter, summarized version

🛠️ Built With:

  • Python
  • discord.py for Discord integration
  • deep-translator for multilingual support
  • Gemini API (Google) for AI-powered grammar and paraphrasing
  • asyncio for asynchronous command handling