Skip to content

Ashwin18-Offcl/kavex-capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

KAVEX - Kyvex-Style Intelligent Assistant (Capstone)

Short: Modular AI agent for summarization, MCQ generation, multilingual support (Hindi/English), and safe automations.

Contents

  • backend/ - FastAPI prototype for agent orchestration, upload, and actions.
  • frontend/ - Minimal React chat UI prototype.
  • prompts/ - System & user prompt templates, action schemas.
  • docs/ - Architecture, demo script, evaluation plan.
  • docker/ - Docker compose for prototype services.

Quick start (prototype)

  1. Backend: create a virtualenv, install requirements from backend/requirements.txt, then run uvicorn app.main:app --reload --host 0.0.0.0 --port 8000.
  2. Frontend: cd frontend && npm install && npm start (or use pnpm/yarn).
  3. Open frontend (default http://localhost:3000) and point backend URL to http://localhost:8000.

License

MIT. See LICENSE file.

About

✨ KAVEX AI Agent β€” A smart multilingual assistant that summarizes, learns, and automates your work effortlessly. πŸ“„ Summarizes PDFs into simple, clear insights with citations 🧠 Creates MCQs & notes for fast learning and revision πŸ€– Runs safe automations like email drafts & exports ⚑ ChatGPT-style experience built with RAG + LLM intelligence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors