Jakaria commited on
Commit ·
6dad3ca
1
Parent(s): b46ad6c
subscription code added
Browse files- Dockerfile +0 -0
- classes.pkl +3 -0
- main.py +0 -0
- requirements.txt +5 -0
Dockerfile
ADDED
|
File without changes
|
classes.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2289784bb57f28b18a745c2fa5c9a782e6c3f520efbf0d8333d27d5ef536919
|
| 3 |
+
size 147
|
main.py
ADDED
|
File without changes
|
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
tensorflow
|
| 4 |
+
pillow
|
| 5 |
+
python-multipart
|