North Micro Vision 2.4B Dropped: The BEST Local Document AI? Interactive diagram flashcard quiz generator powered by CohereLabs North Micro Vision Instruct VLM and Gradio.
0
stars
1
commits
Python
primary language
Aug 13, 2026
updated
An interactive diagram flashcard quiz generator powered by the native-resolution CohereLabs North Micro Vision Instruct multimodal AI model and Gradio. Upload any labeled diagram, anatomical chart, or schematic to instantly generate multiple choice quiz questions.
| Step 1: Input 📸 | Step 2: AI Action 🧠 | Step 3: Result 🎯 |
|---|---|---|
| Upload any labeled diagram or chart image | North Micro Vision extracts labels at native resolution and formats JSON quiz data | Play the interactive flashcard quiz game and view your final report card score |
Follow these simple steps to run the North Micro Vision Flashcard Generator locally.
pip install -r requirements.txt
To download the model weights (~4.8GB) in advance before launching the app:
Option A: Using Hugging Face CLI
pip install huggingface_hub
huggingface-cli download CohereLabs/North-Micro-Vision-Instruct
Option B: Using Python
python -c "from transformers import AutoProcessor, AutoModelForCausalLM; model_id='CohereLabs/North-Micro-Vision-Instruct'; AutoProcessor.from_pretrained(model_id, trust_remote_code=True); AutoModelForCausalLM.from_pretrained(model_id, trust_remote_code=True); print('Download complete!')"
Note: Weights are cached locally in standard Hugging Face cache directory. app.py automatically reuses cached weights on future runs without re-downloading.
python app.py
Open your browser at http://127.0.0.1:7860 to start creating interactive diagram quizzes!
CohereLabs/North-Micro-Vision-Instruct (2.4B Parameter VLM)transformers & torch (bfloat16)gr.Blocks() & gr.State())Pillow.
├── app.py
├── requirements.txt
└── README.md
North Micro Vision CohereLabs Document AI Vision Language Model Native Resolution C-RoPE SigLIP 2 Gradio Flashcard Generator DocVQA OCR AI Local AI Model
1 commits
Python
100.0%
North Micro Vision 2.4B Dropped: The BEST Local Document AI? Interactive diagram flashcard quiz generator powered by CohereLabs North Micro Vision Instruct VLM and Gradio.
0
stars
1
commits
Python
primary language
Aug 13, 2026
updated
An interactive diagram flashcard quiz generator powered by the native-resolution CohereLabs North Micro Vision Instruct multimodal AI model and Gradio. Upload any labeled diagram, anatomical chart, or schematic to instantly generate multiple choice quiz questions.
| Step 1: Input 📸 | Step 2: AI Action 🧠 | Step 3: Result 🎯 |
|---|---|---|
| Upload any labeled diagram or chart image | North Micro Vision extracts labels at native resolution and formats JSON quiz data | Play the interactive flashcard quiz game and view your final report card score |
Follow these simple steps to run the North Micro Vision Flashcard Generator locally.
pip install -r requirements.txt
To download the model weights (~4.8GB) in advance before launching the app:
Option A: Using Hugging Face CLI
pip install huggingface_hub
huggingface-cli download CohereLabs/North-Micro-Vision-Instruct
Option B: Using Python
python -c "from transformers import AutoProcessor, AutoModelForCausalLM; model_id='CohereLabs/North-Micro-Vision-Instruct'; AutoProcessor.from_pretrained(model_id, trust_remote_code=True); AutoModelForCausalLM.from_pretrained(model_id, trust_remote_code=True); print('Download complete!')"
Note: Weights are cached locally in standard Hugging Face cache directory. app.py automatically reuses cached weights on future runs without re-downloading.
python app.py
Open your browser at http://127.0.0.1:7860 to start creating interactive diagram quizzes!
CohereLabs/North-Micro-Vision-Instruct (2.4B Parameter VLM)transformers & torch (bfloat16)gr.Blocks() & gr.State())Pillow.
├── app.py
├── requirements.txt
└── README.md
North Micro Vision CohereLabs Document AI Vision Language Model Native Resolution C-RoPE SigLIP 2 Gradio Flashcard Generator DocVQA OCR AI Local AI Model
1 commits
Python
100.0%