Making code using chatGPT

  • tfjs.html The final stable version when complete

    https://hpssjellis.github.io/beginner-tensorflowjs-examples-in-javascript/edge-tfjs/chatgpt/index.html This index! The main github for all this stuff https://github.com/hpssjellis/beginner-tensorflowjs-examples-in-javascript/tree/master/edge-tfjs
    LinkChatGPT request
    tfjs001.html for this thread write every answer as a single file html webpage with css and scripts in the same file. Put "my" in front of all variables and where appropriate use input tags for buttons and include the script in the button onclick handler. For now format the page.
    tfjs002.html update the above webpage to remove all css styling and make the button activates the webcam and puts the live image onto a canvas. The webcam should have a selection box to select for the front or rear camera.
    tfjs003.html just write the code for an input type button to be added to the above code that the onclick stores the webcam image into an array to be inputed into a tensorflowjs model
    tfjs004.html Started a fresh thread with: write a webpage to use tensorflowjs to train a machine learning model based on array of images
    tfjs005.html
    tfjs006.html
    tfjs007.html
  • ...
  • ...
  • ...
  • ...
  • ... Go back to the main index https://hpssjellis.github.io/beginner-tensorflowjs-examples-in-javascript/edge-tfjs/