DiscordBotLab

DiscordBotLab is a repository focused on hosting and managing a variety of utility-driven Discord bots.

Stars
1
Committers
1

DiscordBotLab

Welcome to DiscordBotLab – a repository dedicated to hosting and managing versatile Discord bots. Our bots are designed to run independently in a Colab environment, allowing you to call them as needed, making your utility easy with just one click.

🚀 Bots in This Repository

A Discord bot that converts images, PDFs, and other file types into text.

Key Features:

  • Supports various file formats (e.g., images, PDFs)
  • Accurate and fast text extraction
  • Easy-to-use commands

Technology Used:

  • Python: The bot is built using Python, leveraging the Discord API.
  • Tesseract OCR: Utilizes pytesseract for optical character recognition to extract text from images.
  • Pillow: Uses the Pillow library to handle image files.
  • Nest Asyncio: Applies nest_asyncio patch to allow asynchronous operations within the bot.
  • Discord API: Interacts with Discord using the discord.py library.

A Discord bot that uses the LLaMA model running on Google Colab to answer quiz questions from screenshots.

Key Features:

  • Screenshot detection and processing
  • Instant quiz question answering
  • Powered by LLaMA model on Google Colab

Technology Used:

  • Python: The bot is built using Python, leveraging the Discord API.
  • Tesseract OCR: Utilizes pytesseract for optical character recognition to extract text from images.
  • Pillow: Uses the Pillow library to handle image files.
  • Nest Asyncio: Applies nest_asyncio patch to allow asynchronous operations within the bot.
  • LangChain: Uses LangChain to interact with the LLaMA model for answering quiz questions.

🔧 How to Use Bots

To use any bot in this repository:

  1. Download the respective .ipynb (Jupyter Notebook) file from the repository.
  2. Follow the steps provided inside the notebook.
  3. You're good to go!

🌟 Future Additions

DiscordBotLab is an ever-growing repository, and we plan to add more bots based on the LLaMA model and other cutting-edge technologies. Stay tuned for updates!

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

🤝 Contributions

Contributions are welcome! Feel free to open an issue or submit a pull request to help improve DiscordBotLab.

📫 Contact

For any inquiries or suggestions, feel free to reach out.

Badges
Extracted from project README's
Discord Email
Related Projects