Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions week07_application_deployment/01_python_server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Python server

* Put `vgg16.pt` inside this directory

* Run
```bash
pip3 install -r requirements.txt
python3 server.py
```

## Further reading

* Flask lib - https://flask.palletsprojects.com/en/3.0.x/
* Http - https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview
Loading