refactor project structure
config.yaml
deleted
100644 → 0
config/args.yaml
0 → 100644
config/server.yaml
0 → 100644
| anyio==3.6.2 | anyio==3.6.2 | ||
| appdirs==1.4.4 | |||
| audioread==3.0.0 | |||
| certifi==2022.12.7 | certifi==2022.12.7 | ||
| cffi==1.15.1 | |||
| charset-normalizer==3.1.0 | charset-normalizer==3.1.0 | ||
| click==8.1.3 | click==8.1.3 | ||
| decorator==4.4.2 | decorator==4.4.2 | ||
| ... | @@ -15,20 +18,35 @@ imageio==2.27.0 | ... | @@ -15,20 +18,35 @@ imageio==2.27.0 |
| imageio-ffmpeg==0.4.8 | imageio-ffmpeg==0.4.8 | ||
| itsdangerous==2.1.2 | itsdangerous==2.1.2 | ||
| Jinja2==3.1.2 | Jinja2==3.1.2 | ||
| joblib==1.2.0 | |||
| lazy_loader==0.2 | |||
| librosa==0.10.0.post2 | |||
| llvmlite==0.39.1 | |||
| MarkupSafe==2.1.2 | MarkupSafe==2.1.2 | ||
| moviepy==1.0.3 | moviepy==1.0.3 | ||
| numpy==1.24.2 | mpai-cae-arp==0.2.0 | ||
| msgpack==1.0.5 | |||
| numba==0.56.4 | |||
| numpy==1.23.3 | |||
| orjson==3.8.9 | orjson==3.8.9 | ||
| packaging==23.0 | |||
| Pillow==9.5.0 | Pillow==9.5.0 | ||
| pooch==1.6.0 | |||
| proglog==0.1.10 | proglog==0.1.10 | ||
| pycparser==2.21 | |||
| pydantic==1.10.7 | pydantic==1.10.7 | ||
| python-dotenv==1.0.0 | python-dotenv==1.0.0 | ||
| python-multipart==0.0.6 | python-multipart==0.0.6 | ||
| PyYAML==6.0 | PyYAML==6.0 | ||
| requests==2.28.2 | requests==2.28.2 | ||
| rfc3986==1.5.0 | rfc3986==1.5.0 | ||
| scikit-learn==1.2.2 | |||
| scipy==1.10.1 | |||
| sniffio==1.3.0 | sniffio==1.3.0 | ||
| soundfile==0.12.1 | |||
| soxr==0.3.4 | |||
| starlette==0.26.1 | starlette==0.26.1 | ||
| threadpoolctl==3.1.0 | |||
| tqdm==4.65.0 | tqdm==4.65.0 | ||
| typing_extensions==4.5.0 | typing_extensions==4.5.0 | ||
| ujson==5.7.0 | ujson==5.7.0 | ||
| ... | ... |
server.py
deleted
100644 → 0
src/server.py
0 → 100644
src/utils.py
0 → 100644
Please register or sign in to comment