Quizzy
Developed a quiz generation app that uses a Large Language Model (LLM) to automatically create quizzes and questions based on a topic or given information. Users can also edit generated quizzes and manually add new questions. The app is designed to help users learn and understand topics better by letting them answer questions generated by the LLM related to the content. It uses React for the frontend, Flask for the backend (handling logic and LLM), and MongoDB for the database.
View Project Documentation