🚀 A cloud-based platform offering intelligent agents with persistent memory, tailored for students and professionals.
- Chat with memory-retaining AI agents
- Multiple assistant types (Tutor, Resume Reviewer, Career Mentor)
- Upload notes, resumes, and PDFs
- Role-based personalization
- Freemium and API-as-a-Service monetization
- Frontend: React.js, Tailwind CSS
- Backend: FastAPI (Python)
- Database: PostgreSQL, ChromaDB or Pinecone
- Auth: Clerk.dev / Firebase
- Payments: Stripe
- Analytics: PostHog
cd frontend
cp .env.local.example .env.local
npm install
npm run devcd backend
cp .env.example .env
uvicorn main:app --reloadpsql < database/schema.sqlMIT