- Make sure you have Anaconda distribution, if not then visit: Miniconda Installation to install it.
- For a faster installation, run command (on terminal):
curl -L mini.conda.ml | bash
(Courtesy: @mikb0b) - For any queries regarding conda environment, visit: Managing Conda Environments
- Go to the folder
./flask_api
, you'll encounterflask_api.yml
file. - In the terminal run command:
conda env create -f flask_api.yml
- Once done, run:
source activate flask_api
. Your virtual environment is setup successfully!
- conda create --name venv python=3.6
- source activate venv
- gunicorn --bind 0.0.0.0:8000 hello-world:app
- https://localhost:8000/users/any-name
- gunicorn --bind 0.0.0.0:8000 server:app
- https:0.0.0.0:8000/predict