Tutorial: How to use raw tensorFlow.js pre-trained models in browser

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • Another way to use pre-made Web ML models Is simply just the raw trained model itself, with no JavaScript class wrapped around it that typically hides the inner workings, to make it easier to use for beginners. In this lesson you will learn to write the code to send data into the raw model, and then extract data from it yourself, using Tensors that you just learnt about in the prior lesson.
    Individuals or researchers may share their raw models like this, which can be very useful for finding and using examples that may still be in development, or using models that solve less common problems, where an example may exist,
    but does not have full documentation. Learn how to use raw pre-trained models from layers models to graph based models from any site including TensorFlow Hub - Google's model garden.
    Catch more episodes from Machine Learning for Web Developers (Web ML) → goo.gle/learn-...
    Check out TensorFlow on RUclips → goo.gle/Tensor...
    Subscribe to Google Developers → goo.gle/develo...
    Connect with Jason Mayes to ask questions:
    LinkedIn → goo.gle/3GwgeLw
    Twitter →goo.gle/3Xh6MT7
    Discord →goo.gle/3WWVO5t
    Use #WebML to share your learnings and creations from this course to meet your peers on social media!
    See what others have already made with Web ML → goo.gle/made-wi...

Комментарии • 21

  • @GoogleDevelopers
    @GoogleDevelopers  Год назад +1

    Catch more episodes from Machine Learning for Web Developers (Web ML) → goo.gle/learn-WebML

    • @mendyedri2037
      @mendyedri2037 11 месяцев назад +2

      Model's URL gives me "access denied"

    • @maumenvi6907
      @maumenvi6907 4 месяца назад

      @@mendyedri2037 same problem here

  • @imtanuki4106
    @imtanuki4106 8 месяцев назад +2

    It would be helpful if we had the url's for project source code and tf models, rather than having to manually copy links from the video. Like, seriously...

  • @ateshirsizi2
    @ateshirsizi2 9 месяцев назад +2

    where do you copy the link from storage googleapis?

  • @piotrgalas6010
    @piotrgalas6010 2 месяца назад

    This is the best tutorial I have ever seen. You did amazing job. I thank you

  • @avinashinfinitisoftware
    @avinashinfinitisoftware 9 месяцев назад +1

    Awesome & nice explanation!!!!!with live code session..

  • @invisibellrobe
    @invisibellrobe Год назад +2

    This is an awesome tutorial!

  • @maumenvi6907
    @maumenvi6907 4 месяца назад

    The link to get model give me 'acess denied' how i can get this model?

  • @faraazkhan
    @faraazkhan 9 месяцев назад

    I am running my reactjs app on localhost and passing model.json file path to load model
    I got error console .
    Load local model not allowed

  • @rundeks
    @rundeks 11 месяцев назад +1

    I get a 404 for the given model path.

    • @jasonmayes_goog
      @jasonmayes_goog 10 месяцев назад

      PLease note that case is important = URL must be copied exactly

  • @melaniearcher6269
    @melaniearcher6269 Год назад

    Okay, perhaps I'm dim, but I can't find how you've run script.js on Glitch. Is it really sufficient to preview index.html to start up the loadModel() function?

    • @jasonmayes_goog
      @jasonmayes_goog Год назад

      script.js is included as a script import in the index.html file

  • @aneerimmco
    @aneerimmco 3 месяца назад

    informative

  • @jaynouoliverbeck6181
    @jaynouoliverbeck6181 Год назад

    how can we use it in angular applications on GCP

  • @praveenvattikonda2740
    @praveenvattikonda2740 Год назад +1

    How to access the code base ?

    • @JasonMayes
      @JasonMayes 8 месяцев назад

      So all final examples are published on TensorFlowJS glitch page

  • @forheuristiclifeksh7836
    @forheuristiclifeksh7836 2 месяца назад

    6:37

  • @traveling_soul_bliss
    @traveling_soul_bliss Год назад

    Where is the code to copy?

    • @JasonMayes
      @JasonMayes 8 месяцев назад

      See TensorFlow JS glitch page for full code examples