# NoteWiz (AI-driven Educational Platform)
NoteWiz is an AI-driven educational platform designed to enhance learning experiences through interactive and gamified elements. It features AI-powered flashcards, quizzes, and a chatbot for document-based queries.
- Secure authentication using JWT for personalized user sessions.
- AI-generated flashcards and quizzes from various input formats.
- Interactive chatbot for answering document-based queries.
- MongoDB & Prisma for storing user progress and learning history.
- React, Next.js, Node.js, MongoDB, Prisma
- OpenAI API for AI-driven features
- JWT for authentication
- Clone the repository
git clone <repo_url> cd NoteWiz
- Install dependencies
npm install
- Run the project
npm run dev