-
Notifications
You must be signed in to change notification settings - Fork 785
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
Add JavaScript tutorial to the docs #271
Conversation
The documentation is not available anymore as the PR was closed or merged. |
But nice job 👍 🥇 |
Thanks @kungfooman! I've changed it to 4 spaces for the indentation, and removed the jsx snippets. Not sure why they were there, probably just from Notion. Also added semi colons :) |
Thanks so much @perborgen! 😍 This is great! I'll review the whole thing soon. 🤗 |
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.
This is a game changer! I absolutely love the scrim too - very engaging and interactive.
I've left a few notes about things we can change, but what will probably be easiest (and quickest for me to review) is if you can grant me write access to your fork (https://github.com/perborgen/transformers.js).
Looking forward to getting this merged - thanks so much for your work!
Co-authored-by: Joshua Lochner <[email protected]>
Co-authored-by: Joshua Lochner <[email protected]>
Co-authored-by: Joshua Lochner <[email protected]>
Co-authored-by: Joshua Lochner <[email protected]>
Thanks for the review @xenova ! Just invited you to my fork so that you can make apply changes directly. Once I see how the final source code looks like, I'll record a new scrim :) |
I've just been proof-reading and improving some of the sections (mainly just trying to keep some terms consistent across the docs). I'll continue with step 4 and the rest tomorrow. |
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.
Good to go!
This PR adds a tutorial on Image Object Detection using vanilla JavaScript. It's meant as the entry point for newbie devs who might struggle with the React/Next/Node examples. It requires no setup or build tools to run, simply drag&drop the file into the browser.