Skip to content

Commit fcf9d5b

Browse files
authored
✨ Add week 07 materials (#31)
1 parent ddf7afb commit fcf9d5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+6104
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Python server
2+
3+
* Put `vgg16.pt` inside this directory
4+
5+
* Run
6+
```bash
7+
pip3 install -r requirements.txt
8+
python3 server.py
9+
```
10+
11+
## Further reading
12+
13+
* Flask lib - https://flask.palletsprojects.com/en/3.0.x/
14+
* Http - https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview

0 commit comments

Comments
 (0)