From: ibidyouadu Date: Thu, 18 Jul 2024 03:18:22 +0000 (-0500) Subject: init commit with empty files X-Git-Url: http://git.angelumana.com/?a=commitdiff_plain;h=af3eaafeb70841750ba730ee86309d96c573e9a0;p=wu-api%2F.git init commit with empty files --- af3eaafeb70841750ba730ee86309d96c573e9a0 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82f9275 --- /dev/null +++ b/.gitignore @@ -0,0 +1,162 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +.pybuilder/ +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# poetry +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control +#poetry.lock + +# pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/latest/usage/project/#working-with-version-control +.pdm.toml +.pdm-python +.pdm-build/ + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# Cython debug symbols +cython_debug/ + +# PyCharm +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1333ed7 --- /dev/null +++ b/Dockerfile @@ -0,0 +1 @@ +TODO diff --git a/README.md b/README.md new file mode 100644 index 0000000..1600286 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +API for serving predictions from the Wu cloud identifier diff --git a/app/__init__.py b/app/__init__.py new file mode 100644 index 0000000..4640904 --- /dev/null +++ b/app/__init__.py @@ -0,0 +1 @@ +# TODO diff --git a/app/data.py b/app/data.py new file mode 100644 index 0000000..4640904 --- /dev/null +++ b/app/data.py @@ -0,0 +1 @@ +# TODO diff --git a/app/inference.py b/app/inference.py new file mode 100644 index 0000000..4640904 --- /dev/null +++ b/app/inference.py @@ -0,0 +1 @@ +# TODO diff --git a/app/model.py b/app/model.py new file mode 100644 index 0000000..4640904 --- /dev/null +++ b/app/model.py @@ -0,0 +1 @@ +# TODO diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ac1d7df --- /dev/null +++ b/requirements.txt @@ -0,0 +1,147 @@ +absl-py==2.1.0 +aiohttp==3.9.5 +aiosignal==1.3.1 +anyio==4.3.0 +appnope==0.1.4 +argon2-cffi==23.1.0 +argon2-cffi-bindings==21.2.0 +arrow==1.3.0 +asttokens==2.4.1 +astunparse==1.6.3 +async-lru==2.0.4 +attrs==23.2.0 +Babel==2.15.0 +beautifulsoup4==4.12.3 +bleach==6.1.0 +certifi==2024.2.2 +cffi==1.16.0 +charset-normalizer==3.3.2 +comm==0.2.2 +contourpy==1.2.1 +cycler==0.12.1 +datasets==2.19.1 +debugpy==1.8.1 +decorator==5.1.1 +defusedxml==0.7.1 +dill==0.3.8 +executing==2.0.1 +fastjsonschema==2.19.1 +filelock==3.14.0 +flatbuffers==24.3.25 +fonttools==4.51.0 +fqdn==1.5.1 +frozenlist==1.4.1 +fsspec==2024.3.1 +gast==0.5.4 +google-pasta==0.2.0 +grpcio==1.63.0 +h11==0.14.0 +h5py==3.11.0 +httpcore==1.0.5 +httpx==0.27.0 +huggingface-hub==0.23.0 +idna==3.7 +ipykernel==6.29.4 +ipython==8.24.0 +isoduration==20.11.0 +jedi==0.19.1 +Jinja2==3.1.4 +joblib==1.4.2 +json5==0.9.25 +jsonpointer==2.4 +jsonschema==4.22.0 +jsonschema-specifications==2023.12.1 +jupyter-events==0.10.0 +jupyter-lsp==2.2.5 +jupyter-resource-usage==1.0.2 +jupyter_client==8.6.1 +jupyter_core==5.7.2 +jupyter_server==2.14.0 +jupyter_server_terminals==0.5.3 +jupyterlab==4.2.0 +jupyterlab_pygments==0.3.0 +jupyterlab_server==2.27.1 +keras==3.3.3 +kiwisolver==1.4.5 +libclang==18.1.1 +Markdown==3.6 +markdown-it-py==3.0.0 +MarkupSafe==2.1.5 +matplotlib==3.9.0 +matplotlib-inline==0.1.7 +mdurl==0.1.2 +mistune==3.0.2 +ml-dtypes==0.3.2 +multidict==6.0.5 +multiprocess==0.70.16 +namex==0.0.8 +nbclient==0.10.0 +nbconvert==7.16.4 +nbformat==5.10.4 +nest-asyncio==1.6.0 +notebook_shim==0.2.4 +numpy==1.26.4 +opencv-python==4.9.0.80 +opt-einsum==3.3.0 +optree==0.11.0 +overrides==7.7.0 +packaging==24.0 +pandas==2.2.2 +pandocfilters==1.5.1 +parso==0.8.4 +pexpect==4.9.0 +pillow==10.3.0 +platformdirs==4.2.2 +prometheus_client==0.20.0 +prompt-toolkit==3.0.43 +protobuf==4.25.3 +psutil==5.9.8 +ptyprocess==0.7.0 +pure-eval==0.2.2 +pyarrow==16.1.0 +pyarrow-hotfix==0.6 +pycparser==2.22 +Pygments==2.18.0 +pyparsing==3.1.2 +python-dateutil==2.9.0.post0 +python-json-logger==2.0.7 +pytz==2024.1 +PyYAML==6.0.1 +pyzmq==26.0.3 +referencing==0.35.1 +requests==2.31.0 +rfc3339-validator==0.1.4 +rfc3986-validator==0.1.1 +rich==13.7.1 +rpds-py==0.18.1 +scikit-learn==1.4.2 +scipy==1.13.0 +Send2Trash==1.8.3 +six==1.16.0 +sniffio==1.3.1 +soupsieve==2.5 +stack-data==0.6.3 +tensorboard==2.16.2 +tensorboard-data-server==0.7.2 +tensorflow==2.16.1 +tensorflow-io-gcs-filesystem==0.37.0 +termcolor==2.4.0 +terminado==0.18.1 +threadpoolctl==3.5.0 +tinycss2==1.3.0 +tornado==6.4 +tqdm==4.66.4 +traitlets==5.14.3 +types-python-dateutil==2.9.0.20240316 +typing_extensions==4.11.0 +tzdata==2024.1 +uri-template==1.3.0 +urllib3==2.2.1 +wcwidth==0.2.13 +webcolors==1.13 +webencodings==0.5.1 +websocket-client==1.8.0 +Werkzeug==3.0.3 +wrapt==1.16.0 +xxhash==3.4.1 +yarl==1.9.4 diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..4640904 --- /dev/null +++ b/setup.py @@ -0,0 +1 @@ +# TODO