Tag: python
All the articles with the tag "python".
-
Building an AI-Powered Resume Matching System for Modern Recruitment
Learn how to build a semantic resume matching system that connects job descriptions with the most relevant CVs using AI embeddings and vector search technology.
-
Deploying FastAPI Applications on AWS Lambda with Mangum - A Complete Guide
Learn how to deploy FastAPI applications on AWS Lambda using Mangum adapter. Complete guide with code examples, best practices, and deployment strategies for serverless Python APIs.
-
How to create an MCP (Model Context Protocol) server with FastAPI
Learn how to build an MCP (Model Context Protocol) server using FastAPI to integrate custom tools with Claude and other AI models.