FastAPI
FastAPI is a high performance, easy to learn, fast to code, and ready for production Python 3.7+ framework. Its performance is on par with NodeJS and Go (thanks to Starlette and Pydantic). It’s intuitive and standards-based (based on API standards like OpenAPI (previously known as Swagger) and JSON Schema).
- GitHub: https://github.com/topics/fastapi
- Repo: https://github.com/tiangolo/fastapi
- Created by: Sebastián Ramírez
- Last updated: 2026-07-03 00:10:57 UTC
- JSON Representation
https://github.com/hosseinkarimi128/zed-one
An AI-powered assistant that analyzes CSV data using natural language queries to generate pandas code and visualizations.
ai-data-analysis automated-pandas automated-pandas-queries csv data-analysis fastapi langchain machine-learning matplotlib nlp openai pandas restful-api summarization visualization-tools
Last synced: 07 Apr 2026
https://github.com/macorisd/mi-mapa
A full-stack project for storing and visualizing user maps with markers for visited cities. Built with FastAPI (backend), React + Vite (frontend), MongoDB (database), and deployed on Vercel.
fastapi full-stack mongodb nodejs react vercel
Last synced: 10 Apr 2026
https://github.com/halovina/fastapi-gemini-image-captioning
Image Captioning with FastAPI & Gemini
fastapi gemini generative-ai image-classification python
Last synced: 19 May 2026
https://github.com/khiwniti/pinn-enterprise-platform
🧮 PINN Enterprise Platform - AI-Powered Physics Simulations with CopilotKit-style Research Canvas UI. Complete serverless architecture with RAG-powered code generation, 3D visualization, and global edge deployment.
3d-visualization ai-simulation cloudflare-workers copilotkit deepxde engineering-simulation enterprise-platform fastapi fluid-dynamics heat-transfer machine-learning physics-informed-neural-networks physics-simulation pinn rag-system research-canvas scientific-computing serverless webgl
Last synced: 19 May 2026
https://github.com/halovina/fastapi-gemini-audit-trail
Build a Gemini Logging System for Debugging & Auditing on FastAPI
fastapi fastapi-template gemini generative-ai python
Last synced: 21 May 2026
https://github.com/het-07/dalxchange
aws-lambda aws-services fastapi python-backend typescript-react
Last synced: 17 May 2026
https://github.com/ss-369/intellidoc-ai
A production-ready RAG-based Document Q&A system using Streamlit and FastAPI. Combines ChromaDB for semantic retrieval and Gemini 2.5 Flash for accurate, grounded answer generation. Includes TruLens-powered evaluation for measuring answer quality, relevance, and source attribution.
chromadb fastapi gemini-api question-answering rag trulens vector-database
Last synced: 15 Jul 2025
https://github.com/syd-taha/ai-powered-medical-diagnosis-system
A deep learning-powered medical diagnosis system that detects Pneumonia from chest X-rays and Brain Tumors from MRI scans using two trained CNN models. Includes a FastAPI backend and Streamlit UI for real-time predictions. Built for practical deployment with explainability (Grad-CAM) and modular architecture.
artificial-intelligence cnn-classification computer-vision deep-learning fastapi grad-cam-visualization healthcare image-classification keras-tensorflow medical-imaging neural-networks streamlit
Last synced: 08 May 2026
https://github.com/austinnoronha/mcp_server_with_uv
This is a sample Model Context Protocol (MCP) server built with Python, demonstrating how to expose tools and resources to LLMs and MCP clients.
fastapi learning mcp mcp-server python python3 uv
Last synced: 05 May 2026
https://github.com/kanhaiya-gupta/aas-data-modeling
A comprehensive Asset Administrative Shell (AAS) data modeling platform for Quality Infrastructure systems. Features AASX package processing, digital twin management, AI-powered analytics with RAG, and multi-format data transformation capabilities.
aasx asset-administrative-shell certificate-management data-transformation digital-twins etl-pipeline fastapi industrial-iot python quality-infrastructure rag-systems
Last synced: 15 Jul 2025
https://github.com/crisboleda/facturas-fast-api
Sistema de facturación con FastAPI
desing-patterns fastapi good-practices python python3 testing
Last synced: 17 May 2026
https://github.com/rahulsamant37/fastapi_versioning-template
A comprehensive demonstration of API versioning strategies in FastAPI, showcasing three different approaches to help developers choose the right architecture for their needs.
fastapi fastapi-template fastapi-versioning help-others microservices
Last synced: 16 May 2026
https://github.com/oscarcitoz/s3-upload
Una API en AWS Lambda utilizando FastAPI que permite subir archivos a un bucket S3, validando el tipo de archivo y guardándolos bajo una partición (carpeta) especificada por el usuario. La URL pública del archivo subido es devuelta como respuesta.
aws-lambda boto3 fastapi s3-upload serverless
Last synced: 17 May 2026
https://github.com/lostclus/weatherapp
My pet project
demo django fastapi kafka micorservices python
Last synced: 05 Apr 2026
https://github.com/emuhs/s2p-api
Source-to-Pay backend application built with FastAPI and PostgreSQL
alembic backend crud docker fastapi postgresql python rest-api sqlalchemy
Last synced: 07 Apr 2026
https://github.com/nuriadevs/store-backend-fastapi
Backend for an online store using FastAPI, PostgreSQL, Docker, and Mailpit for managing products, orders, users, and sending emails
Last synced: 15 Apr 2026
https://github.com/mkdir700/fastapi-forward
FastAPI Forward is a middleware that enables request forwarding/proxying in FastAPI applications. It allows you to easily forward specific routes to different target URLs while maintaining the original request context.
fastapi fastapi-forward forward-proxy
Last synced: 29 Apr 2026
https://github.com/0x03c1/fastapi-terraform-actions-aws
Este projeto demonstra como fazer o deploy automatizado de uma aplicação web simples em FastAPI, utilizando Terraform com backend remoto na AWS (S3 + DynamoDB) e GitHub Actions para CI/CD, com execução final em uma instância EC2 com Docker.
Last synced: 07 Apr 2026
https://github.com/macorisd/eventual
A full-stack project for managing and visualizing events. Built with FastAPI (backend), React + Vite (frontend), MongoDB (database), and deployed on Vercel.
fastapi full-stack mongodb nodejs react vercel
Last synced: 10 Apr 2026
https://github.com/pashamakhilkumarreddy/fastapi-mongodb
This is a RESTful API built using Python and FastAPI. The application leverages Docker for containerization, MongoDB as the database, poetry for managing Python versions, and Swagger for API documentation and testing.
commitlint docker docker-compose fastapi makefile nginx pre-commit python uvicorn
Last synced: 07 Apr 2026
https://github.com/alina1412/try_oauth_educational
Educational FastApi project for checking usage of jwt tokens
fastapi makefile poetry pytest
Last synced: 17 Jul 2025
https://github.com/soofstad/fastreact-boilerplate
Boilerplate for a FastAPI python API and a React SPA WebApp project
Last synced: 16 May 2026
https://github.com/lucs1590/study-microservice
Microservice project using FastAPI, PostgreSQL, Docker and Nginx.
api crud fastapi microservices python
Last synced: 15 May 2026
https://github.com/syd-taha/real-time-mask-detection-and-face-recognition
Real-Time Mask Detection and Face Recognition System using deep learning and computer vision. The system detects whether individuals are wearing a mask (correctly, or not at all) using webcam input or video streams.Includes end-to-end development from model training to production-ready deployment.
computer-vision deep-learning end-to-end-machine-learning face-detection face-recognition fastapi machine-learning mask-detection mtcnn opencv pytorch streamlit tensorflow
Last synced: 11 Apr 2026
https://github.com/prakash-aryan/speech_command_server
A real-time voice command detection system that recognizes "play" and "pause" commands using Vosk speech recognition.
fastapi python transcription uvicorn vosk websockets
Last synced: 17 May 2026
https://github.com/45harry/log_classification_genai_llm_nlp_deepseek_r1_
Log Classification Using LLM DeepSeekR1
bert-embeddings deepseek-r1 fastapi llm regex sckiit-learn
Last synced: 18 May 2026
https://github.com/basis-foundation/basis-poc
BASIS — Building Automation Secure Identity Service — is an open-source project under Basis Foundation. It provides a modern identity, authorization, and audit layer for operational technology environments that were not designed with cloud security in mind.
building-automation docker-compose fastapi identity-management iot keycloak mqtt oidc ot-security
Last synced: 17 May 2026
https://github.com/arhspe/mapper-rtc
API em FastAPI para consulta e correlação de indexadores fiscais da Reforma Tributária do Consumo.
api cclasstrib cindop fastapi json lc116 python reforma-tributaria
Last synced: 02 Jul 2026
https://github.com/xiaoquisme/translate-mcp-server
A translation server based on MCP architecture, supporting multi-language translation and text-to-speech functionality.
fastapi fastapi-mcp mcp mcp-server python
Last synced: 18 Apr 2026
https://github.com/darliaro/lumairej
Emotional journaling app, written in Python with love 🤍
emotional-awareness fastapi htmx journaling mental-health mood-tracker open-source pdm personal-development playwright postgresql pytest python self-care
Last synced: 19 Jul 2025
https://github.com/collectivecloudperu/api-rest-python-fast-api
Como Crear una API REST con Python y FastAPI
api-rest fastapi python python3
Last synced: 17 May 2026
https://github.com/miintto/matstagram
지도에서 나만의 맛집을 추가하고 관리하자!
fastapi python sqlalchemy uvicorn
Last synced: 17 May 2026
https://github.com/asifrahaman13/laughing-guide
A blazing-fast HR payroll system designed to deal with simplicity as well as blazing-fast speed. The application is capable of handling thousands of files concurrently, making it extremely efficient for the HR payroll system.
docker fastapi git golang linux postgres python typescript
Last synced: 06 Apr 2026
https://github.com/kingflow-23/expense-tracker
A personal finance tracker where users can log and categorize their expenses.
backend fastapi frontend sqlalchemy streamlit
Last synced: 09 May 2026
https://github.com/JoyChudasama/chat-txt
fastapi langchain ollama python react typescript
Last synced: 30 Dec 2025
https://github.com/marcosalves90/comparar-rostos-api
API que compara semelhança entre dois rostos em imagens
docker fastapi html python tailwindcss
Last synced: 19 Jul 2025
https://github.com/euiyounghwang/kafka_job_interface_service
kafka_job_interface_service
fastapi kafka kafka-client kafka-consumer poetry python3
Last synced: 16 May 2026
https://github.com/guptakushal03/ui-generator
A whiteboard-style UI builder with real-time HTML/CSS code generation, live preview, editable code, and downloadable/uploadable designs.
code-generator drag-and-drop fastapi monaco-editor ui-designer
Last synced: 16 May 2026
https://github.com/shaily24/credit-risk-system
AI-powered credit risk assessment platform with machine learning model integration
ai credit-risk docker fastapi fintech machine-learning material-ui postgresql python react redis risk-assessment typescript
Last synced: 06 Apr 2026
https://github.com/troutlytics/troutlytics-backend
Backend support to provide updated information about trout stocking in Washington state. This repository contains all the essential backend components of the project, including database management, Web API, and a web scraper.
contributions-welcome contributors data-visualization docker fastapi fish fishing folium lakes maps python sqlalchemy statistics trout washington wdfw webscraper webscraping website
Last synced: 07 Mar 2026
https://github.com/auxi-wardrobe/auxi-all-in
Auxi monorepo — React Native mobile + FastAPI backend wired as git submodules, with role-scoped Claude agents.
ai claude-code fastapi monorepo outfit-recommender react-native wardrobe
Last synced: 02 Jul 2026
https://github.com/ahmad2b/kly-frontend
AI URL shortener
fastapi nextjs nextjs14 vercel
Last synced: 06 May 2026
https://github.com/esoltys/weather_visualizer
FastAPI-based web application that visualizes historical weather patterns using data from the NOAA Climate Data Online (CDO) API. It allows users to select weather stations on a map, choose a date range, and view temperature trends over time.
arcgis-js-api chartjs fastapi noaa-historical-data
Last synced: 17 May 2026
https://github.com/toluwaa-o/lite-api
A FastAPI-powered backend that gathers and returns enriched company insights, including Wikipedia-sourced details, country of origin, macroeconomic indicators from the World Bank, and recent news articles with sentiment analysis. Built to support an interactive frontend that helps users understand the economic context behind African companies.
africa api backend company-insights data-aggregation economic-data fastapi google-news macroeconomics python sentiment-analysis web-scraping wikipedia-api world-bank
Last synced: 08 May 2025
https://github.com/arthurgassner/swissenergy-backend
ML backend powering an energy consumption prediction dashboard.
backend caddy docker energy-industry energy-prediction entsoe-api fastapi lgbm machine-learning mlops plotly python showcase switzerland
Last synced: 20 Mar 2025
https://github.com/ararog/health_up
A whatsapp bot to make health appointments scheduling easier.
boilerplate chatbox fastapi pydantic pydantic-ai python3 sqlmodel
Last synced: 17 May 2026
https://github.com/lubaskinc0de/palletify
Server API + Client for generating a random color palette
fastapi javascript mui python react
Last synced: 14 Apr 2026
https://github.com/faisal-fida/real-time-cyber-attacks
This project is a FastAPI-based web application designed to scrape real-time cyber attack data from an external source, parse the data, and store it in a database using Tortoise ORM.
cyberattacks fastapi realtime requests tortoise-orm webapp
Last synced: 17 May 2026
https://github.com/theayushmajumdar/fast_api-integration
Integrated fast api backend with my local mongodb collection
aws docker ecr-repositories ecs-fargate fastapi mongodb postman
Last synced: 02 Apr 2026
https://github.com/smit-parekh/proactive-supply-chain-disruption-agent
An AI Agent leveraging fine-tuned LLMs (Mistral-7B w/ PEFT) and LangGraph to proactively identify, assess, and suggest mitigations for supply chain disruptions, tailored to specific client needs (e.g., Shell, Pfizer). Includes MLOps integration using Vertex AI and MLflow.
ai-agent api fastapi fine-tuning forecasting google-cloud langchain langgraph llm lora machine-learning mlflow mlops peft python risk-management supply-chain vertex-ai
Last synced: 21 Apr 2026
https://github.com/hvalfangst/azure-akv
Python Flask application deployed to Azure Kubernetes Service with secrets derived from Azure Key Vault mounted with Kubernetes Secrets Store CSI driver
aks az-204 azure azure-keyvault azure-kubernetes-service azurecontainerregistry azurekeyvault azurekubernetesservice fastapi python
Last synced: 20 Mar 2025
https://github.com/devroopsaha744/yogifix
YogFix is a real-time Yoga Pose detection and feedback system built using Python, OpenCV, and Mediapipe for pose estimation. The system is served via a FastAPI backend that captures webcam frames server-side, processes them to detect poses, and provides real-time feedback over WebSocket connections.
ai-trainer computer-vision fastapi mediapie opencv pose-correction pose-detection pose-estimation python websockets yoga
Last synced: 20 Mar 2025
https://github.com/irg1008/sign2text-api
API endpoint for Sign2Text onnx model
ai ai-translator convolutional-neural-network fastapi onnx onnxruntime sign2text
Last synced: 16 May 2026
https://github.com/elis-salobehaj/mediqueryai
Built with Antigravity to showcase Vibe Coding. ⚡ This app is a futuristic AI data analyst that went from concept to production-ready Docker app instantly. Features Text-to-SQL, hybrid LLMs (Gemini/Anthropic/Ollama), and sci-fi UI. 🏥
agentic-ai ai anthropic chatbot data-visualization docker fastapi gemini-api healthcare-ai llm local-llm nlp ollama plotly react text-to-sql typescript vite
Last synced: 25 Jan 2026
https://github.com/bemxio/jedyneczki
A website in Polish, showing how much F's I have got in school
css fastapi html javascript python uvicorn vulcan website
Last synced: 08 Apr 2026
https://github.com/are-you-serat/forumcore
Backend for a modern forum platform. Built with FastAPI, PostgreSQL, and JWT authentication. Designed for scalability and performance.
core fastapi forum forumsoftware
Last synced: 17 Apr 2026
https://github.com/nrthbnd/cat_charity_fund_spreadsheets
FastAPI Проект - Приложение благотворительного фонда для поддержки домашних животных с интеграцией Google API
alembic fastapi googleapi googlesheets sqlalchemy
Last synced: 17 May 2026
https://github.com/sudarshanc00/potato-disease-classification
This machine learning project classifies potato leaf images into three categories: Early Blight, Late Blight, and Healthy. Using a CNN model, it accurately detects potato diseases based on leaf images. The project includes a FastAPI-powered web interface for image uploads and real-time classification results.
css fastapi html keras matplotlib python tensorflow
Last synced: 08 Apr 2026
https://github.com/anthony-famaral/restaurante
azure fastapi python3 terraform
Last synced: 11 Apr 2025
https://github.com/qrcommunication/gigapdf
Self-hostable open-source WYSIWYG PDF editor — edit text, images & forms in the browser, with a complete REST API and embeddable widget. Next.js + FastAPI, AGPLv3.
docker document-management fabricjs fastapi nextjs ocr open-source pdf pdf-api pdf-editing pdf-editor pdf-forms pdf-generation pdf-tools pdfjs python react self-hosted typescript wysiwyg
Last synced: 01 Jul 2026
https://github.com/faisalaffan/aiyeah
AIyeah is an open source AI platform built for developers who need reliability over hype.
ai-agents ai-platform fastapi fiber golang langgraph litellm llm-observability llms multimodal open-source pgvector python rag text-to-sql typescript
Last synced: 24 Jun 2026
https://github.com/olukeye/fastapi-complaint-app
A simple application for logging complaint or report an issues form user activities.
crypto cryptography fastapi mssql-server pydantic-models pyodbc
Last synced: 17 May 2026
https://github.com/fsecada01/component-framework
Framework-agnostic server components with LiveView-style interactivity for Python (FastAPI / Django). HTMX-powered, no JS framework required.
django fastapi htmx liveview pydantic python server-components server-side-rendering websocket
Last synced: 01 Jul 2026
https://github.com/graphtylove/kubernetes-demo
Small Demo to show how to deploy on Kubernetes
api becode course deploy docker fastapi kubernetes python
Last synced: 11 Apr 2026
https://github.com/iadtya/business-search-bot
This project is a microservice application designed to crawl the Florida Secretary of State website for publicly available business details
Last synced: 30 Apr 2026
https://github.com/tsembp/sql-gym
fastapi react sqlalchemy tailwindcss typescript
Last synced: 09 Apr 2026
https://github.com/tandohanthonynwiackah/fast_api_intro
FastAPI is a modern, fast (high-performance), web framework for building APIs with Python.
Last synced: 17 May 2026
https://github.com/timeless-residents/handson-pinecone
FastAPI-based vector similarity search API using Pinecone for efficient vector database operations
api fastapi pinecone vector-database vector-search vector-similarity
Last synced: 17 May 2026
https://github.com/kjpar0317/ml-htmx
python(machine learning) + htmx test
fastapi htmx onnx python3 shoelace tensorflow
Last synced: 28 Jan 2026
https://github.com/manuos1/qr-code-generator
Simple QR code generator
docker-image fastapi python qrcode
Last synced: 05 Apr 2025
https://github.com/taylormusolf/goalcrusher
A simple web application designed to help users set, track, and manage their personal or professional goals. The application provides the functionality to create new goals, view existing goals, update their status, and delete them if necessary.
alembic fastapi openai-api postgresql productivity python react sqlalchemy
Last synced: 20 Jan 2026
https://github.com/psypherion/datafolio
A lightweight, JSON-driven portfolio builder for developers, designers, and professionals who want complete control over their portfolio data with schema validation and easy deployment.
developer-tools docker fastapi json-schema open-source portfolio-builder portfolio-management portfolio-website python rest-api web-dashboard
Last synced: 08 Apr 2026
https://github.com/pranaypkadu/networksecurity
End To End MLOPS Project With ETL Pipelines- Building Network Security System
aws-ec2 aws-ecr aws-s3 dagshub docker etl-pipelines fastapi github-actions mlflow mlops mongodb-atlas network-security numpy pandas python pytorch scikit-learn tensorflow vscode
Last synced: 19 Mar 2025
https://github.com/pabvald/fast-api-test
Minimal API with FastAPI to manage users
fastapi python testing try-out
Last synced: 17 May 2026
https://github.com/nikdrosakis/apifast
fastAPI connected with maria, mongo, redis
Last synced: 12 Apr 2026
https://github.com/wh1ter0se/job-server
A Python framework to create, run, and manage jobs via a REST API
artifacts fastapi job-scheduler python rest-api
Last synced: 17 May 2026
https://github.com/essogbe/hackathon-ai4ckd
AI-powered system for predicting chronic kidney disease stages from clinical data, with model monitoring, explainability, and a FastAPI interface.
ci-cd cloudrun fastapi machine-learning medicare mlflow mlops-workflow
Last synced: 16 May 2026
https://github.com/jakub-k-slys/substack-gateway-oss
Stateless Substack Gateway exposing a REST API and MCP for reading profiles, posts, notes, and comments, plus authenticated personal and note-publishing workflows.
ai-tools automation fastapi fastmcp gateway integration mcp model-context-protocol python rest rest-api substack vercel
Last synced: 02 May 2026
https://github.com/zvdy/api-performance
A comprehensive demonstration of 7 proven API optimization techniques implemented in FastAPI, with benchmarking tools to measure and compare performance improvements.
api api-optimization caching compression docker fastapi microservices postgresql python redis rest-api
Last synced: 08 Apr 2026
https://github.com/cma-pio/bookish-octo-happiness
Smart-Jounery IOS App
cohere-ai fastapi mongodb notion-api python swift
Last synced: 20 Jul 2025
https://github.com/esscova/api-currency-converter
API conversora de moedas.
Last synced: 17 May 2026
https://github.com/grooooaaaark/rpn-calculator-api
Clean Code implementation of a RPN calculator API using MongoDB to store operations and results
api calculator clean-architecture clean-code fastapi python
Last synced: 02 May 2026
https://github.com/byigitt/kovan
Kovan — Merkezi komuta kontrol ve ağ anomali tespit sistemi. Pardus/Linux uyumlu, gerçek zamanlı ajan yönetimi, CVE tarama ve ML tabanlı trafik analizi.
anomaly-detection bun command-and-control cve-scanner cybersecurity fastapi golang machine-learning network-monitoring pardus react typescript
Last synced: 03 Apr 2026
https://github.com/jpaullopes/CIP-Monitoring
sensorFlow Server: Backend IoT com suporte WiFi e Ethernet.
backend docker ethernet fastapi grafana iot postgresql wifi
Last synced: 30 Dec 2025
https://github.com/christianconchari/bike-sharing-demand
Este repositorio contiene el trabajo práctico final de la materia Aprendizaje de Máquina II de la Especialización en Inteligencia Artificial (CEIA) de la Facultad de Ingeniería de la Universidad de Buenos Aires (FIUBA).
airflow docker fastapi machine-learning mlflow python scikit-learn
Last synced: 20 Jan 2026