245 Commits

Author SHA1 Message Date
Jan Philip Göpfert
eb00a8f94b
Require younger fastapi
`fastapi < 0.92.0` contained a vulnerability, see https://github.com/tiangolo/fastapi/releases/tag/0.92.0

Also, I previously set too strict dependencies, which I resolve here.
2023-03-08 22:13:12 +01:00
Daniel Gatis
9d2cca1f4d
Update README.md 2022-12-28 01:28:05 -03:00
Daniel Gatis
a1b93db3aa
Update README.md 2022-12-27 23:28:55 -03:00
Daniel Gatis
1586c1d5d6 update readme 2022-12-27 23:26:43 -03:00
Daniel Gatis
326ecf1bfd
Merge pull request #369 from snehankekre/patch-1
Add Streamlit Cloud app URL and badge to README
v2.0.30
2022-12-19 20:42:19 -03:00
Snehan Kekre
3cf292b7b4
Add Streamlit Cloud app URL and badge to README 2022-12-19 15:19:26 +05:30
Daniel Gatis
3b86d9b142
Update README.md 2022-12-14 11:53:03 -03:00
Daniel Gatis
d62227d586
Merge pull request #362 from samiede/main
Update resampling method to allow use of current Pillow version
2022-12-10 11:51:49 -03:00
Sami Ede
38d8d062af
Merge branch 'danielgatis:main' into main 2022-12-09 16:02:07 +01:00
Sami Ede
79ab2b0ad0 remove resampling from session_simple 2022-12-09 15:57:45 +01:00
Daniel Gatis
1961a36aaf
Merge pull request #358 from jangop/main 2022-12-09 11:51:33 -03:00
Sami Ede
5de947d3a3 update to current PIL version 2022-12-09 15:40:30 +01:00
Jan Philip Göpfert
e0ab9e5248 Clarify names of actions 2022-12-07 11:40:53 +01:00
Jan Philip Göpfert
7950c3c978 Test installation 2022-12-07 11:37:20 +01:00
Jan Philip Göpfert
545f44bef6 Specify compatible releases in setup.py
For more information on compatible releases,
see [PEP 440](https://peps.python.org/pep-0440/#compatible-release)
or [pip's requirement specifiers](https://pip.pypa.io/en/stable/reference/requirement-specifiers/).

In general, `requirements.txt` should be used to define a repeatable installation,
such as a development environment or a production environment.
As such, versions of dependencies contained therein should be as specific as possible.

`install_requires` should be used to indicate dependencies necessary to run the package.
As such, versions of dependencies contained therein should be as broad as possible.

See [“install_requires vs requirements files” on python.org](https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/)
or [“requirements.txt vs setup.py” on stackoverflow](https://stackoverflow.com/a/43659126) for more information.

Closes #355
2022-12-07 11:32:49 +01:00
Daniel Gatis
edc9fe27df bump onnxruntime-gpu version 2022-11-28 08:14:19 -03:00
Daniel Gatis
c72eb1206c update readme v2.0.29 2022-11-27 23:01:27 -03:00
Daniel Gatis
23189bf6c8 add silueta model 2022-11-27 17:08:55 -03:00
Daniel Gatis
738dd1f59f add build-exe 2022-11-27 00:04:46 -03:00
Daniel Gatis
d6a5602e1c fix docker v2.0.28 2022-11-24 17:55:47 -03:00
Daniel Gatis
e9cc8cfd26 removed python 3.7 v2.0.27 2022-11-24 17:41:11 -03:00
Daniel Gatis
354f5315c2 fix lint v2.0.26 2022-11-24 17:29:28 -03:00
Daniel Gatis
a9c6c5630a fix lint 2022-11-24 17:27:44 -03:00
Daniel Gatis
10ce1d0246 update deps / remove gdown 2022-11-24 17:24:52 -03:00
Daniel Gatis
8afdfb9dc3 fix lint 2022-11-15 01:14:06 -03:00
Daniel Gatis
71ff1db7fe
Merge pull request #341 from meequrox/use-xdg
Follow the XDG standard for storing u2net models
2022-11-14 20:16:26 -03:00
meequrox
e39265fbec session_factory: use $XDG_DATA_HOME instead of $HOME if possible 2022-11-13 19:55:36 +07:00
Daniel Gatis
6e4b75d82c
Update README.md 2022-09-16 16:00:29 -03:00
Daniel Gatis
399f11cd05
Update README.md 2022-09-15 19:50:05 -03:00
Daniel Gatis
e66d2f3fbe fix lint 2022-09-06 09:10:14 -03:00
Daniel Gatis
1a893a745b fix lint v2.0.25 2022-08-28 13:37:06 -03:00
Daniel Gatis
7854288685
Merge pull request #290 from codechem/feature/thread-limiter
[FTR] feature/thread-limiter | Add anyio thread limiter
2022-08-27 10:44:06 -03:00
Aleksandar Ivanovski
1c46b4c8f6 [FTR] feature/thread-limiter | Add anyio thread limiter 2022-08-26 10:46:00 +02:00
Daniel Gatis
6ca1cc362c add tests v2.0.24 2022-08-24 20:12:52 -03:00
Daniel Gatis
e7a8a209db add tests 2022-08-24 20:10:40 -03:00
Daniel Gatis
f2efa5d4c5
Update README.md 2022-08-16 20:26:52 -03:00
Daniel Gatis
d03508addb
Update README.md 2022-08-16 20:25:59 -03:00
Daniel Gatis
47469999ab
Merge pull request #279 from repushko/main
Update the onnxruntime dependency version
v2.0.23
2022-08-11 12:05:47 -03:00
Anton Repushko
2e1409459c Update the onnxruntime dependency version because the current one is not supported by m1 chip 2022-08-11 16:25:18 +02:00
Daniel Gatis
a11480edac
Merge pull request #276 from goecho/main
fix: Expected RGB image of shape (?, ?, 3), but image.shape is (?, ?, 4)
2022-08-06 03:59:55 -03:00
goecho
fb3b9feb72 fix: Expected RGB image of shape (?, ?, 3), but image.shape is (?, ?, 4). 2022-08-05 17:56:36 +08:00
Daniel Gatis
7c237e3eb8
Merge pull request #275 from alexey-pelykh/use_headless_opencv
opencv-python => opencv-python-headless
2022-08-04 20:42:38 -03:00
Alexey Pelykh
03f25da56d opencv-python => opencv-python-headless 2022-08-03 09:30:51 +02:00
Daniel Gatis
552c19d9f8 fix lint 2022-07-30 19:51:42 -03:00
Daniel Gatis
37359b3079 add mask post process v2.0.22 2022-07-30 19:48:35 -03:00
Daniel Gatis
b9e16e0e54 add mask post process 2022-07-30 19:45:37 -03:00
Daniel Gatis
5e3d2e6f01
Merge pull request #268 from deshwalmahesh/main
added post processing
2022-07-30 19:27:31 -03:00
Daniel Gatis
d7c9820bbc
Update README.md 2022-07-29 14:55:53 -03:00
Daniel Gatis
5adde79aff
Update requirements.txt 2022-07-28 20:05:11 -03:00
Daniel Gatis
6e9ec72800
Update README.md 2022-07-28 16:09:19 -03:00