Flashcard Generator
approvedby ChloeDia
Generate quizzes and questions from your notes.
Obsidian FlashCard Generator
š Supercharge your Obsidian workflow, the revolutionary Obsidian plugin designed to transform your notes into dynamic flashcards. Seamlessly harness the power of LLMs, such as GPT-4o, or any OSS LLM to effortlessly generate customized flashcards from your notes. Prepare for exams, retain crucial information, and enhance your learning experience like never before.
Features
- š Generate quizzes that seamlessly integrate with the Spaced Repetition Obsidian plugin.
- šÆ Effortlessly transform your notes into curated quizzes tailored to your learning needs.
Setup
OpenAI
- š Obtain your OpenAI API key from here.
- āļø Access the plugin settings in Obsidian by navigating to
Settings>Flashcard GeneratorunderCommunity Plugins. - ā Untoggle the "Use Local LLM" option if you want OpenAI.
- š ļø Enter your OpenAI API key in the designated field.
- š» Choose which model (gpt-4o or gpt-4o-mini) you want to use.
- š¢ Choose whether to limit the number of questions to 10.
Local LLM
- š ļø Install Ollama from here and follow the instructions to install it locally.
- āļø Access the plugin settings in Obsidian by navigating to
Settings>Flashcard GeneratorunderCommunity Plugins. - ā Toggle the "Use Local LLM" option if you want to use local models instead of OpenAI.
- š» Choose which model from ollama you want to use (you need to pull the Model from Ollama first) - We recommend using llama3, knoopx/hermes-2-pro-mistral, or models certified being able to generate structured output.
ā You might have a CORS issue, to fix it, go in you terminal and run export OLLAMA_ORIGINS="app://obsidian.md*"(mac/linux) or SETX /M OLLAMA_ORIGINS "app://obsidian.md*on Windows
Usage
Create comprehensive quizzes with ease:
- š Click the plugin icon while viewing your note to initiate the process.
- ā Validate the relevance of generated questions for your study.
- š Access the plugin via the Obsidian ribbon or use the "Create GPT-3 Quiz" command, customizable with a keyboard shortcut.
Contributing
Join us in enhancing QuizCraft:
- š” Contribute to new feature development.
- š Look forward to Customizable Learning: Craft flashcards that align perfectly with your study objectives. Specify the level of detail, format, and content you want on your cards, giving you complete control over your learning journey.
Links
Inspired by the code architecture of the obsidian-textgenerator-plugin.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.