# deep_learning_rest_api **Repository Path**: zylhub/deep_learning_rest_api ## Basic Information - **Project Name**: deep_learning_rest_api - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # keras-flask-nginx-uwsgi 部署参考 1. 安装依赖`pip install -r requirements.txt` 2. 配置uwsgi_config.ini 3. load model `python app/run_model_server.py` 3. run `uwsgi --ini uwsgi_config.ini` 参考: https://www.pyimagesearch.com/2018/02/05/deep-learning-production-keras-redis-flask-apache/