ConQuer is a powerful framework designed to generate quizzes based on concepts, providing an innovative approach to educational content creation.
Set up your environment by running:
pip install -r requirements.txt
Set your API keys as environment variables:
export OPENAI_API_KEY="your_openai_api_key"
export GEMINI_API_KEY="your_gemini_api_key"
ConQuer offers several components that can be run independently:
Generate questions using:
python generate_question.py
Generate concepts using:
python generate_concept.py
Run the complete ConQuer quiz generation with:
python wiki.py
Evaluate the generated quizzes using:
python evaluation.py