No video

Building Web Apps using FastAPI and Python | Async APIs | OCR App

  Рет қаралды 30,200

Sourav Johar

Sourav Johar

3 жыл бұрын

In this video, I will write a web app that performs OCR on images. In the process, I'll tell you guys a little bit about FastAPI, why it might be better than Flask/Django, and also how to write async APIs to make your apps more responsive and scalable. We will also learn about scheduling background tasks with a practical example.
GitHub Repo: github.com/Sou...
OCR video: • OCR in 1 Line of Pytho...
Deploy to Heroku: • Deploy your Python Web...
#fastapi #async #python

Пікірлер: 46
@draytond
@draytond 3 жыл бұрын
Excellent tutorial. Really appreciate the fact that you explain context, and why certain things are done in a particular manner. Cheers!
@talhayousuf4599
@talhayousuf4599 9 ай бұрын
Appreciate that you explanation reasonably regarding async and background task
@gopal.kalpande
@gopal.kalpande 3 жыл бұрын
This video will save me today for my system design interview at Silicon Valley startup. I can bet on it. Thanks a lot, Bro. Keep up the great work:)
@sudharsan4040
@sudharsan4040 3 жыл бұрын
One of the best FastApi tutorials I've come across. Thanks a lot :)
@kumarkartikeyagarwal6573
@kumarkartikeyagarwal6573 3 жыл бұрын
Really AMAZING, very well explained covering the depth. Hope to see more such videos soon.
@BlhJ400
@BlhJ400 Жыл бұрын
Finely I found what I'm looking for, thank you so much. this was amazing. I subscribed !! Do more videos like this and if you can build some web apps with FARM stack that will be amazing, there isn't that much of videos on it. I'll really appreciate it. Thanks again.
@tamgaming9861
@tamgaming9861 3 жыл бұрын
Man your content is awesome. I am not a coder, but its interesting for me to see how you think and work and to learn from you. Thanks for your content!!!
@Werew564
@Werew564 Жыл бұрын
wow. amazing perfect
@RizwanShaikhdroid
@RizwanShaikhdroid 2 жыл бұрын
Thanks for this! Really helped to understand FastAPI and components.
@VivekKumar-gj7tf
@VivekKumar-gj7tf 2 жыл бұрын
You're a hero. Awesome content and explanation.
@igorportnoy978
@igorportnoy978 2 жыл бұрын
Cool! Really useful!
@INVINCIBLESTUDIOS
@INVINCIBLESTUDIOS 3 жыл бұрын
Awesome excellent tutorial. This one stood out of all the other fast api articles.
@ketaniralepatil4680
@ketaniralepatil4680 3 жыл бұрын
Excellent tutorial, I would recommend you to increase don't size in your IDE.
@MuhammadAwais-rp8po
@MuhammadAwais-rp8po 3 жыл бұрын
Amazing tutorial Sir, I really learnt a lot about FastAPI and async programming in general!
@notsobob
@notsobob 3 жыл бұрын
Brilliant tutorial, thanks! Extremely clear and logical.
@ViratKohli-gh6ic
@ViratKohli-gh6ic 2 жыл бұрын
Very informative. Thanks
@jayeshsuryawanshi213
@jayeshsuryawanshi213 3 жыл бұрын
Waiting for more frequent uploads!
@user-or7ji5hv8y
@user-or7ji5hv8y 3 жыл бұрын
Great and clear explanation.
@shahzadtechworld7690
@shahzadtechworld7690 3 жыл бұрын
Eagerly waiting
@rainwave5
@rainwave5 2 жыл бұрын
8:06 😂 don't worry about it man. As a native English speaker I can assure you it's a good phrase to use nonetheless.
@indraxios
@indraxios Жыл бұрын
Bro, this app is not performing ocr in async manner, I'm getting all images at once after waiting for 5-6 seconds
@cyberhard
@cyberhard 3 жыл бұрын
Excellent tutorial!
@shahzadtechworld7690
@shahzadtechworld7690 3 жыл бұрын
Finally 😁😁
@souravmzdr
@souravmzdr 3 жыл бұрын
Thank you Bro!
@supriyoroybanerjee6219
@supriyoroybanerjee6219 Жыл бұрын
h Sourav thanks for this amazing tutorial but it seems not working on extract text part not sure why can you help me here please?
@shanud7689
@shanud7689 3 жыл бұрын
Can I know how to do setup for background task given a scenario where the api is hit twice orn times simultaneously
@vashistnarayansingh5995
@vashistnarayansingh5995 3 жыл бұрын
how fast api handles multiple requests, as we have threading as a parameter in flask to handle multiple request how does fast api do it?
@arturocdb
@arturocdb 2 жыл бұрын
Too small my friend, its a shane… looks interesting
@vashistnarayansingh5995
@vashistnarayansingh5995 3 жыл бұрын
What is the second user ping the extract text api does it handle that also
@mahmoudbustami1242
@mahmoudbustami1242 3 жыл бұрын
when I am trying to deploy it on Heroku I get this error [ERROR] Unable to process file: temp/temp.PNG please help thank you
@punnarajeev867
@punnarajeev867 3 жыл бұрын
Hey hai, Sourav johar just i crated one desktop application using Qt5-designer and packed with pyinstaller. it's hanging while i am try to run it. but if i try main.py file from terminal it's working fine. can you help me out i can't fix it.
@Jollyjoky
@Jollyjoky 3 жыл бұрын
Amazing video! Does it work with pdf files? I'm new to django. Thanks in advance
@vashistnarayansingh5995
@vashistnarayansingh5995 3 жыл бұрын
Have you used asyncio to make the def, async def?
@priyankamahadevu3830
@priyankamahadevu3830 3 жыл бұрын
I am getting an error 'Converted Text [ERROR] Unable to process file: temp\temp.JPG' when i hit extract text. As mentioned before i did created temp folder under project folder. Can anyone help me on this
@slvnmpi
@slvnmpi 2 жыл бұрын
me too mis prianka
@slvnmpi
@slvnmpi 2 жыл бұрын
do you have solution this problems?
@shivansh9387
@shivansh9387 3 жыл бұрын
Hey why don't you make programming tutorials?
@thnmanucian7993
@thnmanucian7993 3 жыл бұрын
i have error 'Unable to process file: temp\temp.jpg' when i click button 'Extract Text'. How can i fix it? Thank you
@farankhan63
@farankhan63 3 жыл бұрын
stuck in this problem, anyone knows the solution?
@SouravJohar
@SouravJohar 3 жыл бұрын
Create a folder called temp in your project folder. That should help.
@priyankamahadevu3830
@priyankamahadevu3830 3 жыл бұрын
Is this issue solved for u ?
@affanahmed1371
@affanahmed1371 Жыл бұрын
​@@SouravJohar it's still not working for me
@kamarajkamesh8929
@kamarajkamesh8929 3 жыл бұрын
Happy birthday
@ThePirateHistory
@ThePirateHistory 3 жыл бұрын
Seriously God? I thought I was one such fool that I processed pictures and asked the result every 3 seconds, isn't that stupid? this is essentially ddos, constantly hammering the server and asking the task was completed, it was still fine for me, I used celery and redis
@ANSYoutube
@ANSYoutube 3 жыл бұрын
I want to contact you . Are you on linkedin or gmail id if you could give . I want to ask things related to my AI project
FastAPI Tutorial - Building RESTful APIs with Python
1:03:10
Amigoscode
Рет қаралды 237 М.
Simple Serverless FastAPI with AWS Lambda
17:04
DeadbearCode
Рет қаралды 37 М.
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 3 МЛН
Lehanga 🤣 #comedy #funny
00:31
Micky Makeover
Рет қаралды 28 МЛН
Always Check for the Hidden API when Web Scraping
11:50
John Watson Rooney
Рет қаралды 618 М.
Making modern GUIs with Python and ElectronJS
22:33
Sourav Johar
Рет қаралды 659 М.
How to build a FastAPI app with PostgreSQL
27:37
Eric Roby
Рет қаралды 44 М.
Modern Python logging
21:32
mCoding
Рет қаралды 176 М.
Fast API crash course | easy way
26:11
Hitesh Choudhary
Рет қаралды 62 М.
Deploying FastAPI Apps Over HTTPS with Traefik Proxy
1:03:46
Traefik Labs
Рет қаралды 46 М.
Building a Machine Learning API in 15 Minutes | Coding Challenge
20:04
Nicholas Renotte
Рет қаралды 126 М.
How principled coders outperform the competition
11:11
Coderized
Рет қаралды 1,6 МЛН
Python & FastAPI Tutorial: Create an ai microservice to extract text from images.
2:27:54
Python FAST API Tutorial
58:20
Tech With Tim
Рет қаралды 328 М.