# flask-ocr **Repository Path**: slates/flask-ocr ## Basic Information - **Project Name**: flask-ocr - **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-06 - **Last Updated**: 2024-05-06 ## 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