Add related project links
Browse files
README.md
CHANGED
|
@@ -68,6 +68,11 @@ The QuickTalk WebSocket route is:
|
|
| 68 |
/v1/audio2video/quicktalk
|
| 69 |
```
|
| 70 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
## Security Notes
|
| 72 |
|
| 73 |
`quicktalk.pth` is a PyTorch checkpoint. PyTorch checkpoint files are pickle-based, and unpickling arbitrary `.pth` files can execute code. For that reason, Hugging Face security scanners may flag this file as suspicious or unsafe, for example via Picklescan or generic Python obfuscation signatures.
|
|
|
|
| 68 |
/v1/audio2video/quicktalk
|
| 69 |
```
|
| 70 |
|
| 71 |
+
## Related Projects
|
| 72 |
+
|
| 73 |
+
- OpenTalking: <https://github.com/datascale-ai/opentalking>
|
| 74 |
+
- OmniRT: <https://github.com/datascale-ai/omnirt>
|
| 75 |
+
|
| 76 |
## Security Notes
|
| 77 |
|
| 78 |
`quicktalk.pth` is a PyTorch checkpoint. PyTorch checkpoint files are pickle-based, and unpickling arbitrary `.pth` files can execute code. For that reason, Hugging Face security scanners may flag this file as suspicious or unsafe, for example via Picklescan or generic Python obfuscation signatures.
|