-
Notifications
You must be signed in to change notification settings - Fork 858
HuggingFace & Cloudflare WebRTC partnership announcement #2801
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HuggingFace & Cloudflare WebRTC partnership announcement #2801
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
fastrtc-cloudflare.md
Outdated
|
||
We're excited to announce a new partnership between Cloudflare and Hugging Face that gives FastRTC developers instant access to enterprise-grade WebRTC infrastructure with a Hugging Face token. | ||
|
||
As a preview of what you can build with FastRTC and Cloudflare, check out this voice chat app built with Meta's new Llama 4 model! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice to build w/ llama 4
fastrtc-cloudflare.md
Outdated
|
||
## Getting Started | ||
|
||
The integration will be available in the FastRTC version 0.0.20. To get started: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will the release be out by the time the blog post is released? if so I'd drop the future tense and instead say:
The integration will be available in the FastRTC version 0.0.20. To get started: | |
The integration is available with `fastrtc>=0.0.20`. To get started: |
fastrtc-cloudflare.md
Outdated
## Getting Started | ||
|
||
The integration will be available in the FastRTC version 0.0.20. To get started: | ||
- Ensure you have a Hugging Face token (get one [here](https://huggingface.co/settings/tokens)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Ensure you have a Hugging Face token (get one [here](https://huggingface.co/settings/tokens)) | |
- Ensure you have a Hugging Face token with read access (get one [here](https://huggingface.co/settings/tokens)) |
fastrtc-cloudflare.md
Outdated
- Configure your Stream to use the Cloudflare TURN network | ||
- Launch your script with python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Configure your Stream to use the Cloudflare TURN network | |
- Launch your script with python | |
- Configure your Stream to use the Cloudflare TURN network as shown below: |
stream.ui.launch() | ||
``` | ||
|
||
See this [Collection](https://huggingface.co/collections/fastrtc/cloudflare-partnership-67f437e0dfd19818d62ccb81) on Hugging Face as well as the [FastRTC Cookbook](https://fastrtc.org/cookbook/) for more examples. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See this [Collection](https://huggingface.co/collections/fastrtc/cloudflare-partnership-67f437e0dfd19818d62ccb81) on Hugging Face as well as the [FastRTC Cookbook](https://fastrtc.org/cookbook/) for more examples. | |
Now simply launch your script with Python: `python [name of your file]` | |
See this [Collection](https://huggingface.co/collections/fastrtc/cloudflare-partnership-67f437e0dfd19818d62ccb81) on Hugging Face as well as the [FastRTC Cookbook](https://fastrtc.org/cookbook/) for more examples. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm good stuff @freddyaboulton!
fastrtc-cloudflare.md
Outdated
|
||
As a preview of what you can build with FastRTC and Cloudflare, check out this voice chat app built with Meta's new Llama 4 model! | ||
|
||
<video src="https://huggingface.co/datasets/freddyaboulton/bucket/resolve/main/FastRTCCloudFlareShort.mp4" controls /></video> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw the video did not load for me, but my wifi connection is pretty terrible atm. but maybe double check the link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this. My first draft had a video loading from an HF dataset and that was working but for some reason this particular video is not loading. Switched to loading from a github url and it's working now.
Thank you for the feedback @abidlabs 🙏 |
This has to go out tomorrow at 10 am (us-eastern), 4:00 pm (paris time)
Preparing the Article
You're not quite done yet, though. Please make sure to follow this process (as documented here):
md
file. You can also specifyguest
ororg
for the authors.Here is an example of a complete PR: #2382
Getting a Review
Please make sure to get a review from someone on your team or a co-author.
Once this is done and once all the steps above are completed, you should be able to merge.
There is no need for additional reviews if you and your co-authors are happy and meet all of the above.
Feel free to add @pcuenca as a reviewer if you want a final check. Keep in mind he'll be biased toward light reviews
(e.g., check for proper metadata) rather than content reviews unless explicitly asked.