Skip to content
@RapidAI

RapidAI

An open source organization for the development of AI based applications. We do not train a model but apply models.

📣 注意了!

以下仅为RapidAI组织部分仓库,如有帮助,欢迎Follow,持续关注。也可以微信扫描下方二维码,关注我们官方微信公众号RapidAI

🤖 LLM

🏗️Project ⭐️Stars 📝Description
LLM-DOC GitHub Repo stars 大模型研究院资料馆
LLM-EXAM GitHub Repo stars 大模型中文测试题库-民间版本

🔍💬 RAG相关

🏗️Project ⭐️Stars 📝Description
Knowledge-QA-LLM GitHub Repo stars QA based on local knowledge and LLM.

⚙ OCR推理部署

🧑‍💻Program Language 🏗️Project ⭐️Stars 📝Description
Python 🔥RapidOCR GitHub Repo stars Awesome OCR multiple programing languages toolkits based on ONNXRuntime, OpenVION and PaddlePaddle. (将PaddleOCR模型做了转换,采用ONNXRuntime推理,速度很快)
C++ RapidOcrOnnx GitHub Repo stars rapidocr onnx cpp
C++ RapidOcrNcnn GitHub Repo stars RapidOCR ncnn 推理
Java RapidOcr—Java GitHub Repo stars Java代码实现调用RapidOCR(基于PaddleOCR),适配Mac、Win、Linux,支持最新PP-OCRv4
Java RapidOcrOnnxJvm GitHub Repo stars RapidOcr onnx java kotlin jni test
Java RapidOcrNcnnJvm GitHub Repo stars RapidOcr ncnn java kotlin jni
C# RapidOCRCSharp GitHub Repo stars 本项目为Windows平台C# WinForm范例
Android RapidOcrAndroidOnnx GitHub Repo stars RapidOcr onnxruntime推理 for Android
Android RapidOcrAndroidOnnxCompose GitHub Repo stars opencv onnxruntime ocr android demo, jetpack compose + kotlin
易语言 RapidOCRServer GitHub Repo stars RapidOCR HTTP 服务。win32程序,易语言编写

📄 智能文档

🏗️Project ⭐️Stars 📝Description
RapidStructure GitHub Repo stars 文档结构化仓库,包括文档方向分类、版面分析和表格识别
RapidLaTexOCR GitHub Repo stars 公式识别:Formula recognition based on LaTeX-OCR and ONNXRuntime.
RapidTable GitHub Repo stars 源自PP-Structure的表格识别算法,模型转换为ONNX,推理引擎采用ONNXRuntime,部署简单,无内存泄露问题。
TableStructureRec GitHub Repo stars 整理目前开源的最优表格识别模型,完善前后处理,模型转换为ONNX
RapidLayout GitHub Repo stars Analysis of Chinese and English layouts 中英文版面分析
RapidOCRPDF GitHub Repo stars PDF提取: Based on RapidOCR, extract the PDF content.
ExtractOfficeContent GitHub Repo stars Office内容提取

🎶 语音相关

🏗️Project ⭐️Stars 📝Description
RapidASR GitHub Repo stars 商用级开源语音自动识别程序库,开箱即用,全平台支持,中英文混合识别。A Cross-platform implementation of ASR inference. It's based on ONNXRuntime and FunASR. We provide a set of easier APIs to call ASR models.
RapidTTS GitHub Repo stars A cross platform implementation of Text-to-Speech based on ONNXRuntime.
RapidVoice GitHub Repo stars The engineering implementation of SenseVoice (from Alibaba)
RapidPunc GitHub Repo stars A library for adding punctuation into a text from ASR.
paraformer_simple GitHub Repo stars paraformer 语音识别模型的简化推理代码
RapidAudioKit GitHub Repo stars It's for the repository of audio resampling tools
RapidVAD GitHub Repo stars A library for splitting audio for ASR.
RapidTP-Aligns GitHub Repo stars 语音的时间戳预测

👷‍♂️🛠️ Builder

🏗️Project ⭐️Stars 📝Description
OnnxruntimeBuilder GitHub Repo stars Onnxruntime Builder
OpenCVBuilder GitHub Repo stars OpenCV Custom Builder

🔄 转换工具

