Coding with Soham Jain
Coding with Soham Jain
  • 17
  • 51 429
Convert Speech to Text in Your HTML Website
Welcome back to Coding with Soham Jain!
GitHub repository that contains the code for this project: github.com/sjain2025/Speech-To-Text
Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more tutorials like this, and comment suggestions that you have for future videos.
In today's video, I demonstrated how to convert speech to text in your HTML website.
Please share this video with others and stay tuned for more content!
GitHub: sjain2025
LinkedIn: www.linkedin.com/in/soham-jain1
#html #css #speechtotext #code #tutorial #easy #codingforbeginners
zhlédnutí: 97

Video

Python Facial Landmark and Feature Detection in 5 Minutes (EASY)
zhlédnutí 122Před měsícem
Welcome back to Coding with Soham Jain! GitHub repository that contains the code for this project: github.com/sjain2025/Facial-Landmark-Detection Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more tutorials like this, and comment suggestions that you have for future videos. In today's video, I demonstrated how to create your own Facial Landmark detection model in Python using Jupyter No...
Create Your Own Weather App using Node JS + Express for BEGINNERS!
zhlédnutí 106Před měsícem
Welcome back to Coding with Soham Jain! GitHub repository that contains the code for this project: github.com/sjain2025/Weather-App Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more tutorials like this, and comment suggestions that you have for future videos. In today's video, I demonstrated the code to create your own Weather App using Node JS and Express. I found data for this applic...
Create Tic Tac Toe with HTML, CSS, and JavaScript | Tutorial for BEGINNERS
zhlédnutí 122Před 7 měsíci
Welcome back to Coding with Soham Jain! GitHub repository that contains the code for this project: github.com/sjain2025/Tic-Tac-Toe Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more tutorials like this, and comment suggestions that you have for future videos. In today's video, we create Tic-Tac-Toe using HTML, CSS, and JavaScript. The program is able to output who the winner is (player...
CodingBat Python: List-1 | SOLUTIONS and EXPLANATIONS for Beginners
zhlédnutí 182Před 10 měsíci
Welcome back to Coding with Soham Jain! Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more tutorials like this, and comment suggestions that you have for future videos. In today's video, I gave a full walk-through and explanation of CodingBat problems in Python List 1. These problems include first_last6, same_first_last, make_pi, common_end, sum3, rotate_left3, reverse3, max_end3, sum2,...
Coding Bat Python String-1 | Complete Explanations and Solutions
zhlédnutí 211Před 10 měsíci
Welcome back to Coding with Soham Jain! Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more tutorials like this, and comment suggestions that you have for future videos. In today's video, I gave a full walk-through and explanation of CodingBat problems in Python String 1. These problems include hello_name, make_abba, make_tags, make_out_word, extra_end, first_two, first_half, without_end...
CodingBat Python Warmup 1 SOLUTIONS and EXPLANATIONS
zhlédnutí 302Před 10 měsíci
Welcome back to Coding with Soham Jain! Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more tutorials like this, and comment suggestions that you have for future videos. In today's video, I gave a full walk-through and explanation of CodingBat problems in Python Warmup 1. These problems include sleep_in, monkey_trouble, sum_double, diff21, parrot_trouble, makes10, near_hundred, pos_neg, ...
Python FLASK Website CONTACT FORM (w/ Formspree)
zhlédnutí 1,8KPřed 11 měsíci
Welcome back to Coding with Soham Jain! GitHub repository that contains the code for this project: github.com/sjain2025/Flask-Contact-Form Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more tutorials like this, and comment suggestions that you have for future videos. In today's video, I create a contact form for your Python Flask website that allows users to send messages that will show...
Record and Play Audio in Expo React Native
zhlédnutí 10KPřed 11 měsíci
Welcome back to Coding with Soham Jain! GitHub repository that contains the code for this project: github.com/sjain2025/Expo-Record-Audio Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more tutorials like this, and comment suggestions that you have for future videos. In today's video, I demonstrated how to record and play back audio in Expo React Native. The application allows users to "...
Build Your Own WORDLE Game in Python | Tutorial for Beginners
zhlédnutí 4,5KPřed 11 měsíci
Welcome back to Coding with Soham Jain! GitHub repository that contains the code for this project: github.com/sjain2025/PyWordle Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more tutorials like this, and comment suggestions that you have for future videos. In today's video, we create a Wordle clone using Python in less than 50 lines without importing any external libraries. For more in...
How to Create a Min/Max Heap in 4 Minutes (EASY)
zhlédnutí 503Před rokem
Welcome back to Code Entropy! Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more tutorials like this, and comment suggestions that you have for future videos. In today's video, I explained how to create a min and max heap, which is an essential concept in the field of data structures. Using unsorted arrays, I detailed a step-by-step process of building these heaps for a given set of dat...
How to Create an Interactive Matplotlib Graph (EASY) | AI for Beginners
zhlédnutí 1,5KPřed rokem
Welcome back to Code Entropy! Please click on the LIKE 👍 and SUBSCRIBE 🔔 button for more content like this, and comment suggestions that you have for future videos. In today's tutorial, I explained how to create an interactive Matplotlib using the Plotly graph objects library. Please share this video with others and stay tuned for more content! GitHub: sjain2025 LinkedIn: www.linkedin.com/in/so...
Simple MNIST Neural Network Model (100% ACCURACY) | AI for Beginners
zhlédnutí 1,8KPřed rokem
Welcome back to Code Entropy. Please consider hitting the LIKE 👍 and SUBSCRIBE 🔔 button on this video and comment down below suggestions that you have for future videos. In this video, I explained how to create a simple neural network model for the MNIST database. This video is easy for follow for beginners and people who are interested in Artificial Intelilgence. Please consider sharing this v...
Selection Sort EXPLAINED in 2 Minutes
zhlédnutí 454Před rokem
Welcome back to Code Entropy. Please consider hitting the LIKE 👍 and SUBSCRIBE 🔔 button on this video and comment down below suggestions that you have for future videos. In this video, I explained how to do Selection Sort in 2 minutes. Please consider sharing this video with others and stay tuned for future videos! Also, if you have any questions or suggestions, feel free to leave a comment. Gi...
CONTACT FORM in HTML/CSS Website for Beginners (w/ Formspree)
zhlédnutí 28KPřed rokem
Welcome back to Code Entropy. Please consider hitting the LIKE 👍 and SUBSCRIBE 🔔 button on this video and comment down below suggestions that you have for future videos. In this video, we created a contact form where your HTML/CSS website users can send you a message that will directly pop up in email. Instead of linking a contact email to your website, this modern method is a much more effecti...
CUSTOMIZING Home Screen, Footer, Navbar, and Tab Icon | HTML/CSS Website Tutorial | Part 2
zhlédnutí 395Před rokem
CUSTOMIZING Home Screen, Footer, Navbar, and Tab Icon | HTML/CSS Website Tutorial | Part 2
CREATE and DEPLOY a Website with HTML and CSS for BEGINNERS (Part 1)
zhlédnutí 736Před rokem
CREATE and DEPLOY a Website with HTML and CSS for BEGINNERS (Part 1)

