
Building a AI-powered study buddy for certifications
Your AI-powered CLI companion for any certification exam preparation! Ask questions about any topic in your study materials and get intelligent, personalized quizzes to test your knowledge.
main.py
, and then additional ones for the data_store
, quiz_engine
, rag_handler
, config_helper.py
, and requirements.txt
. It uses Amazon Bedrock, with a Knowledge Base, and stored data in Amazon DynamoDB.Sample-Certs-CLI-Quiz-App
with the following folder structure:main.py
:config_helper.py
:scr/data_store/dynamo_client.py
:src/quiq_engine/generator.py
:src/rag_handler/knowledge_base.py
:requirements.txt
:Any opinions in this post are those of the individual author and may not reflect the opinions of AWS.