Hash Define
Hash Define
  • 7
  • 40 382
Image Captioning Model Code Explained | TensorFlow | Neural Networks
This video explains the architecture of an image captioning model and walks through the code providing a detailed explanation.
- Flickr8K dataset
- Image Feature extraction using pretrained VGG16 model
- Image caption preprocessing
- Tokenizer
- Building and training the model
Переглядів: 471

Відео

Learn JavaScript HTML DOM Manipulation in 15 minutes
Переглядів 233Рік тому
Learn about HTML DOM (Document Object Model) and how it can be manipulated using #JavaScript DOM APIs
Building an Electron app to display Crypto Currency Prices | Learn Electron JS
Переглядів 1,4 тис.Рік тому
In this video we are going to build a simple desktop application using Electron which will display Crypto Currency Prices by pulling this data from coinapi.io #electronjs #javascript #appdevelopment
How to build a Website Change Monitoring Bot using Node.js
Переглядів 3,6 тис.Рік тому
In this video you will learn to develop a simple website change monitoring bot using Node.js which will send an email notification when change is detected. Packages used: - Axios is used to create HTTP requests - NodeMailer is used to send email. #nodejs #javascript
Puppeteer Tutorial For Web Scraping & Automation | Node.js | JavaScript
Переглядів 1,2 тис.Рік тому
Puppeteer is a node library which provides a headless chromium browser interface which can run inside your code. It can be used to load and scrape data from any type of website, also to perform web automation (click links, submit forms etc.). Using Puppeteer you can also take screenshots of web pages and even save them as PDF files. To know more please refer the following link. pptr.dev/ #puppe...
How to develop a Chrome Extension to Scrape Emails ? | Chrome Extension Tutorial
Переглядів 33 тис.2 роки тому
If you know basic web development and JavaScript, then developing your own Chrome Extension is pretty simple. All you need to do is to follow the getting started guide provided by Google. developer.chrome.com/docs/extensions/mv3/getstarted/ But, if you hate reading docs, then I have created this video which explains the steps you need to follow to build your own Chrome Extension. In this tutori...
Build a simple HTTP Web Server using Node.js | Node.js Tutorial
Переглядів 1842 роки тому
Learn how to develop a simple web server using Node.js #nodejs #javascript #webserver #tutorial

