Hari Om Bhardwajmazino.hashnode.dev·5 hours agoZero - Docker - HackthonRecently my college organised an inner hackathon to select teams for SIH (Smart India Hackathon). The motto of the hackathon was that each team would solve a problem from the problems mentioned in SIH's problem list and would build a solution to it i...Discuss·1 like·28 readsProjectsWeMakeDevs
Nikhil AkkiPronikhilakki.in·15 hours agoBoost Your FastAPI App's Performance with CeleryIntroduction In the world of modern web development, responsiveness and scalability are key. FastAPI, a lightning-fast web framework, has gained immense popularity for its speed and ease of use. However, when it comes to handling time-consuming tasks...DiscussPython DevelopmentPython 3
Arnold Ighiwiyisiarnoldighiwiyisi.hashnode.dev·Sep 15, 2023How to Deploy FastAPI Web Application on Azure Container AppsIntroduction Azure Container Apps Azure Container Apps is a serverless hosting service for containerized applications and microservices. Azure Container Apps enables executing application code packaged in any container and is unopinionated about runt...Discuss·1 like·280 readsFastAPI
Anubhav Guptajayhawk24.hashnode.dev·Sep 8, 2023Upload files in FastAPI with file validationFile upload and validation can get tricky when it comes to FastAPI as we simply cannot use pydantic to do validations for us. Let's see how to get this done from fastapi import UploadFile @app.post("/file") def upload_file(file: UploadFile): val...DiscussPython
Amal Shajiamalshaji.hashnode.dev·Sep 8, 2023Replacing fastapi's default api docs with elementsBy default, fastapi comes with swagger for API testing and redoc for API documentation. Let's replace them with elements, a pretty API documentation tool. Turn off the defaults Turn off the default documentation by setting it to None app = FastAPI( ...DiscussFastAPI
Fahmi Salman Nurfikrifahminurfikri.hashnode.dev·Sep 5, 2023FastAPI has Ruined Flask Forever for MeWhat do you like best about being a data scientist? It’s definitely modeling and fine-tuning for optimal results. But what does it mean to be a good model if it’s never used or never deployed? To produce a machine learning model, the typical approach...Discuss·2 likesPython
Obianuju Ofoduroseford.hashnode.dev·Sep 4, 2023How to Integrate OpenAI into a FastAPI ApplicationIntroduction In this tutorial, we will walk you through the process of integrating OpenAI into a FastAPI application. By the end, you'll have a FastAPI app that can generate AI-powered text based on user input. Prerequisites Before we begin, ensure y...Discuss·10 likesFastAPI
Carlos Armando Marcano Vargascarlosmv.hashnode.dev·Aug 21, 2023Adding Prometheus to a FastAPI app | PythonIn this article, we are going to learn how to add Prometheus to a FastAPI server. This article will show a simple demonstration and code examples of how to create a request counter to count the number of requests made to a route. And a request counte...Discuss·28 readsPython
EzzEddin Abdullahezzeddin.hashnode.dev·Aug 16, 2023How to use Tailwind CSS and SQLAlchemy in your FastAPI appFastAPI has been adapted for building modern Python applications. Today, you’re going to pair this lightweight performant framework with the Jinja2 template engine and a modern CSS framework, Tailwind CSS. You will then use SQLAlchemy ORM for the dat...Discuss·254 readsPython
Daniel AdeboyeforPipeOpsblog.pipeops.io·Aug 16, 2023How To Deploy Your FastAPI Project On AWS With PipeOpsAmazon Web Services (AWS) has solidified its position as a leading cloud platform for both developers and DevOps engineers to deploy their projects. If you're a startup or developer utilizing FastAPI for your backend and eager to deploy your project ...Discuss·50 readsAWS