Compare commits

...

5 Commits

Author SHA1 Message Date
Priyanshu Singh e99b4613c6
Merge 81b4759b39 into 16c1b44927 2024-09-11 10:23:44 +08:00
Kenneth Estanislao 16c1b44927 Revert "recommit webcam option"
This reverts commit 49d3f9a3cc.
2024-09-11 02:49:53 +08:00
Kenneth Estanislao 229375465d
Update README.md
added some credits
2024-09-11 00:05:06 +08:00
Kenneth Estanislao 49d3f9a3cc recommit webcam option 2024-09-11 00:02:45 +08:00
Priyanshu Singh 81b4759b39
Update README.md
pip install  -r requirements.txt didn't work so I tried this worked
pip install --use-pep517 -r requirements.txt
2024-08-27 01:01:40 +05:30
1 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,11 @@ Then put those 2 files on the "**models**" folder
We highly recommend to work with a `venv` to avoid issues.
```
pip install -r requirements.txt
```
or try if above failed
```
pip install --use-pep517 -r requirements.txt
```
For MAC OS, You have to install or upgrade python-tk package:
```
@ -324,6 +329,7 @@ If you want the latest and greatest build, or want to see some new great feature
- [deepinsight](https://github.com/deepinsight): for their [insightface](https://github.com/deepinsight/insightface) project which provided a well-made library and models. Please be reminded that the [use of the model is for non-commercial research purposes only](https://github.com/deepinsight/insightface?tab=readme-ov-file#license).
- [havok2-htwo](https://github.com/havok2-htwo) : for sharing the code for webcam
- [GosuDRM](https://github.com/GosuDRM/nsfw-roop) : for uncensoring roop
- [pereiraroland26](https://github.com/pereiraroland26) : Multiple faces support)
- [vic4key](https://github.com/vic4key) : For supporting/contributing on this project
- and [all developers](https://github.com/hacksider/Deep-Live-Cam/graphs/contributors) behind libraries used in this project.
- Foot Note: [This is originally roop-cam, see the full history of the code here.](https://github.com/hacksider/roop-cam) Please be informed that the base author of the code is [s0md3v](https://github.com/s0md3v/roop)