КОМЕНТАРІ

  • @steipeter
    @steipeter 19 днів тому

    that mechanical keyboard noise is very distracting.

  • @chrisder1814
    @chrisder1814 Місяць тому

    hello

  • @EAGLETECHHACKING
    @EAGLETECHHACKING 3 місяці тому

    [00:02](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.24) Building a Chrome Extension to Scrape Emails - Introduction to building a simple Chrome Extension} - Importance of manifest.json file in Chrome Extension} - Adding basic requirements to manifest.json file} - Enabling functionality in the Chrome Extension} - Setting up popup.html for user interaction} [03:08](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.56) Creating a Chrome Extension to Scrape Emails - Including a CSS stylesheet for styling} - Fixing a typo and reloading the extension} - Scanning the HTML of the loaded page for emails} - Creating the script 'popup.js' to handle actions} [06:16](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.16) Developing a Chrome Extension to Scrape Emails - Testing the button click functionality} - Identifying the issue with scraping emails} - Reloading the extension to see the alert} - Running the script in the popup and on the active tab} [10:01](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.76) Developing a Chrome Extension to Scrape Emails - Obtaining the currently active tab} - Defining the script to scrape emails} - Adding permissions in the manifest for tab access} - Checking if the script runs successfully} - Using regular expressions to extract emails from the page} [12:41](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.76) Developing a Chrome Extension to Scrape Emails - Scraping emails from a web page} - Using Chrome runtime message passing functionality} - Confirming receipt of emails in the pop-up script} - Reloading the extension and displaying the message handler output} [16:09](ua-cam.com/video/LtF3mCn0GUs/v-deo.html.44) Developing a Chrome Extension to Scrape Emails - Looping through each image to extract emails} - Extension displaying all extracted emails} - Scraping emails from any webpage using the extension} - Adding functionality and modifying the extension}

  • @hackmate-x
    @hackmate-x 4 місяці тому

    Hola, colega, por favor envíeme el código para iniciar mi proyecto y ver cómo se captura el texto del correo electrónico.

  • @beatx2173
    @beatx2173 4 місяці тому

    dude where can i find the code

  • @austinkline1589
    @austinkline1589 5 місяців тому

    Can I pay you to do this on a website and have it notify me?

  • @Study-di3xh
    @Study-di3xh 5 місяців тому

    hello

  • @noertri618
    @noertri618 6 місяців тому

    This is what i am looking

  • @182johnnie
    @182johnnie 7 місяців тому

    Dude, you are really good! Thanks for your few videos. I am sorry your YT channel didn't pick up. I was wondering if you would have any tips on how to extract email content from Gmail on javascript. I am trying to to build a Chrome Extension but can't get that part right. Cheers.

  • @rajeshchitikela5847
    @rajeshchitikela5847 7 місяців тому

    how can we get emails from all the pages in a website?

  • @Movieeditspro
    @Movieeditspro 8 місяців тому

    But sir the same mails are coming 2 times . what should i do to get it only 1 time

  • @Movieeditspro
    @Movieeditspro 9 місяців тому

    hey please can you do a email spam detection extension . it would really help in my project, cause i am stuck in that

  • @Movieeditspro
    @Movieeditspro 9 місяців тому

    amazing you deserve more subscribers

    • @hashdefine
      @hashdefine 9 місяців тому

      Thank you so much 😀

  • @Duriel1000
    @Duriel1000 10 місяців тому

    should be titled 'how to scrape email ADDRESSES'

  • @vaibhavikumari384
    @vaibhavikumari384 Рік тому

    Uncaught TypeError: Cannot read properties of null (reading 'addEventListener') Context popup.html Stack Trace popup.js:32 (anonymous function) I am getting this error can anyone resolve

  • @nicolasboni829
    @nicolasboni829 Рік тому

    hey man, when i put the command "node app.js" in the terminal nothing happns, you got any idea why this is happening? i can't find a solution

    • @hashdefine
      @hashdefine Рік тому

      Check if you have installed Node.js correctly and if is in your PATH

  • @prasanshah397
    @prasanshah397 Рік тому

    can you build for phone number scrapper from linkedin?

  • @user-dt2wl2cd2p
    @user-dt2wl2cd2p Рік тому

    the only guy on internet i could get a solution to my problem for, thx!

  • @AnkitKumar-cg9hu
    @AnkitKumar-cg9hu Рік тому

    Thanks

  • @mohitsharma9052
    @mohitsharma9052 Рік тому

    Your are are very good. May you get many subscribers.

  • @arifhossain8753
    @arifhossain8753 Рік тому

    Simple and great explanation❤️

  • @cgianimationtv1828
    @cgianimationtv1828 Рік тому

    Please can you code an extension that shows latest post from a particular website... Just like the extension *xclusiveloaded* it does it... Please 🙏 I can't wait to learn it, I appreciate your time and effort. God bless 🙏 you

  • @vimleshchaure2181
    @vimleshchaure2181 Рік тому

    Just in love with your work and how you explain things, please keep making video like this ✨

  • @anshmishra1536
    @anshmishra1536 Рік тому

    11:23 I am getting an error that " Uncaught (in promise) Error: Cannot Access a chrome://URL " How to solve it Plz help me

    • @jamesseager3985
      @jamesseager3985 Рік тому

      ive got the same problem

    • @jamesseager3985
      @jamesseager3985 Рік тому

      never mind, I've found that you only get that error whilst on a tab on Chrome:// or Edge:// such as the extensions page. any other website should be fine.

    • @anshmishra1536
      @anshmishra1536 Рік тому

      @@jamesseager3985so basically what should I do ? Can u plz elaborate

    • @shalinitripathi9811
      @shalinitripathi9811 Рік тому

      Same how can I resolve it

    • @Sami-sg5os
      @Sami-sg5os Рік тому

      @@shalinitripathi9811 use this chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { let emails = request.emails; alert(emails) //code in here will run every time a user goes onto a new tab, so you can insert your scripts into every new tab });

  • @kumariragini1234
    @kumariragini1234 Рік тому

    Is the source code available on github?

  • @khurrammughal953
    @khurrammughal953 Рік тому

    i want to fetch my whatsapp text

  • @DnKZone
    @DnKZone Рік тому

    can you make it instant ? I was expecting you will make it instant

  • @TheWhoIsTom
    @TheWhoIsTom Рік тому

    Nice video. Is there a way to wait for an selector. I have a site where it trys to fetch an element before its on the page.

  • @xash6917
    @xash6917 Рік тому

    How do i make extension for scraping data from websites

  • @yucheng3453
    @yucheng3453 Рік тому

    Very nice video! best introduction video of chorme extension on youtube.

  • @slimrawhide
    @slimrawhide Рік тому

    Thanks for this. I found a couple of other articles that were out of date or just plain too difficult to follow. The step by step guide with really clear instructions was exactly what I needed. A really awesome tutorial.

  • @awesomewolf07
    @awesomewolf07 Рік тому

    very nicely explain with steps

  • @brunnocosta6954
    @brunnocosta6954 Рік тому

    Man, i love you! You help me so much!

  • @norsemanintl
    @norsemanintl Рік тому

    Great site! What would we change in order to scrape and crawl all the pages of a site?

  • @glenayienda3317
    @glenayienda3317 Рік тому

    Awesome video! could you include a src code please

  • @TechnoEveryday
    @TechnoEveryday Рік тому

    Great

  • @emmadurepos7513
    @emmadurepos7513 Рік тому

    amazing sir can you do more tutorials like this

  • @sankararaotoorubilli8756
    @sankararaotoorubilli8756 Рік тому

    Great video waiting for an advanced tutorial over this topic please do continue uploading videos

  • @aaronpat9476
    @aaronpat9476 Рік тому

    Thank you so much for this amazing tutorial, with all the problems migrating from Manifest 2 to 3, your tutorial helped me a lot, you rock!

  • @luvrahooo
    @luvrahooo Рік тому

    One of the best videos after searching so much. If you get time please create a video more buttons and inputs, and also accessing data from current tab like cookies from a particular site, etc.

    • @hashdefine
      @hashdefine Рік тому

      Thanks for the suggestions , will surely try to address 👍

  • @franciscoolivares7068
    @franciscoolivares7068 Рік тому

    Amazing!!

  • @mishanadhikary67
    @mishanadhikary67 Рік тому

    Hi can you provide the codes too pleasee. Awesome video

  • @josbexerra8115
    @josbexerra8115 Рік тому

    Excelente Mister Hash.... Saludos de los andes peruanos.... Una pregunta si electron se puede enlazar con angular o react....

    • @hashdefine
      @hashdefine Рік тому

      Thank you ! Electron can be used with front end frameworks like React and Angular . .

  • @graceadams8623
    @graceadams8623 Рік тому

    Why do you have just 5 subscribers? Your videos are valuable

    • @hashdefine
      @hashdefine Рік тому

      Thanks for your kind words. This is a new channel, so hopefully more people will watch and subscribe 🤞

  • @codewithshivkr
    @codewithshivkr Рік тому

    great video, please make a video on how to build extention to fill web forms using inputs from excel file

    • @hashdefine
      @hashdefine Рік тому

      Thanks for the suggestion, will do this video 👍

    • @codewithshivkr
      @codewithshivkr Рік тому

      @@hashdefinethanks, i am waiting for the same

    • @grammar.with.mohammed
      @grammar.with.mohammed Рік тому

      great video , I am waiting for it as well. when you will post it?

  • @time4crypto427
    @time4crypto427 Рік тому

    Awesome video! Very calming voice and clear style. I love that! Subbed. Please more on chrome ext development! ❤

    • @hashdefine
      @hashdefine Рік тому

      Thank you for your encouraging words, I will definitely try to include more chrome extension dev videos. .

  • @roshanpaudel6352
    @roshanpaudel6352 Рік тому

    Loved it ❤️ You have a very distinct style of explaining and elaborating things. You gained another subscriber.

    • @hashdefine
      @hashdefine Рік тому

      Thanks a lot for your encouraging words 🙏 I started this channel only a few weeks back and yours is the first comment ❤️ I hope you will continue giving feedback and suggestions if you get to watch my future videos.