Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauragift21/learnbuddybot
https://github.com/lauragift21/learnbuddybot
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lauragift21/learnbuddybot
- Owner: lauragift21
- Created: 2024-02-08T14:25:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T15:02:03.000Z (9 months ago)
- Last Synced: 2024-05-02T01:01:30.301Z (7 months ago)
- Language: TypeScript
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LearnBuddy Discord Bot
LearnBuddy is a Discord bot designed to facilitate learning within a Discord server. It leverages the power of [Cloudflare Workers](https://workers.cloudflare.com/) and [Workers AI](https://ai.cloudflare.com/) to provide on-demand, interactive content. At its core, LearnBuddy uses the `@cf/meta/llama-2-7b-chat-fp16` text generation model, ensuring high-quality, contextually relevant responses.
This project draws inspiration from [Skye-31's Workers AI Bot](https://github.com/Skye-31/workers-ai-bot), showcasing the potential of Cloudflare's AI capabilities in enhancing user engagement on Discord.
![Discord screenshot](./img.png)
## Technology Stack
- **Cloudflare Workers:** Utilizes Cloudflare's edge computing platform for deploying and running the bot with low latency and high reliability.
- **Workers AI:** Employs Workers AI for intelligent text generation, powered by the `@cf/meta/llama-2-7b-chat-fp16` model, to deliver context-aware educational content.
- **Discord API:** Integrates with Discord's API for seamless interaction within Discord servers, offering a rich user interface and experience.## Getting Started
To try out LearnBuddy in your Discord server, follow the steps below:
1. **Add LearnBuddy to Your Server:** Visit the [LearnBuddy invitation link](https://discord.com/api/oauth2/authorize?client_id=1204754274698002482&permissions=0&scope=bot) (placeholder for actual link) to add the bot to your Discord server.
3. **Start Learning:** Use LearnBuddy's commands to begin your interactive learning journey. You can get a list of commands by typing `!help` in any text channel where LearnBuddy is present.## Usage
- **Interactive Commands:** LearnBuddy responds to a variety of commands to facilitate learning and content creation.
- `!learn `: Starts an interactive learning session on the specified topic..## Contribution
We welcome contributions from the community to help improve LearnBuddy. If you're interested in contributing, please visit our GitHub repository at [LearnBuddy GitHub](#) (placeholder for the actual GitHub link) for contribution guidelines and more information.
## Acknowledgements
Special thanks to Skye-31 for the inspiration behind LearnBuddy. Check out their [Workers AI Bot on GitHub](https://github.com/Skye-31/workers-ai-bot) for more insights into the potential of Cloudflare Workers and AI in building interactive bots.
## License
LearnBuddy is licensed under [MIT License](https://opensource.org/licenses/MIT) (placeholder for the actual license link), making it free and open-source for personal and commercial use.