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
Daniel Gatis
8267328414
Update README.md
2022-07-28 16:06:23 -03:00
Mahesh Deshwal
f0cc9933eb
added post processing
2022-07-17 00:07:53 +05:30
Daniel Gatis
9839adca96
add close issues workflow
2022-07-06 19:09:56 -03:00
Daniel Gatis
8ee6e0bac8
Update issue templates
2022-07-06 19:04:30 -03:00
Daniel Gatis
1adcc44713
Update README.md
2022-07-06 19:00:32 -03:00
Daniel Gatis
1e23b4c396
Update README.md
2022-07-05 15:54:39 -03:00
Daniel Gatis
025b71e4fa
Update README.md
2022-07-05 15:54:12 -03:00
Daniel Gatis
850f8546df
Update FUNDING.yml
2022-07-05 12:18:09 -03:00
Daniel Gatis
db696b3f33
add funding
2022-07-05 12:17:33 -03:00
Daniel Gatis
f387da9c85
add funding
2022-07-05 12:16:47 -03:00
Daniel Gatis
06d97d16f7
Merge pull request #256 from KenjieDec/patch-1
...
Hugging Face Web Demo
2022-06-27 00:45:52 -03:00
KenjieDec
997005a17a
Update README.md
2022-06-26 02:04:06 +07:00
Daniel Gatis
3bc1c1af99
update pymatting
2022-06-16 23:00:14 -03:00
Daniel Gatis
33e02fe732
fix lint
2022-06-01 23:04:39 -03:00
Daniel Gatis
25298b15ed
Merge pull request #235 from MadMaxInfinity/patch-2
...
Update cli.py to make POST method work
2022-06-01 23:03:28 -03:00
MadMaxInfinity
99edf83ffb
Update cli.py to make POST method work
...
Use another class for post requirements:
Following the form example you give, classical HTML forms send form fields and not JSON, so you need to use Form for POST method (and not Query, as for GET method - read here for more : https://fastapi.tiangolo.com/tutorial/request-forms/?h=form+data ) to be sure to retrieve correct data.
2022-05-27 16:32:32 +02:00
Daniel Gatis
8850298471
Merge pull request #224 from artemmolotov/patch-1
...
Fix docker image name in the readme
2022-04-30 18:41:39 -03:00
Artem M
120855119e
Fix docker image name in the readme
2022-04-30 23:46:34 +03:00
Daniel Gatis
525dac1302
update docker
v2.0.21
2022-04-29 13:19:11 -03:00
Daniel Gatis
f339a11036
allow all cors
v2.0.20
2022-04-29 11:54:14 -03:00
Daniel Gatis
2473aa72b9
fix version
2022-04-26 15:27:33 -03:00
Daniel Gatis
d57eba1ca2
fix version
2022-04-26 15:26:59 -03:00
Daniel Gatis
77ce4d7c4e
fix mypy
v2.0.19
2022-04-22 23:31:11 -03:00
Daniel Gatis
7a4935a01e
add more models
v2.0.18
2022-04-22 18:35:18 -03:00
Daniel Gatis
84a21b4175
add more models
v2.0.17
2022-04-21 22:38:06 -03:00
Daniel Gatis
738cf156af
add more models
2022-04-21 22:32:12 -03:00
Daniel Gatis
1aab8c8bbb
Update README.md
2022-04-20 13:56:09 -03:00
Daniel Gatis
201c6f3772
fix python version
v2.0.16
2022-04-20 13:33:22 -03:00
Daniel Gatis
f19ec10e4b
fix python version
v2.0.15
2022-04-20 13:25:23 -03:00
Daniel Gatis
8bc16273bc
fix python version
v2.0.14
2022-04-20 10:03:05 -03:00
Daniel Gatis
92e768c3fa
fix alpha matting
v2.0.13
2022-04-18 13:13:46 -03:00
Daniel Gatis
f72fe5fd1e
fix lint
v2.0.12
2022-04-16 18:28:38 -03:00
Daniel Gatis
4ce48973b2
fix lint
2022-04-16 18:26:48 -03:00
Daniel Gatis
ca97ce4e59
add watch mode
2022-04-16 18:17:14 -03:00
Daniel Gatis
8ac82eb54e
fix isort
2022-04-05 15:09:24 -03:00
Daniel Gatis
e903480465
fix lint
2022-04-05 15:07:22 -03:00
Daniel Gatis
5ceb38126f
Merge pull request #213 from carlogrisetti/main
...
Expand FastAPI documentation
2022-04-05 14:56:17 -03:00
Carlo Grisetti
0405f9a3c7
Fix Only Mask parameter
2022-04-05 15:30:47 +02:00
Carlo Grisetti
1e66d8b24b
Fix description
2022-04-05 15:29:09 +02:00
Carlo Grisetti
40a742dd53
Route parameters documentation
2022-04-05 15:25:09 +02:00
Carlo Grisetti
57e8dabb21
CommonQueryParameters documentation
2022-04-05 15:21:26 +02:00
Carlo Grisetti
6c9a7c1864
Expand FastAPI documentation
...
It will be accessible at http://127.0.0.1:5000/docs by default
2022-04-05 14:57:42 +02:00
Daniel Gatis
ce1d5076c1
Update requirements.txt
v2.0.11
2022-03-26 11:10:15 -03:00
Daniel Gatis
fa1840a2dc
Merge branch 'main' of github-dgc.com:danielgatis/rembg
v2.0.10
2022-03-13 11:54:32 -03:00