Superteam Vietnam currently relies on manual effort to manage its communication channels like Telegram and Twitter. This project aims to develop an AI-driven solution to automate, enhance, and streamline content creation, management, and community interactions.
β Solution Implemented:
- Developed a Telegram bot that acts as a knowledge base for Superteam Vietnam.
- Uses Retrieval-Augmented Generation (RAG) to ensure accurate responses.
- Ensures no hallucinationsβthe bot confidently says "NO" if it does not find a relevant answer.
- Integrated Admin UI for document uploads to continuously train and improve the bot.
β Solution Implemented:
- The AI integrates with Superteam Vietnamβs Twitter account to:
- Propose tweets for human approval.
- Help refine drafts by:
- Suggesting keywords.
- Correcting Twitter handles based on Superteam VNβs followed accounts.
- Finalize and publish tweets.
- Uses local AI models for faster & more relevant suggestions.
β Solution Implemented:
- Deployed & runs locally to ensure data privacy.
- Uses Ollama to run LLM models on local machines.
Installation Steps:
# Install Ollama
curl -fsSL https://ollama.ai/install.sh | sh
# Pull the Llama model
ollama pull llama3.2:1b
# Run the model
ollama run llama3.2:1bπ Admin UI Installation Guide
π Telegram Stack Installation Guide
π Python Backend Installation Guide