Komentáře

  • @alish-rg9dy
    @alish-rg9dy Před 13 dny

    Can these audios be saved to the backend? node js and mongodb to be specific

  • @user-rp1bv2cx5u
    @user-rp1bv2cx5u Před 16 dny

    Nice sir❤

  • @ConeyIslandKing
    @ConeyIslandKing Před 17 dny

    Can we SEND this audio to backend WHILE recording?

    • @alish-rg9dy
      @alish-rg9dy Před 13 dny

      I want to send it to backend after I stop recording. Do you know how that would be done

  • @ModernThinkersMT
    @ModernThinkersMT Před 19 dny

    Keep up the good work 💪🏼

  • @InnoVerse_Visions
    @InnoVerse_Visions Před 20 dny

    I can’t believe I’m only coming across this now! Keep up the good work!!

  • @sandeepkarne8407
    @sandeepkarne8407 Před 22 dny

    where can i get the code for this above

  • @sabaaabdennabi6305
    @sabaaabdennabi6305 Před 25 dny

    welll explained tyysm

  • @BKFilms04
    @BKFilms04 Před měsícem

    Very informative! Love the content

  • @pt12coinflip
    @pt12coinflip Před měsícem

    Educational asf

  • @WorldInSmall
    @WorldInSmall Před měsícem

    👍👍👍

  • @Kevin-ck6bu
    @Kevin-ck6bu Před měsícem

    Very educational. Thanks for sharing 👌

  • @TheDimpOne
    @TheDimpOne Před měsícem

    interesting vid!

  • @faithful_otaku7339
    @faithful_otaku7339 Před měsícem

    I studied a little bit of programming when I was in college. One of our assignments was to make a Tic-Tac-Toe game in C++, man that was difficult for me! @_@

  • @ghostxiaoyu
    @ghostxiaoyu Před měsícem

    great tutorial. good practice for my son

  • @ArtsySister
    @ArtsySister Před měsícem

    Very well coded mate

  • @amftv500gaming
    @amftv500gaming Před měsícem

    Enjoyable Edutainment, also good for listening in the background 😎

  • @TentGanja
    @TentGanja Před měsícem

    Almost everytime I play this game I tie lol

  • @TannerMonkey
    @TannerMonkey Před měsícem

    Amazing video keep it up

  • @antoniojosepereirarodrigues

    Useful. I like it

  • @4isper
    @4isper Před měsícem

    Good

  • @Calade-2024
    @Calade-2024 Před měsícem

    Very nice. A like from me.

  • @antoniojosepereirarodrigues

    Useful stuff

  • @ClarenceTrumpington
    @ClarenceTrumpington Před měsícem

    How safe is formspree and is it used a lot on websites. I am looking for a very secure way of sending emails on my website without attracting spam

  • @storymationpresents6106
    @storymationpresents6106 Před 2 měsíci

    ❤❤

  • @biruktilahun1200
    @biruktilahun1200 Před 3 měsíci

    thanks great work

  • @alpgashi4810
    @alpgashi4810 Před 4 měsíci

    very helpful! THank youuu

  • @basado_definitivo
    @basado_definitivo Před 4 měsíci

    Improve your english please

  • @abdulist3071
    @abdulist3071 Před 5 měsíci

    i like how you explain, it's clear, and i understand it easily. Anyway can I save the recording as mp3?

  • @NazishInami
    @NazishInami Před 5 měsíci

    You got one more subscriber bro ❤

  • @inamulhaque02806
    @inamulhaque02806 Před 6 měsíci

    thanks you brother

  • @ListonoszSzczecin
    @ListonoszSzczecin Před 6 měsíci

    Thank You so much

  • @mohammadshoaib924
    @mohammadshoaib924 Před 6 měsíci

    Easy ❤

  • @tasneemayham974
    @tasneemayham974 Před 6 měsíci

    Works!!! AMAZINGGG!! I hosted it on github and it works just fine!!

  • @ricardolombardini
    @ricardolombardini Před 7 měsíci

    A tutorial that works and is to the point. Almost extinct. thank you very much.

  • @kingreeses7212
    @kingreeses7212 Před 7 měsíci

    Must have taken alot of HTML learning to create Noughts & Crosses in HTML

  • @beyondultimate
    @beyondultimate Před 7 měsíci

    Very interesting video! : )

  • @chuckf2156
    @chuckf2156 Před 7 měsíci

    Very interesting. I was always interested in coding but never could quite get it. Still cool though

  • @modhi210
    @modhi210 Před 7 měsíci

    great tutorial thanks a lot, but i have a question whats the use of answer.txt? what do you read from it?

    • @modhi210
      @modhi210 Před 7 měsíci

      or gusses.txt i know one of them to chose randomly from the dictonary but the other one?

    • @CodingWithSohamJain
      @CodingWithSohamJain Před 7 měsíci

      I pulled these text files from archives online, but you can still do this with only one file. In this video, however, answers.txt stores the "secret words" that the user has to try to guess (which the program randomly selects at the start). On the other hand, guesses.txt is a text file containing all of the words that the user can enter as a guess. If the word that the user enters is not in guesses.txt, it returns "Invalid guess."

  • @user-yr4ql6wr7w
    @user-yr4ql6wr7w Před 7 měsíci

    hi po hello I just want to say thank youu because it has a big impact when it comes to my website but yeahh can I ask?? it this formsfree form is working always?? for example I published my work in github ??

    • @CodingWithSohamJain
      @CodingWithSohamJain Před 7 měsíci

      Yes, this should still work when you publish the website since Formspree does not rely on where it is hosted.

  • @Florin.P
    @Florin.P Před 8 měsíci

    thx man you help me a lot😊

  • @liekzomgwtf
    @liekzomgwtf Před 9 měsíci

    Thanks for the video! Why are you calling setRecording(undefined) before recording.stopAndUnloadAsync()? Isn't recording undefined at that point?

  • @blazethablunt
    @blazethablunt Před 9 měsíci

    lol that was easy AF. thanks a lot man!

  • @FreemanBgTV
    @FreemanBgTV Před 9 měsíci

    cool Tutorial Nice Work

  • @yustawautech91
    @yustawautech91 Před 9 měsíci

    nice tutorial mate

  • @kingsrevenge9234
    @kingsrevenge9234 Před 9 měsíci

    🔥🔥

  • @preciousbanigo
    @preciousbanigo Před 9 měsíci

    Thanks you soooooo much. ♥️ 🎉

  • @AIExpIained
    @AIExpIained Před 10 měsíci

    THANKS MAN

  • @amftv500gaming
    @amftv500gaming Před 10 měsíci

    Much appreciated, Thanks again for sharing a Free Lesson 👾🎁

  • @edgarhdzhdz17
    @edgarhdzhdz17 Před 10 měsíci

    On a physical device, the recorded audio is heard in the ear speaker, not in the speaker, how to fix it?

    • @CodingWithSohamJain
      @CodingWithSohamJain Před 9 měsíci

      Hi! Could you specify what you mean by the "ear speaker"? I'd be glad to help you out.

    • @ADMONI100
      @ADMONI100 Před 9 měsíci

      I have the same problem, when I simulate it on my iPhone the audio is outputted from the ear speaker and not the audio speaker at the bottom of the device. Do you have any idea how to fix this? @@CodingWithSohamJain

    • @arory2622
      @arory2622 Před měsícem

      @@CodingWithSohamJain on my iphone physical device the audio record sounds very low and the others audios in my app too but that happens after record

  • @jNofs
    @jNofs Před 10 měsíci

    Great vid, takes me back to my coding days. I might take up python again after watching this. Thanks for the inspiration!