diff --git a/projects/README.md b/projects/README.md index ed339142..cd4a7154 100644 --- a/projects/README.md +++ b/projects/README.md @@ -5,4 +5,6 @@ - [llama_index_rag](./llama_index_rag/README.md): Build a lightweight RAG system based on llama_index - [gradio_app](./gradio_app/README.md): Build a web app based on gradio - [web_demo](./web_demo/README.md): MinerU online [demo](https://opendatalab.com/OpenSourceTools/Extractor/PDF/) localized deployment version +- [web_api](./web_api/README.md): Web API Based on FastAPI + diff --git a/projects/README_zh-CN.md b/projects/README_zh-CN.md index 3aaa988b..80274512 100644 --- a/projects/README_zh-CN.md +++ b/projects/README_zh-CN.md @@ -5,4 +5,5 @@ - [llama_index_rag](./llama_index_rag/README_zh-CN.md): 基于 llama_index 构建轻量级 RAG 系统 - [gradio_app](./gradio_app/README_zh-CN.md): 基于 Gradio 的 Web 应用 - [web_demo](./web_demo/README_zh-CN.md): MinerU在线[demo](https://opendatalab.com/OpenSourceTools/Extractor/PDF/)本地化部署版本 +- [web_api](./web_api/README.md): 基于 FastAPI 的 Web API diff --git a/web_api/Dockerfile b/projects/web_api/Dockerfile similarity index 100% rename from web_api/Dockerfile rename to projects/web_api/Dockerfile diff --git a/web_api/README.md b/projects/web_api/README.md similarity index 100% rename from web_api/README.md rename to projects/web_api/README.md diff --git a/web_api/app.py b/projects/web_api/app.py similarity index 100% rename from web_api/app.py rename to projects/web_api/app.py diff --git a/web_api/magic-pdf.json b/projects/web_api/magic-pdf.json similarity index 100% rename from web_api/magic-pdf.json rename to projects/web_api/magic-pdf.json diff --git a/web_api/magic-pdf.template.json b/projects/web_api/magic-pdf.template.json similarity index 100% rename from web_api/magic-pdf.template.json rename to projects/web_api/magic-pdf.template.json diff --git a/web_api/requirements.txt b/projects/web_api/requirements.txt similarity index 100% rename from web_api/requirements.txt rename to projects/web_api/requirements.txt diff --git a/web_api/small_ocr.pdf b/projects/web_api/small_ocr.pdf similarity index 100% rename from web_api/small_ocr.pdf rename to projects/web_api/small_ocr.pdf diff --git a/web_api/sources.list b/projects/web_api/sources.list similarity index 100% rename from web_api/sources.list rename to projects/web_api/sources.list diff --git a/web_api/start_mineru.sh b/projects/web_api/start_mineru.sh similarity index 100% rename from web_api/start_mineru.sh rename to projects/web_api/start_mineru.sh