Lists (13)
Sort Name ascending (A-Z)
Starred repositories
Build PowerPoint presentations with JavaScript. Works with Node, React, web browsers, and more.
这个项目是一个基于MCP (Model Context Protocol) 的服务器工具,名为 "MCP OKPPT Server"。它的核心功能是允许大型语言模型(如Claude、GPT等)通过生成SVG图像来间接设计和创建PowerPoint演示文稿。工具负责将这些SVG图像高质量地插入到PPTX幻灯片中,并保留其矢量特性,确保图像在PowerPoint中可缩放且清晰。
A web application to interface with an AI agent for generating and customizing PowerPoint presentations. Users can input topics, receive an AI-generated slide deck, and interactively edit content, …
Generate docx, pptx, and xlsx from templates (Word, Powerpoint and Excel documents), from Node.js or the browser. Demo: https://www.docxtemplater.com/demo. #docx #office #generator #templating #rep…
这是一个通过多模态大模型+LangGraph实现的PPT生成系统,包含前端、后端以及Core核心三部分构成。
MedicalGPT: Training Your Own Medical GPT Model with ChatGPT Training Pipeline. 训练医疗大模型,实现了包括增量预训练(PT)、有监督微调(SFT)、RLHF、DPO、ORPO、GRPO。
pycorrector is a toolkit for text error correction. 文本纠错,实现了Kenlm,T5,MacBERT,ChatGLM3,Qwen2.5等模型应用在纠错场景,开箱即用。
The code in "SlideCoder: Layout-aware RAG-enhanced Hierarchical Slide Generation from Design"
PPT-AI is an AI-driven chatbot that leverages a fine-tuned LLM to generate PowerPoint presentations effortlessly. Whether you need a step-by-step guided creation or a full presentation from a singl…
PresentationGen是一个通过大语言模型生成PPT文件的SpringBoot Web应用。A SpringBoot web application that generates PPT files using a llm.
Code for the paper "AutoPresent: Designing Structured Visuals From Scratch" (CVPR 2025)
A mcp server supporting you to generate powerpoint using LLM and natural language automatically.
(CVPR 2025) Code of "Chat2SVG: Vector Graphics Generation with Large Language Models and Image Diffusion Models"
StarVector is a foundation model for SVG generation that transforms vectorization into a code generation task. Using a vision-language modeling architecture, StarVector processes both visual and te…
OmniSVG is the first family of end-to-end multimodal SVG generators that leverage pre-trained Vision-Language Models (VLMs), capable of generating complex and detailed SVGs, from simple icons to in…
(Siggraph Asia 2023) Code of "IconShop: Text-Guided Vector Icon Synthesis with Autoregressive Transformers"
PPTAgent: Generating and Evaluating Presentations Beyond Text-to-Slides
The official repo for “Dolphin: Document Image Parsing via Heterogeneous Anchor Prompting”, ACL, 2025.
CRUD interface for sqlalchemy using streamlit
Get your documents ready for gen AI
Open Source Deep Research Alternative to Reason and Search on Private Data. Written in Python.
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
欢迎来到“筱可AI研习社”的实战项目仓库!这个仓库主要用于存储和展示为公众号撰写的各类实战项目。我们会不断优化和迭代这些项目,以探索AI的无限可能。
A solution guidance for Generative BI using Amazon Bedrock, Amazon OpenSearch with RAG
基于python和llm大模型开发的数据处理和任务调度系统。 支持数据源管理,数据模型管理,数据集成,数据查询API接口,低代码自定义数据处理任务模版,单任务及dag任务工作流调度等功能。集成了llm模块实现rag知识库问答,链接各数据源数据进行数据对话问答,交互式数据分析功能。
This repository contains various advanced techniques for Retrieval-Augmented Generation (RAG) systems.
本项目是针对RAG中的Retrieve阶段的召回技术及算法效果所做评估实验。使用主体框架为LlamaIndex.