|
5 | 5 | - toc |
6 | 6 | --- |
7 | 7 |
|
8 | | -<p align="left"> |
9 | | - <a href="https://huggingface.co/spaces/SWHL/RapidOCRDemo" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%A4%97-Hugging Face Demo-blue"></a> |
10 | | - <a href="https://www.modelscope.cn/studios/RapidAI/RapidOCRDemo" target="_blank"><img src="https://img.shields.io/badge/ModelScope-Demo-blue"></a> |
11 | | - <a href="https://aistudio.baidu.com/app/highcode/33121" target="_blank"><img src="https://img.shields.io/badge/AI%20Studio-Demo-blue"></a> |
12 | | - <a href="https://colab.research.google.com/github/RapidAI/RapidOCR/blob/main/assets/RapidOCRDemo.ipynb" target="_blank"><img src="https://raw.githubusercontent.com/RapidAI/RapidOCR/main/assets/colab-badge.svg" alt="Open in Colab"></a> |
13 | | - <a href="https://aistudio.baidu.com/aistudio/projectdetail/4444785?sUid=57084&shared=1&ts=1660896122332" target="_blank"><img src="https://img.shields.io/badge/PP-Open in AI Studio-blue.svg"></a><br/> |
14 | | -</p> |
| 8 | +## 引言 |
| 9 | + |
| 10 | +Hugging Face上的Demo和魔搭Demo是同一套代码,都是基于[streamlit](https://streamlit.io/)或者Gradio搭建而来的。Demo都是开源的,在demo平台都能找到对应源码。 |
15 | 11 |
|
16 | | -#### 简介 |
| 12 | +两者区别在于,魔搭是国内平台,不需要科学上网即可访问使用;Hugging Face则需要科学上网。 |
17 | 13 |
|
18 | | -- Hugging Face上的Demo和魔搭Demo是同一套代码,都是基于[streamlit](https://streamlit.io/)搭建而来的。 |
19 | | -- 两者区别在于,魔搭是国内平台,不需要科学上网即可访问使用;Hugging Face则需要科学上网。 |
20 | | -- 搭建demo的目的在于: |
21 | | - - 快速查看指定图像的识别效果和识别时长 |
22 | | - - 快速比较不同版本的检测和识别模型效果差异 |
| 14 | +搭建demo的目的在于: |
23 | 15 |
|
24 | | -#### 在线Demo |
| 16 | +- 快速查看指定图像的识别效果和识别时长 |
| 17 | +- 快速比较不同版本的检测和识别模型效果差异 |
25 | 18 |
|
26 | | -- **Hugging Face:** <a href="https://huggingface.co/spaces/SWHL/RapidOCRDemo" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%A4%97-Hugging Face Demo-blue"></a> |
27 | | -- **阿里魔搭社区:** <a href="https://www.modelscope.cn/studios/RapidAI/RapidOCRDemo" target="_blank"><img src="https://img.shields.io/badge/ModelScope-Demo-blue"></a> |
28 | | -- **百度星河社区:** <a href="https://aistudio.baidu.com/app/highcode/33121" target="_blank"><img src="https://img.shields.io/badge/AI%20Studio-Demo-blue"></a> |
| 19 | +### RapidOCR v3 |
29 | 20 |
|
30 | | -#### Demo源码 |
| 21 | +对应`rapidocr` v3.x 版本 |
31 | 22 |
|
32 | | -- **Hugging Face:** <https://huggingface.co/spaces/RapidAI/RapidOCR/tree/main> |
33 | | -- **魔搭社区:** <https://www.modelscope.cn/studios/RapidAI/RapidOCRDemo/files> |
34 | | -- **百度星河社区:** <https://aistudio.baidu.com/app/highcode/33121/files> |
| 23 | +### RapidOCR v2 |
35 | 24 |
|
36 | | -<div align="left"> |
37 | | - <iframe src="https://rapidai-rapidocr.hf.space" frameborder="0" width="1550" height="850"></iframe> |
38 | | -</div> |
| 25 | +对应`rapidocr` v2.x 版本 |
| 26 | + |
| 27 | +<p align="left"> |
| 28 | + <a href="https://huggingface.co/spaces/RapidAI/RapidOCRv2" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%A4%97-Hugging Face Demo%20v1-blue"></a> |
| 29 | + <a href="https://www.modelscope.cn/studios/RapidAI/RapidOCRv2" target="_blank"><img src="https://img.shields.io/badge/ModelScope-Demo%20v1-blue"></a> |
| 30 | +</p> |
| 31 | + |
| 32 | +### RapidOCR v1 |
| 33 | + |
| 34 | +对应`rapidocr` v1.x 版本 |
| 35 | + |
| 36 | +<p align="left"> |
| 37 | + <a href="https://huggingface.co/spaces/RapidAI/RapidOCR" target="_blank"><img src="https://img.shields.io/badge/%F0%9F%A4%97-Hugging Face Demo%20v1-blue"></a> |
| 38 | + <a href="https://www.modelscope.cn/studios/RapidAI/RapidOCRDemo" target="_blank"><img src="https://img.shields.io/badge/ModelScope-Demo%20v1-blue"></a> |
| 39 | +</p> |
0 commit comments