https://github.com/jellydn/summary-chatbot-demo
๐ค Build an intelligent Summary ChatBot with AI technologies. Simplify content extraction and make summarisation easy.
https://github.com/jellydn/summary-chatbot-demo
ai chatbot llm
Last synced: 2 months ago
JSON representation
๐ค Build an intelligent Summary ChatBot with AI technologies. Simplify content extraction and make summarisation easy.
- Host: GitHub
- URL: https://github.com/jellydn/summary-chatbot-demo
- Owner: jellydn
- License: mit
- Created: 2023-09-10T08:47:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T17:34:16.000Z (6 months ago)
- Last Synced: 2025-04-09T18:42:28.454Z (6 months ago)
- Topics: ai, chatbot, llm
- Language: TypeScript
- Homepage:
- Size: 1.52 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to summary-chatbot-demo ๐
> ๐ค Build an intelligent Summary ChatBot with AI technologies. Simplify content extraction and make summarization easy.
## ๐ Demo
### ๐ Setting

### ๐ Summary Content


## ๐ Prerequisites
- Node.js >= 16.20.0
## ๐ฆ Installation & Usage
```bash
# Clone the repository
git clone https://github.com/jellydn/summary-chatbot-demo.git# Navigate into the folder
cd summary-chatbot-demo# Install dependencies
pnpm install# Create environment variables
cp .env.example .env# Start the development server
pnpm dev
```## ๐งช Running Tests
```bash
pnpm test
```## ๐ How to Setup Integrations
Detailed steps for setting up with different platforms:
- **Telegram**: [Telegram Setup](https://github.com/jellydn/chatbot-starter-app?tab=readme-ov-file#telegram)
- **Discord**: [Discord Setup](https://github.com/jellydn/chatbot-starter-app?tab=readme-ov-file#discord)
- **Slack**: [Slack Setup](https://github.com/jellydn/chatbot-starter-app?tab=readme-ov-file#slack)
- **Facebook**: [Facebook Setup](https://github.com/jellydn/chatbot-starter-app?tab=readme-ov-file#facebook)> ๐ Refer to each section for platform-specific instructions.
## ๐ Additional Resources
- [Zustand State Management](https://zustand-demo.pmnd.rs/)
- [Scripting with Google ZX](https://google.github.io/zx/)
- [Get up and running with Llama 2 and other large language models locally
](https://github.com/jmorganca/ollama)## ๐ค Author
**Dung Huynh**
- ๐ [Website](https://productsway.com/)
- ๐ฆ [Twitter](https://twitter.com/jellydn)
- ๐ [GitHub](https://github.com/jellydn)## ๐ Support
If you found this project helpful, please give it a โญ๏ธ. Contributions are welcome!