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

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: OCR video: Deploy to Heroku: #fastapi #async #python
Back to Top