We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765293c commit 6ec8687Copy full SHA for 6ec8687
README.md
@@ -1,6 +1,11 @@
1
# PyTorch Flask API
2
3
4
+Check the demo [here](https://pytorch-imagenet.herokuapp.com/).
5
+
6
+If you'd like to check a super simple API server, then check [this repo](https://github.com/avinassh/pytorch-flask-api-heroku).
7
8
9
## Requirements
10
11
Install them from `requirements.txt`:
@@ -18,3 +23,8 @@ Run the server:
18
23
## Heroku Deployment
19
24
20
25
[](https://heroku.com/deploy?template=https://github.com/avinassh/pytorch-flask-api-heroku)
26
27
28
+## License
29
30
+The mighty MIT license. Please check `LICENSE` for more details.
0 commit comments