QuizMe is a web application designed to enhance test readiness and confidence by generating practice problems based on a user's study guide using Minstral AI. It uilizes adaptive learning based on user's performance and provides detailed feedback on each answer they provide.
- Adaptive Testing: Generates practice problems that adapt to the user's skill level.
- AI-Powered: Utilizes Minstral AI to create diverse open-ended questions.
- Feedback Mechanism: Provides insightful feedback on user responses to improve understanding for test content.
- User-Friendly Interface: Built with React for seamless experience.
You can visit the live version of the website at https://quizmeai.onrender.com/
If you prefer to run QuizMeAI locally, follow these steps:
- Clone the Repository:
- Clone the QuizMeAI repository to your local machine.
- Navigate to the project directory:
cd QuizMe
- Install dependencies:
npm install
- Start the development server:
- Frontend:
npm start
- Backend:
cd server
python server.py