# flask-ocr_1 **Repository Path**: slates/flask-ocr_1 ## Basic Information - **Project Name**: flask-ocr_1 - **Description**: flask +PaddleOCR + PaddleAsr 附带虚拟环境和模型包,主分支为dev - **Primary Language**: Python - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-05-07 - **Last Updated**: 2024-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flask-ocr 基于paddler实现了图片识别,视频识别,语音识别 # 运行方式 python app.py 或者 flask run app # 部署方式 uwsgi --http :8000 --wsgi-file app.py --callable app 或者 uwsgi --ini uwsgi.ini