Blue Book is an application that generates multiple-choice questions for IT certifications, e.g. CompTIA A+, Network+, and Security+ and more!. It uses the Gemini API to generate questions and provides instant feedback on answers.
Blue Book provides the ability to add more certifications to the list using Exam Constructor page.
By leveraging generative AI, the project simplifies certification preparation.
With your Gemini AI token, you can generate unlimited practice questions, each accompanied by detailed explanations for all answer options. The intuitive interface handles AI prompts and exam formatting automatically, eliminating any technical complexity.
Additionally, Blue Book offers simple deployment and setup. You can run it in a docker container with just one command, regardless of your operating system: docker run -d -p 5000:5000 --platform linux/amd64 ilyasmut/student-bluebook
https://github.com/ilya-smut/blue-book — GitHub project page
https://pypi.org/project/student-bluebook/ — PyPI package
https://hub.docker.com/r/ilyasmut/student-bluebook — Docker Hub containers
https://github.com/ilya-smut/blue-book/wiki — Documentation wiki