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-14 00:10:48 UTC
- JSON Representation
https://github.com/solomonneas/code-search-api
Local semantic code search with Ollama embeddings, SQLite, and hybrid search. Index your codebase with language-aware chunking and find code by intent.
code-indexing code-search developer-tools embeddings fastapi hybrid-search local-first ollama semantic-search sqlite
Last synced: 25 Apr 2026
https://github.com/lealre/fastapi-testcontainer-asyncpg
Testing async FastAPI routes with PostgreSQL and asyncpg using testcontainers-python.
asyncpg fastapi pytest pytest-asyncio sqlalchemy testcontainers
Last synced: 25 Apr 2026
https://github.com/pashamakhilkumarreddy/fastapi-demo
A sample application using FastAPI
Last synced: 25 Apr 2026
https://github.com/ardwiinoo/knn-sentiment-analysis-api
⚡ Model analisis sentimen machine learning based deployment
fastapi machine-learning python sentiment-analysis
Last synced: 25 Apr 2026
https://github.com/credona/age-decision-api
Public API gateway for probabilistic age verification combining age estimation and anti-spoofing with a privacy-first design
age-estimation anti-spoofing api computer-vision credona fastapi gateway machine-learning open-source privacy verification zeroknowledge
Last synced: 26 Apr 2026
https://github.com/palwisha-18/fastapi_fundamentals
PluralSight FastAPI Fundamentals course exercise
fastapi pydantic python3 sqlmodel
Last synced: 26 Apr 2026
https://github.com/crisboleda/inventory-system
Sales and expense management system for small businesses
clean-architecture fastapi good-practices hexagonal-architecture python
Last synced: 26 Apr 2026
https://github.com/phaysaal/seenslide-desktop
Open-source screen capture app for real-time presentation sharing. Transparent, auditable, community-driven.
fastapi linux open-source presentation python real-time screen-capture wayland
Last synced: 26 Apr 2026
https://github.com/martinsantost/myzest
The lightest self-hosted recipe manager that actually cares about your food memories.
cookbook cookbook-app cooking culinary-diary docker fastapi food-diary food-journal homelab memory-keeper moment-cards open-source python recipe-manager recipe-scraper self-hosted selfhosted sqlite
Last synced: 26 Apr 2026
https://github.com/gakkiyomi/missav-api
A third-party RESTful API for the "MissAV" website, designed to scrape and structure website data.
api fastapi missav missav-api python spider
Last synced: 26 Apr 2026
https://github.com/bencoderus/py-auth-service
A FastAPI-based authentication service with JWT token support, user management, and distributed rate limiting using Redis.
Last synced: 27 Apr 2026
https://github.com/olmaneuh/fastapi-samples
This repository is a collection of various examples and code snippets to help get started with FastAPI, a framework for building APIs with Python.
examples fastapi pydantic python samples sqlalchemy sqlite
Last synced: 27 Apr 2026
https://github.com/jasutiin/quizopp
Inspired by QuizUp, a game for learning and competition
fastapi nextjs react typescript websockets
Last synced: 27 Apr 2026
https://github.com/heitorpolidoro/sigecon
Sistema de Gestão de Controle de Tarefas
fastapi python sqlmodel task-management
Last synced: 27 Apr 2026
https://github.com/quadnucyard/seu-gpa-calculator-server
东南大学绩点计算器后端(仅转发请求)
fastapi python southeast-university
Last synced: 27 Apr 2026
https://github.com/natthasath/demo-python-fastapi-background-task
FastAPI BackgroundTask allows you to execute non-blocking tasks in the background while returning a response to the client quickly. It's ideal for tasks like sending emails, processing files, or updating caches.
backgroundtask fastapi poetry python uvicorn
Last synced: 28 Apr 2026
https://github.com/xpiatio/radio-tty
GMRS family hub for home server. Any household member connects from their phone or tablet — no install. Whisper STT transcribes incoming transmissions; Piper TTS synthesizes outgoing messages with automatic FCC §95.1751 callsign ID. React + FastAPI + WebSocket.
docker fastapi fcc gmrs ham-radio net-control piper-tts ptt python radio react self-hosted skywarn speech-to-text text-to-speech tty typescripts websocket whipser
Last synced: 14 Jun 2026
https://github.com/debjotyms/fastapi-student-management-system
An ongoing simple CRUD (Create, Read, Update, Delete) API for managing student records using FastAPI and Python. Built with SQLAlchemy ORM and Uvicorn, this project provides a RESTful interface to manage students' information.
api crud-application fastapi management-system python
Last synced: 28 Apr 2026
https://github.com/bcosynot/ouch
FastAPI app to log body pain events for future analysis
fastapi python quantified-self
Last synced: 28 Apr 2026
https://github.com/mergi72/dms-provider-bridge
Provider bridge service for DMS systems such as eDoCat, Alfresco and FSO, with WFX API support.
alfresco dms document-management edocat fastapi python rest-api total-commander wfx
Last synced: 07 Jun 2026
https://github.com/kvdomingo/banyuhay
dagster fastapi maplibre openfreemap svelte
Last synced: 28 Apr 2026
https://github.com/dapp-mentors/ai_trader_bot_demo
uantumPool is a decentralized, AI-powered cryptocurrency investment platform that democratizes access to sophisticated trading strategies.
fastapi machine-learning nextjs14 ollama python typescript
Last synced: 28 Apr 2026
https://github.com/logancyang/weather-competition
A weather scoring and comparison app for a list of cities, built with FastAPI and deployed on Heroku.
Last synced: 28 Apr 2026
https://github.com/grantbirki/fastapi-tester
A test repo for a simple fastapi app
Last synced: 28 Apr 2026
https://github.com/batmac/captioner-api
API to get captions for images using a transformers pipeline
Last synced: 28 Apr 2026
https://github.com/salehb1/vaultix
A modern Identity and Access Management (IAM) service built with FastAPI
fastapi fastapi-auth fastapi-auth2 iam
Last synced: 28 Apr 2026
https://github.com/KERELKO/strawberry-fastapi-graphql-api
Simple FastAPI+GraphQL (Strawberry) product service with SQLAlchemy (ORM) and Postgresql (DB) provides flexible retrieval of the entities.
django docker-compose fastapi graphql postges postgresql python python3 sqlalchemy strawberry strawberry-graphql
Last synced: 28 Apr 2026
https://github.com/swayamag/plant-identification
FastAPI-based image classification API that identifies 24 plant species using a TensorFlow/Keras CNN. Production-ready endpoints with docs, health check, and easy deployment.
api cnn computer-vision deep-learning fastapi image-classification keras plant-identification tensorflow
Last synced: 28 Apr 2026
https://github.com/mrshibly/stayease
StayEase AI Agent is an intelligent conversational assistant designed for a short-term accommodation rental platform in Bangladesh. It handles three core functionalities: searching for available properties based on user criteria, providing detailed information about specific listings, and facilitating the booking process.
fastapi langchain postgresql stayease
Last synced: 28 Apr 2026
https://github.com/fidelisaboke/products-api
A simple products API created using the fastAPI web framework.
Last synced: 28 Apr 2026
https://github.com/nexusrunn3r/nexusrunner-playbook-spec
Playbook DSL (YAML/JSON Schema) + exemplos + validador
byoc ci-cd control-plane devtools docker fastapi gpu-ready nextjs observability open-core playbooks python runners
Last synced: 28 Apr 2026
https://github.com/rezamobaraki/simple-fastapi
simple fastApi project - coming soon
api djago fastapi fastapi-template python python-api uvicorn
Last synced: 29 Apr 2026
https://github.com/edcsu/todos-fast-api
Todos API with Fast API
fastapi python python3 rest-api
Last synced: 29 Apr 2026
https://github.com/divyansh0811/ai-article-generator
AI Article Generator backend service built using FastAPI & LangChain. With this innovative tool, users can effortlessly generate AI-written articles on any topic of their choice. Whether you're a content creator, developer, or researcher, our API offers a seamless way to access dynamically generated articles with just a few simple requests
fastapi langchain openai prompt-engineering
Last synced: 29 Apr 2026
https://github.com/themusharraf/fastapi-oauth2
FastAPI va token autentifikatsiyasi yordamida foydalanuvchilarni autentifikatsiya qilish
authentication authorization fastapi oauth2
Last synced: 29 Apr 2026
https://github.com/teamofroman/fastapi-cookies-auth
Аутентификация пользователя через куки в FastAPI
auth authentication authorization cookie cookies fastapi middleware
Last synced: 29 Apr 2026
https://github.com/sin4ch/whatsapp-knowledge-base-builder-api
Get insights from customer service chats on WhatsApp to be used for building company knowledge base
ai fastapi fastapi-sqlalchemy postgersql python
Last synced: 29 Apr 2026
https://github.com/imtiazsalaf-01/svaraai-reply-classification-pipeline
A complete ML pipeline for classifying email replies into positive, negative, or neutral. Features baseline (Logistic Regression) and transformer (DistilBERT) models, evaluation with Accuracy & F1, and deployment via FastAPI /predict API with Docker support. Built for SvaraAI Internship.
distilbert docker email-reply-classifier fastapi internship-project logistic-regression machine-learning nlp reply-classification svaraai svaraai-reply-classification text-classification
Last synced: 29 Apr 2026
https://github.com/ssarayu25/crafty-generator
AI-powered crochet pattern generator that transforms images and descriptions into detailed crochet patterns
Last synced: 29 Apr 2026
https://github.com/jmcheon/gossip_semantic_search
fastapi pinecone python3 semantic-search vector-database
Last synced: 29 Apr 2026
https://github.com/shahidmalik4/analytics-pipeline-fastapi-dbt
A full-stack data analytics pipeline using DBT, FastAPI, Streamlit and Postgres. Transforms raw data into modeled tables and exposes KPIs via API endpoints, with an interactive dashboard for visualization.
analytics-engineering data-cleaning-pipeline dbt dbt-core fastapi postgresql streamlit
Last synced: 29 Apr 2026
https://github.com/ahmadalsharef994/fastapi-postgres-boilerplate
Production-Ready Starter Template, FastAPI + PostgreSQL boilerplate with Docker, GitHub Actions, and clean architecture.
api backend boilerplate docker fastapi guthub-actions postgres python template
Last synced: 29 Apr 2026
https://github.com/roaajadaa/content-based-recommender-system
Build a content-based recommender system that suggests items to users based on their preferences (favorite products)
cosine-similarity fastapi pymongo tf-idf-vectorizer
Last synced: 30 Apr 2026
https://github.com/barakudum/mp3music-backend
backend for an mp3 downloader
Last synced: 30 Apr 2026
https://github.com/sha1cybr/esp32-pi-solar-control
A BLE-Powered Smart IoT Water Valve with ESP32 & Pi Zero
ble esp32 fastapi iot python raspberry-pi
Last synced: 30 Apr 2026
https://github.com/genesisblock3301/mongodb-fastapi
FastAPI connect with MongoDb
fastapi mongodb pymongo python
Last synced: 30 Apr 2026
https://github.com/samuelogboye/taskmasterapi
A Simple task management application
fastapi postgresql python sqlite
Last synced: 30 Apr 2026
https://github.com/qwerty-w/wbc
Web Bitcoin Client
bitcoin-wallet fastapi react website
Last synced: 30 Apr 2026
https://github.com/gaurav-singh7092/resumatch
An AI-powered resume and job description matching application using natural language processing and machine learning techniques. This application provides intelligent analysis of resume-job compatibility with detailed scoring and recommendations.
fastapi keyword-extraction nextjs nlp preprocessing-data python similarity-score tailwind
Last synced: 30 Apr 2026
https://github.com/seapagan/fastapi-users-example
Example FastAPI app using 'fastapi-users' for Authentication
async fastapi fastapi-users python python3 sqlalchemy
Last synced: 01 May 2026
https://github.com/yosoykevin/rag-caching-techniques
API RAG con FastAPI y pgvector, implementando Exact y Semantic Cache con embeddings de Google Gemini.
fastapi llm pgvector postgresql python rag
Last synced: 01 May 2026
https://github.com/vlorente/la-fede-teams-analytics
Webscraping y análisis de datos de la web de la federación murciana de baloncesto.
api fastapi jupyter-notebook pandas python scrapy sqlite3 webscraping
Last synced: 01 May 2026
https://github.com/hackjutsu/vibe-stt-server
Speech-to-Text transcription service backed by Whisper
Last synced: 01 May 2026
https://github.com/mvarrone/stp-per-vlan-project
Fullstack app designed to represent a dynamic Per VLAN Spanning Tree Protocol tree (PVST) on a canvas using FastAPI and Vue.JS. It includes a short video demo hosted on Youtube
fastapi python3 spanning-tree-protocol vis-network vuejs
Last synced: 01 May 2026
https://github.com/ddeutils/load-routing
❌ Routing Application deploy to on-premise server
docker fastapi python3 routing-engine
Last synced: 01 May 2026
https://github.com/mert-byrktr/annoy-image-similarity
Toy project for basic image search engine. Just for dog images now, can be further extended.
annoy fastapi image image-processing search-engine
Last synced: 04 May 2026
https://github.com/itsbrianhughes/p2p-lifecycle-simulator
Real-world Procure-to-Pay (P2P) lifecycle simulator modeling purchase orders, shipments, goods receipts, invoices, and 3-way matching with variance and exception handling for mid-market distributors and retailers.
accounts-payable edi fastapi integration-engineering invoice-matching p2p procure-to-pay procurement python sqlite supply-chain three-way-match
Last synced: 01 May 2026
https://github.com/gh-microservice/contributions-service
Github Contributions Service
fastapi microservices-architecture pre-commit pyhton3 rabbit redis
Last synced: 01 May 2026
https://github.com/sachnaror/python-fastapi-framework
FastAPI is a modern, high-performance web framework for building APIs with Python based on standard type hints
Last synced: 02 May 2026
https://github.com/djccnt15/fastapi_vision
FastAPI 기반 비전 AI Backend 서버
fastapi fastapi-sqlalchemy python sqlalchemy tesseract tesseract-ocr
Last synced: 02 May 2026
https://github.com/darinelescobar/fastapi-secure-api
A lightweight FastAPI skeleton for building secure, scalable REST APIs. Includes JWT-based authentication, Google Drive integration using OAuth2, and modular, clean architecture for rapid development.
api asynchronous-programming backend crud fastapi google-drive jwt oauth2 python3 rest-api scalable-architecture skeleton skeleton-application uvicorn
Last synced: 02 May 2026
https://github.com/tzoral/enershare-ai4ef
AI4EF (AI for energy efficiency) is a machine learning based software that assists the renovation procedure of buildings alongside the installation of solar panels.
dagster docker fastapi forecasting-models python
Last synced: 02 May 2026
https://github.com/jacksonsr451/api-blog
Explore all API route tests directly in production. This provides a comprehensive overview of the tested endpoints and their behaviors.
Last synced: 02 May 2026
https://github.com/md-abid-hussain/learning-fastapi
Social media api with user registration, login, CRUD posts and add votes to post
Last synced: 02 May 2026
https://github.com/amajji/chat-interface-with-react-and-rag-from-scratch
RAGBot is a full-stack application that combines a React frontend with a FastAPI backend to create a powerful real-time chat interface. The system leverages a custom-built Retrieval-Augmented Generation (RAG) developed from scratch pipeline for efficient document retrieval and query answering
ai fastapi llm rag react scratch
Last synced: 02 May 2026
https://github.com/mehmetttry/maintenance
“FastAPI + MSSQL + Streamlit bakım & stok yönetimi”
alembic fastapi mssql sqlalchemy streamlit
Last synced: 02 May 2026
https://github.com/akshat3128/fastapi-ecommerce
A scalable e-commerce backend built with FastAPI, featuring JWT-based authentication, role-based access control, product management, cart, checkout, and order history APIs.
alembic crud-application fastapi fastapi-security github-config jwt postgresql postman pydantic-v2 python3 smtpmailer sql-alchemy swagger-ui
Last synced: 02 May 2026
https://github.com/ibensusan/weather-forecast-api-with-fastapi
This API simulates a simple weather forecast service, allowing users to request a weather forecast for a specified city
Last synced: 02 May 2026
https://github.com/n1ghthill/devsynapse-ai
Open source development assistant with project-aware chat, constrained command execution, and usage telemetry.
developer-tools fastapi llm open-source react sqlite vite
Last synced: 03 May 2026
https://github.com/drarlian/web_socket_python
Web socket para chat em tempo real criado com Python.
fastapi python websocket-server
Last synced: 03 May 2026
https://github.com/saikrishnauppaluri/privacy-based-image-recognition-model
The Privacy-Based Image Recognition Model is a designed with user privacy at its core. Unlike traditional image recognition systems, this project ensures that no original images are stored. Instead, it captures only facial vectors—mathematical representations of facial features—while discarding the original image.
cv2 dlib-face-recognition fastapi python
Last synced: 03 May 2026
https://github.com/xanderkov/fastapi-server-template
⚡This is my fastapi server template
Last synced: 03 May 2026
https://github.com/lowfie/processingservice
A service for processing a high load of data and presenting aggregated information in a convenient form
docker fastapi pydantic python sqlalchemy
Last synced: 03 May 2026
https://github.com/aiveraiva/discord-api
api discord-oauth2 fastapi motor vercel vercel-serverless
Last synced: 03 May 2026
https://github.com/991o2o9/ai_agent_backend
Urban Future: Voices of the City – Backend API and core logic for the interactive city simulation. Handles AI-driven NPC behaviors, dialogue management, memory storage, and game state, enabling dynamic social interactions and decision-making in the game world.
ai-agents fastapi npc postgresql python redis
Last synced: 03 May 2026
https://github.com/aminammar1/image-generator-next-app
AI-powered creative generation studio generate images, edit photos, and create videos from a single workspace.
fastapi image-generation nextjs replicate
Last synced: 03 May 2026
https://github.com/geffrerson7/site-api
API to create telecommunications antennas sites
docker fastapi mongodb pymongo python swagger-docs uvicorn
Last synced: 03 May 2026
https://github.com/woragis/create_woragis_api
My CLI tool to scaffold fastapi apis so I can build things in a easier and faster way.
api api-grpc api-rest cli fastapi grpc postgresql python template
Last synced: 03 May 2026
https://github.com/mikolajbadyl/sourciva
AI-powered deep research and content creation agent with streaming web UI
agent ai deep-research docker fastapi llm research searxng sveltekit
Last synced: 03 May 2026
https://github.com/kartikmehta8/htmlaas
Why to use a third party API when you can yourself create one? Extract HTML content by tag name, class, id, links from HTML as a Service.
beautifulsoup4 fastapi python requests
Last synced: 03 May 2026
https://github.com/reddiedev/python-api
test python api
cryptocurrency fastapi python railway
Last synced: 03 May 2026
https://github.com/bizrockman/modelcontextstandard
A minimal, protocol-agnostic standard to connect LLMs like drivers with external tools using existing APIs and formats like OpenAPI, HTTP, AS2, or CAN-Bus. No custom stacks. Just structured function calls.
agent-framework ai-tools design driver fastapi function-calling integration llm llmos llms mcp mcs openapi protocol
Last synced: 04 May 2026
https://github.com/mittapallynitin/podcastai
Podcast AI backend built with FastAPI, powered by Mistral for LLM summarization, and MCP.
fastapi llms mcp mistral-ocr openai pydantic python
Last synced: 04 May 2026
https://github.com/madi-s/fastapi-security
Interesting authorization method demonstrated with FastAPI
Last synced: 04 May 2026