-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to run NSFW.js on Cloudflare? #868
Comments
I'm not sure how long my motivation will last, but I'm creating something like this now. Furthermore, in the project I'm contributing to, I've implemented it as follows and confirmed it's working on Remix (Cloudflare Pages). While the performance might depend on the CPU and memory available, I believe there's a high possibility that it can run on Cloudflare Workers since it's WASM (WebAssembly). |
I might try and see. I wonder if 128MB ram of worker would be enough. |
There is a project using TensorFlow -UpscalerJS- that has CF worker example. EDIT: |
I managed to run it on Cloudflare with five caveats:
Code for the app:
Renaming example is:
|
I'm seeking a cloud host for NSFW.js and wonder if Cloudflare Workers can do it.
Can anyone share some experience?
The text was updated successfully, but these errors were encountered: