Python & FastAPI Tutorial: Create an ai microservice to extract text from images.

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 38

  • @harshitsantosh825
    @harshitsantosh825 3 роки тому +6

    Absolutely amazing. Finally someone is demystefying AI and how to implement it.

  • @AbhishekVerma-fe3wo
    @AbhishekVerma-fe3wo 3 роки тому +5

    Happy Teacher's day to you sir ♥...thanks for this great tutorial👏

  • @goodwish1543
    @goodwish1543 3 роки тому +1

    Yes, we'd like to have more FastAPI general web application talk.

  • @pigludada2912
    @pigludada2912 3 роки тому

    very happy that you back again with FastAPI. Thanks

  • @momodoubjallow2585
    @momodoubjallow2585 2 роки тому

    I wonder why your videos are getting this less number of views. Your content is exceptionally awesome.

  • @kumarraja9559
    @kumarraja9559 3 роки тому +1

    Awesome contact by wonderful teacher with classic explaination

  • @braveman1641
    @braveman1641 3 роки тому +5

    Keep bringing that heat Justin

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

    Thank you very much sir

  • @arnabbiswas2403
    @arnabbiswas2403 3 роки тому +2

    Thanks for posting such good videos. Because of you I was able to learn these thing. Love you contents dude 💖

  • @prakashkumarbhanja6270
    @prakashkumarbhanja6270 3 роки тому

    Wow 😍😍🤩, pretty excited about new content.

  • @conskykek
    @conskykek 3 роки тому +6

    That’s some godlike content. Are there gonna be any projects with tensorflow, pytorch and opencv?

  • @mebachanews3450
    @mebachanews3450 3 роки тому

    You have no idea how much I love you!

  • @sajibmondol862
    @sajibmondol862 3 роки тому

    Great tutorial, thanks!!!
    But build time in digital ocean is sucks, simple app tooks 25 minute LOL

    • @CodingEntrepreneurs
      @CodingEntrepreneurs  3 роки тому

      Haha. Yeah this one takes a super long time because of tesseract but the speed of the build could improve!

  • @robertcoffie8789
    @robertcoffie8789 3 роки тому +1

    Man you are the best , thank you very much

  • @goodwish1543
    @goodwish1543 3 роки тому +1

    Wonderful! Thanks for covering all the topic in the suitable complex level for me. ^_^

  • @fangshengxu5462
    @fangshengxu5462 2 роки тому +1

    You are a F***ing legend!

  • @iakhileshsoni
    @iakhileshsoni 3 роки тому

    You're amazing Man 🙏🏻👍🏻

  • @fahrenheit2109
    @fahrenheit2109 2 роки тому

    gem 💎

  • @pathumjayasuriya5902
    @pathumjayasuriya5902 3 роки тому

    Thanks Justin........

  • @hasanjameel2148
    @hasanjameel2148 3 роки тому

    Can you help please ? I have issues in some code about watermarking

  • @goodwish1543
    @goodwish1543 3 роки тому

    How to test the HTML response text? with the whole string ?

  • @ffgaming-fe3cx
    @ffgaming-fe3cx 2 роки тому +1

    liked subscribed shared

  • @mohammedb7538
    @mohammedb7538 3 роки тому

    Amazing !!!!

  • @FahadAli-ot5kn
    @FahadAli-ot5kn 3 роки тому

    Killer video

  • @bumblebee2012able
    @bumblebee2012able 2 роки тому

    Hello CodingEntrepreneurs, Do you have any course related to building real world Microservices using Python web framework (such as Django/FastAPI) in Udemy? If yes, please let me know, thanks

  • @Joseph20077
    @Joseph20077 3 роки тому

    Great content

  • @ninolindenberg9726
    @ninolindenberg9726 2 роки тому

    Sorry, but where is the example of the microservice architecture?

  • @timthegreatone
    @timthegreatone 3 роки тому

    Justin is really angry. My PC has been feeling the heat for days.

  • @tekefsane127
    @tekefsane127 2 роки тому

    The github and pre-commit section of this was not needed damn

  • @perschonca
    @perschonca 2 роки тому

    This code has Tegridy

  • @skyblaze6687
    @skyblaze6687 3 роки тому

    U should rename it cause it not django
    Its pure python

  • @kolosafogaming1502
    @kolosafogaming1502 2 роки тому +1

    The main purpose of this tutorial could have taken 45mins - 1hr to fulfil. A lot of irrelevant things damn!

  • @codihuntsinger3698
    @codihuntsinger3698 2 роки тому +2

    Dude, what'r hell a u doing? Virtual env should be separated from source code in own directory, not in root of app.
    Then just add "venv" to your .gitignore file. U teach a bad practices, and all newbies just follow ur steps, even don't realize that.
    And it's just a one peace of bad practices u've shown.