Create Python API (#457)
* 更新镜像 * 更新镜像信息 * 更新镜像信息 * Create openai_api.py * Create requirements.txt * Create README.md * 添加python接口 * Delete python directory * Create README.md * Create Python API * 文件结构化 * 文件结构化
Showing
python/api/README.md
0 → 100644
python/api/api.py
0 → 100644
python/api/dockerfile
0 → 100644
python/api/main.py
0 → 100644
python/api/requirements.txt
0 → 100644
| aiofiles==23.2.1 | |||
| baidu_aip==4.16.12 | |||
| beautifulsoup4==4.11.1 | |||
| fastapi==0.104.1 | |||
| nltk==3.8.1 | |||
| pdf2image==1.16.3 | |||
| pydantic==1.10.7 | |||
| PyPDF2==3.0.1 | |||
| python_docx==0.8.11 | |||
| python_pptx==0.6.21 | |||
| Requests==2.31.0 | |||
| uvicorn==0.24.0 | |||
| chardet==5.2.0 | |||
| python-multipart==0.0.6 | |||
| \ No newline at end of file |
python/api/services/fetch.py
0 → 100644
python/api/services/office2txt.py
0 → 100644
python/api/test/fetch_test.py
0 → 100644
python/api/test/office_test.py
0 → 100644
Please
register
or
sign in
to comment