🚀 TatLumen – AI-Powered Knowledge Workflow Platform
TatLumen is a comprehensive, cloud-based AI platform designed to simplify research, document analysis, and intelligent content generation. It provides a unified workspace where users can efficiently access, process, and generate insights using advanced AI technologies.
🔧 Features
LinkSage
Paste any website URL and ask anything about it. Powered by LangChain + Groq for fast and accurate responses.Doc Scanner
Upload PDFs or documents and query them in natural language. Ideal for students, researchers, and professionals.Culprit AI
An AI multi-agent research assistant using CrewAI. Just enter a topic and it generates a complete research article.
⚙️ Tech Stack
🖥 Frontend
- React (TypeScript)
- Tailwind CSS
- ShadCN UI
🧠 Backend
- Flask API
- Supabase (Realtime DB + Auth)
- Clerk (Authentication)
- Astra DB (Vector DB)
🧬 GenAI & Agents
- LangChain – Retrieval-based question answering
- Groq LLMs – Ultra-fast reasoning
- NVIDIA – Embeddings and inference
- CrewAI – Multi-agent framework for autonomous research bots
☁️ AWS Cloud Deployment
TatLumen is deployed using AWS Cloud Infrastructure:
- S3 Bucket – Hosts frontend build, documents, and logs
- EC2 Instance – Runs Flask backend and inference logic
- CloudFront – CDN layer for global caching and delivery
- API Gateway – Secure backend routing
- Security – CORS, HTTPS, and edge-level protection
🔄 Workflow (From Architecture)
- Users access the React frontend (served via CloudFront + S3).
- Requests go through API Gateway to EC2 (backend logic).
- Backend connects to:
- Supabase – Realtime DB & session management
- Clerk – Identity and auth handling
- Astra DB – Vector data operations
- For AI tasks:
- LangChain manages context
- Groq / NVIDIA handle fast AI inference
- CrewAI coordinates agent responses (used in Culprit AI)
Final responses are sent back securely through the AWS-powered path.
🔗 GitHub Repository
You can explore the full codebase and contributions on GitHub:
👉 TatLumen GitHub Repository 1
or
👉 TatLumen GitHub Repository 2
🌐 Conclusion
TatLumen blends GenAI, automation, and cloud-native deployment into one powerful platform — enabling smarter research, document understanding, and intelligent workflows.
Made with 💡 for developers, learners, and curious minds.
Top comments (0)