Create professional presentations from topics or documents using AI. Supports PPTX, PDF, and web-based HTML output.
- 10 Slide Layouts: Including Quote, Statistic, Comparison, Timeline, and Full Image
- AI Auto-Layout: AI selects the best layout for each slide automatically
- Real Image Embedding: Images embedded directly in PPTX exports
- Multiple Input Methods: Enter a topic directly or upload PDF/DOCX files
- AI-Powered: Generate slide content using local Ollama AI
- Multiple Outputs: Export to PPTX, PDF, and HTML formats
- Custom Templates: Choose from 3 built-in themes (Minimal, Modern, Corporate)
- 100% Free: Uses local Ollama AI - no API costs
- Cross-Platform: Works on Windows, macOS, and Linux
- Python 3.8+
- Ollama (installed locally)
- AI Model:
llama3.2:3b
git clone https://github.com/blastbraker/Slidr.git
cd SlidrDownload from ollama.com and install for your OS.
Pull the AI model:
ollama pull llama3.2:3bpip install -r requirements.txtpython -m slidr.gui- Enter a topic in the text field OR browse to upload a PDF/DOCX file
- AI auto-selects the best layout for each slide
- Click Generate Presentation
- Review slides in the Edit Slides tab
- Change layout type if needed - fields update dynamically
- Export to PPTX, PDF, or HTML
- Find your presentation in the Documents folder
- Title: Title slide with subtitle
- Content: Title + bullets
- Bullets + Image: Bullets with image placeholder
- Two Column: Two column text
- Divider: Section transition
- Quote: Big quote with author citation
- Statistic: Large number with label
- Comparison: Pros vs Cons two-column
- Timeline: Chronological events
- Full Image: Full-bleed image with caption
Dark blue background with red accent bar - clean and modern
Dark purple background with pink accent - bold and creative
Dark gray background with green accent - professional look
- Make sure Ollama is running (
ollama serve) - Check the model is downloaded (
ollama list)
- Ensure all dependencies are installed:
pip install -r requirements.txt
- Install pdf2image with poppler:
pip install pdf2image[poppler]
MIT License - See LICENSE file for details.
Ali Bahar