May 2025 - June 2025
While studying for an AWS certification, I wanted a way to test my knowledge after having read documentation on services. So I created an platform that allows you to parse documents and generate exams.
Behind the scenes, the backend application parses the text document and passes it into OpenAI's GPT 4.1 nano, which then generates a series of questions, answers, and explanations. The backend then takes the returned data and stores it into Postgres, allowing users to take and review their newly generated exams.