🏗️Project ⭐️Stars 📝Description
PaddleOCRModelConvert GitHub Repo stars PaddleOCR模型转换工具
LabelConvert GitHub Repo stars 目标检测数据集格式转换

🏷 评测工具

🏗️Project ⭐️Stars 📝Description
TextDetMetric GitHub Repo stars 计算文本检测算法评测指标
TableRecognitionMetric GitHub Repo stars 计算表格识别算法评测指标

📱 场景应用

🏗️Project ⭐️Stars 📝Description
RapidVideOCR GitHub Repo stars 视频硬字幕提取工具

🔢 测评集

🏗️Project 📝Description
text_det_test_dataset 文本测试集
text_rec_test_dataset 文本识别测试集
table_rec_test_dataset 表格识别测试集

All Repositories

Popular repositories Loading

  1. RapidOCR RapidOCR Public

    Awesome OCR multiple programing languages toolkits based on ONNXRuntime, OpenVION and PaddlePaddle. (将PaddleOCR模型做了转换,采用ONNXRuntime推理,速度很快)

    Python 2.9k 354

  2. RapidASR RapidASR Public

    商用级开源语音自动识别程序库,开箱即用,全平台支持,中英文混合识别。A Cross-platform implementation of ASR inference. It's based on ONNXRuntime and FunASR. We provide a set of easier APIs to call ASR models.

    C++ 495 59

  3. LabelConvert LabelConvert Public

    🔄 A tool for object detection and image segmentation dataset format conversion.

    Python 287 67

  4. RapidLaTeXOCR RapidLaTeXOCR Public

    Formula recognition based on LaTeX-OCR and ONNXRuntime.

    Python 280 27

  5. RapidStructure RapidStructure Public

    版面分析 | 表格识别 | 文档方向分类

    Python 194 15

  6. Knowledge-QA-LLM Knowledge-QA-LLM Public

    QA based on local knowledge and LLM.

    Python 191 40

Repositories

Showing 10 of 169 repositories
  • vectorlite Public Forked from 1yefuwang1/vectorlite

    Fast, SQL powered, in-process vector search for any language with an SQLite driver

    RapidAI/vectorlite’s past year of commit activity
    C++ 0 Apache-2.0 5 0 0 Updated Oct 2, 2024
  • TableStructureRec Public

    整理目前开源的最优表格识别模型,完善前后处理,模型转换为ONNX

    RapidAI/TableStructureRec’s past year of commit activity
    Python 179 Apache-2.0 21 0 0 Updated Sep 30, 2024
  • RapidAI/RapidAIWebSite’s past year of commit activity
    HTML 1 MIT 0 0 0 Updated Sep 29, 2024
  • .github Public
    RapidAI/.github’s past year of commit activity
    0 Apache-2.0 0 0 0 Updated Sep 29, 2024
  • RapidOCR Public

    Awesome OCR multiple programing languages toolkits based on ONNXRuntime, OpenVION and PaddlePaddle. (将PaddleOCR模型做了转换,采用ONNXRuntime推理,速度很快)

    RapidAI/RapidOCR’s past year of commit activity
    Python 2,861 Apache-2.0 354 2 0 Updated Sep 27, 2024
  • RapidOcrAndroidOnnxCompose Public

    opencv onnxruntime ocr android demo, jetpack compose + kotlin

    RapidAI/RapidOcrAndroidOnnxCompose’s past year of commit activity
    Kotlin 15 Apache-2.0 3 0 0 Updated Sep 26, 2024
  • RapidOCRDocs Public

    RapidOCR Document

    RapidAI/RapidOCRDocs’s past year of commit activity
    HTML 2 4 0 0 Updated Sep 14, 2024
  • RapidAI/RapidDataChat’s past year of commit activity
    Vue 0 1 0 0 Updated Sep 10, 2024
  • RapidLayoutRecover Public

    针对文档类图像,整合版面分析、文字识别、表格识别和公式识别结果,还原版面布局信息。

    RapidAI/RapidLayoutRecover’s past year of commit activity
    Python 126 Apache-2.0 7 0 0 Updated Sep 10, 2024
  • RapidLaTeXOCR Public

    Formula recognition based on LaTeX-OCR and ONNXRuntime.

    RapidAI/RapidLaTeXOCR’s past year of commit activity
    Python 280 MIT 27 1 0 Updated Sep 9, 2024