Vinayak Gavariyavinayakgavariya.hashnode.dev·Nov 11, 2024getting started with FastAPI: the beginner's guide to building high-performance apis with pythonhello, i'm back with another article! today, let’s dive into understanding FastAPI—what it is, why it’s becoming so popular, and why you might want to use it for your python projects. if you've worked with python backend frameworks, you've likely com...Discuss·1 like·28 readsFastAPI
Shivam Vishwakarmashivam-vishwakarma.hashnode.dev·Nov 11, 2024Comment Moderation API with FastAPI and Google Generative AIIn this guide, we'll develop a comment moderation API using Python's FastAPI framework and Google Generative AI. The API will analyze comments for potentially harmful content and return a JSON object indicating if the comment should be flagged. This ...Discussgemini
Vinayak Gavariyavinayakgavariya.hashnode.dev·Nov 10, 2024how i improved FAST API response time by optimizing LLM selection, token management, and prompt design.i had the opportunity to work on building the backend for a copilot project at my previous organization, using FastAPI, openai’s large language models (llms), langchain, and postgresql. the aim was to design backend apis that not only provided accura...Discuss·1 like·40 readsgenai
Salonisaloni1.hashnode.dev·Nov 10, 2024FastAPI Project with detailed explanation for beginnersFastAPI is a Python web framework for building APIs quickly and easily, and it’s especially great if we want to create apps that need to respond fast to many requests at once. It’s called fast because it helps us code quickly and run apps with high p...DiscussFastAPI
Vitalii-Alan Banitcraftyourstartup.hashnode.dev·Nov 6, 2024Building Craft Your Startup: How FastAPI + React Can Empower Indie DevsIntroduction Indie makers have a unique approach: we’re not just building products; we’re building dreams, usually solo or with a small team. When I set out to create Craft Your Startup, my goal was to build a FastAPI + React boilerplate that could s...Discuss·90 readsBuild In Public
Sachin PalforTeam - GeekPythonteamgeek.geekpython.in·Nov 6, 2024How to Stream Video to Frontend in FastAPIFastAPI is a fast and modern web framework known for its support for asynchronous REST API and ease of use. In this article, we’ll see how to stream videos on frontend in FastAPI. StreamingResponse Stream Local Video FastAPI provides a StreamingRespo...DiscussFastAPI
Victor Nascimentonascimva.hashnode.dev·Nov 4, 2024LLM para extração de dados estruturados de documentos utilizando Langchain, OpenAI GPT e FastAPIIntrodução No desenvolvimento de soluções empresariais com inteligência artificial, especialmente usando tecnologias complexas como IA generativa, é fundamental que a equipe tenha acesso a ferramentas acessíveis e colaborativas. Neste post, exploramo...Discuss·100 readsIA Generativallm
Gaurav Jaiswalgauravjaiswal.com.np·Oct 31, 2024Building event driven application using Fast API, Django, and KafkaIn this article, I’ll walk through how to build a basic to-do app using event-driven architecture principles. This system is designed to handle high traffic workloads and achieve scalability. Prerequisites This article will focus on using Kafka with ...Discuss·67 readsMicroserviceMicroservices
Sai Prasanna Maharanasaimaharana.hashnode.dev·Oct 26, 2024FastAPI: An IntroductionWhat is FastAPI? FastAPI is a modern, fast (high-performance) web framework for building APIs with Python 3.6+ based on standard Python type hints. It leverages Python's asyncio capabilities, allowing for high throughput in handling requests. FastAPI...DiscussAPIFastAPI
Abhiram Puranikabhirampuranik.hashnode.dev·Oct 25, 2024Publishing Custom Metrics from Multi-Pod and Multi-Thread Applications to Grafana in Prometheus Client in PythonI encountered an issue where incorrect metrics were being logged in Prometheus within a Kubernetes cluster. These metrics were exposed from a Python-based REST API service which was running in a multi-pod environment built using the FastAPI framework...Discussprometheus-client