|
|
@ -187,7 +187,7 @@ Now you can build a Flask app to call your model and return similar results, but
|
|
|
|
cd web-app
|
|
|
|
cd web-app
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
1. In your terminal type `pip install`, to install the libraries listed in _reuirements.txt_:
|
|
|
|
1. In your terminal type `pip install`, to install the libraries listed in _requirements.txt_:
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
pip install -r requirements.txt
|
|
|
|
pip install -r requirements.txt
|
|
|
|