diff --git a/__pycache__/config.cpython-36.pyc b/__pycache__/config.cpython-36.pyc index 9d1452d..442ed48 100644 Binary files a/__pycache__/config.cpython-36.pyc and b/__pycache__/config.cpython-36.pyc differ diff --git a/app/__pycache__/cat_recognition.cpython-36.pyc b/app/__pycache__/cat_recognition.cpython-36.pyc index 279ca63..9289b2a 100644 Binary files a/app/__pycache__/cat_recognition.cpython-36.pyc and b/app/__pycache__/cat_recognition.cpython-36.pyc differ diff --git a/pic.jpg b/pic.jpg index da24e28..773ae83 100644 Binary files a/pic.jpg and b/pic.jpg differ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..6424acf --- /dev/null +++ b/requirements.txt @@ -0,0 +1,26 @@ +cachetools==3.0.0 +certifi==2018.11.29 +chardet==3.0.4 +Click==7.0 +Flask==1.0.2 +Flask-WTF==0.14.2 +google-api-core==1.6.0 +google-auth==1.6.1 +google-cloud-vision==0.35.1 +googleapis-common-protos==1.5.5 +grpcio==1.17.0 +idna==2.8 +itsdangerous==1.1.0 +Jinja2==2.10 +MarkupSafe==1.1.0 +pkg-resources==0.0.0 +protobuf==3.6.1 +pyasn1==0.4.4 +pyasn1-modules==0.2.2 +pytz==2018.7 +requests==2.21.0 +rsa==4.0 +six==1.12.0 +urllib3==1.24.1 +Werkzeug==0.14.1 +WTForms==2.2.1