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/k-kumar-01/python-api-to-server-cli
Converts Python API to Server
argparse fastapi python uvicorn
Last synced: 27 Apr 2026
https://github.com/abhay-kanwasi/sentiment-dashboard
Comprehensive solution for sentiment analysis, combining a FastAPI backend with a React frontend. The application allows users to upload CSV files containing product reviews, analyze the sentiment using a pre-trained DistilBERT model, and visualize the results through an interactive dashboard
fastapi nlp sentimentanalyzer transformers-models
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/koloideal/echoapi
Simple API with an example of authorization via OAuth2 Bearer Token, DI(dishka), API(FastAPI) and PostgreSQL
api bear bearer-authentication dependency-injection dishk fastapi fastapi-template inversion-of-control oau postgre
Last synced: 28 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/vitorvogomes/fastapi-stand-livros
CRUD para Gerneciamento de Livros utilizando FAST API
crud docker-compose fastapi openapi postgresql pytest python3 sqlalchemy swagger
Last synced: 28 Apr 2026
https://github.com/sathviknayak123/detection_of_dga_botnets
App to Detect of DGA-based botnets using Machine Learning and Deep Learning (CNN+Attention)
binary-classification cnn-att-models deep-learning fastapi feature-engineering machine-learning multiclass-classification
Last synced: 28 Apr 2026
https://github.com/dogukanurker/blackholeapi
API of Black Holes.
api blackhole blackhole-lists blackholes fastapi python
Last synced: 28 Apr 2026
https://github.com/rahulsamant37/daily-task
DAILY-TASK: My Learning & Development Journey repository documenting my growth in MLOps and AI Engineering. It serves as both a portfolio and knowledge base, showcasing production-ready ML pipelines and core Python development practices. With projects on MLOps, AgenticAI, each commit reflects my continuous learning and practical implementations.
aws-apigateway aws-ec2 aws-lambda aws-s3 chromadb faiss-vector-database fastapi huggingface langchain-python langgraph-python mlflow uvicorn-nginx
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/lingfromsh/fastapi-boilerplate
Fastapi Boilerplate
authlib fastapi fastapi-boilerplate fastapi-pagination queue taskiq tortoise-orm
Last synced: 28 Apr 2026
https://github.com/ikaushikpal/todoapp
aiomysql fastapi python python-jose redis sqlalchemy
Last synced: 28 Apr 2026
https://github.com/mtdamir/gantoum-pipeline
gantoum-pipeline
docker fastapi postgresql python3
Last synced: 28 Apr 2026
https://github.com/alexisbalayre/ai-contract-checker
AI Contract Checker: Analyse and validate contracts with Generative AI
ai contract fastapi legaltech llm nestjs opensearch rag security
Last synced: 28 Apr 2026
https://github.com/mwilko/api-bridge
Project which uses FastAPI as a bridge between clients and their database, allowing them to create, read, update and delete data according to their needs.
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/joshuaevan/page-forge
Convert multi-page PDFs into clean, OCR-ready images — CLI, watch folder, web UI, and optional Google Drive sync.
cli docker document-processing fastapi google-drive image-processing ocr ocr-preprocessing pdf pdf-converter pdf-to-image pillow pymupdf python self-hosted
Last synced: 28 Apr 2026
https://github.com/natthasath/demo-qrcode-api
QR Code is a compact and efficient barcode that can store data such as URLs, contacts, and more. Easily scannable with a smartphone camera, QR Codes are widely used for marketing, advertising, and everyday information exchange.
docker-compose dockerfile fastapi poetry python qrcode
Last synced: 28 Apr 2026
https://github.com/faisal-fida/fastapi-docker-project
This project is a simple FastAPI application that demonstrates how to build and deploy a web API using Docker. The application includes a scraper that fetches the IP address from a specified URL.
deployment docker docker-compose fastapi
Last synced: 28 Apr 2026
https://github.com/masterain98/gemini-wrapper
Wrap Google AI Studio Gemini API into OpenAI-compatible endpoints
fastapi gemini gemini-api openai-api
Last synced: 28 Apr 2026
https://github.com/adesoji1/vehicle_classification
Classifies cars based on brands, Different versions will be updated here as more car data emerges. This for you to understand the logic
fastapi image-classification python3 streamlit-webapp
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/leosimoes/dio-python-fastapi-workout
Project "Developing your First API with FastAPI, Python and Docker" by DIO.
fastapi python rest-api sqlalchemy
Last synced: 28 Apr 2026
https://github.com/mtsprznto/api_data_mapu
Esta es una api que tiene información sobre la cultura mapuche y su vocabulario mapudungun
Last synced: 28 Apr 2026
https://github.com/thorgilis/python.template.microservice
A fully configured FastAPI microservice template with built-in code quality tools, CI/CD, and Docker support. This template provides a structured foundation for developing and deploying Python microservices with best practices in security, testing, and maintainability.
api fastapi github-action microservices pre-commit python python3 template uvicorn
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/phantomapi
👻 PhantomAPI — Turn ChatGPT's free web interface into an OpenAI-compatible API. Built with FastAPI + Playwright. Drop-in replacement for n8n, AI Agents, and any OpenAI client. Zero API costs.
ai-agent automation chatgpt chatgpt-proxy fastapi free-api n8n openai-api openai-compatible phantomapi playwright proxy python self-hosted
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/richardschoen/python_dbibmiodbc
Python IBM i ODBC Database Class and Application Subclass for Structured Business App Logic
as400 class database db2 fastapi flask ibmi odbc pyodbc python re-usability rest-api restful-api wrapper
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/lmddc-lu/peertube-plugin-subtitle-translator-api
This is an API that uses a fork of the Subtitles-Translator project to translate subtitles from one language to another. It was made to work in pair with our Subtitle Translator Peertube plugin, which is a fork of the Subtitles-Editor plugin for PeerTube.
fastapi gpu gpu-acceleration opus-mt subtitle-conversion subtitles
Last synced: 29 Apr 2026
https://github.com/darkneko-id/apdn_app
Pencarian sertifikat TKDN Kemenperin P3DN untuk kegiatan pengadaan KKKS — typo-tolerant, bilingual, portable
fastapi indonesia kemenperin procurement sqlite tkdn
Last synced: 08 Jun 2026
https://github.com/codephsp/curso-fastapi
Curso administrado por Eduardo Mendes
Last synced: 29 Apr 2026
https://github.com/mdtanvirhossaintusher/installment-policy
A FastAPI project where customers can purchase products with installment policy.
fastapi otp-verification postgresql sqlalchemy
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/bk86a/postalcode2nuts
FastAPI microservice for European postal code validation and mapping to NUTS codes (levels 1-3) across EU, EFTA, and EU candidate countries using GISCO TERCET data
data-validation docker efta eu europe european-commission eurostat fastapi geocoding gisco microservice nuts nuts-classification open-data postal-code-validation postal-codes python rest-api tercet zip-code
Last synced: 03 May 2026
https://github.com/kristiankunc/justplaymesomething
Website that will play a random song from Spotify for you
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/lokranjanp/wingmanapi
A FASTapi that is also the best wingman you need to UP your game.
Last synced: 29 Apr 2026
https://github.com/jojo252511/hyprkeys
HyprKeys is a sleek, web-based Keybinding Manager specifically designed for Hyprland. It provides a modern interface to manage your hyprland keybinds without losing the flexibility of manual configuration
caelestia dotfiles fastapi hyprland keybindmanager phyton productivity webui workflow
Last synced: 29 Apr 2026
https://github.com/slaughtbear/jwt-project-management-api
Backend for managing projects and tasks, using FastAPI, PostgreSQL via Supabase, and JWT authentication.
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/ruitcatarino/drinking-board-game
Digital cards for an eco-friendly drinking game. Draw cards online, customize your game, and always drink responsibly.
Last synced: 29 Apr 2026
https://github.com/mahfuzurrahman98/codeglimpse-api
fastapi pastebin python sqlalchemy
Last synced: 29 Apr 2026
https://github.com/rahulsamant37/trip_planner-using_crewai
Trip Planner leverages the CrewAI framework to automate and enhance the trip planning experience, integrating a CLI, FASTAPI, and a user-friendly Streamlit interface.
automation browserless crewai fastapi google-api python serperapi streamlit
Last synced: 29 Apr 2026
https://github.com/pankaj085/fastapi-todo-app
A fully asynchronous To-Do application built with FastAPI and PostgreSQL. Features include CRUD operations, pagination, and interactive API documentation with Swagger UI and ReDoc. Designed for high performance and scalability with a clean, modular codebase.
asynchronous fastapi postgresql pydantic python sqlalchemy uvicorn
Last synced: 29 Apr 2026
https://github.com/arv-anshul/ecommerce-scrapper-api
Provides API endpoints to scrape data from e-commerce websites. (For now flipkart.com only)
amazon curler e-commerce ecommerce fastapi flipkart http-requests modular project pydantic python3 web-scrapping
Last synced: 29 Apr 2026
https://github.com/fourex/expensemanager-api
Тестове завдання - Менеджер витрат
Last synced: 29 Apr 2026
https://github.com/mattmajestic/spotify-api
Query Spotify Artist Stats from Spotify API
Last synced: 29 Apr 2026
https://github.com/kejiahp/fastapi-qrcode-event-manager
A simple event management system allowing users send event invitations and validate the invitations by scanning QR codes.
fastapi pydantic pymongo qrcode
Last synced: 29 Apr 2026
https://github.com/mohamed-kaizen/home_recruiters
Every person needs help from other professionals be it electricians, plumbers, mechanics or any other. This project is a quick and easy way for people(recruiters) to connect with skilled people who think are a good fit and hire them
codenight fastapi gdgaddis tortoise-orm typer
Last synced: 29 Apr 2026
https://github.com/nexusrunn3r/nexusrunner-examples
Playbooks e repositórios demo para smoke-tests
byoc ci-cd control-plane devtools docker fastapi gpu-ready nextjs observability open-core playbooks python runners
Last synced: 29 Apr 2026
https://github.com/hoanglayor/typ-legal-chatbot
chatbot fastapi law llm-finetuning memory-management
Last synced: 29 Apr 2026
https://github.com/aryank1511/fastapi-test-driven-development
A collection of all the code written as a part of the FastAPI Test Driven Development course on Udemy.
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/gautamkaus/nlp_chatbot_food_order_project
CHATBOT PROJECT FOR FOOD ORDERING - NLP,DIAGFLOW
connectors database dbms dialogflow fastapi mysql ngrok-server nlp-deep-learning nlp-machine-learning sql
Last synced: 29 Apr 2026
https://github.com/stefanyperezbz/proyectos-n8n
Conjunto de proyectos independientes con funciones de análisis, control y generación de reportes
fastapi n8n n8n-automation n8n-workflow python sistema streamlit supabase
Last synced: 29 Apr 2026
https://github.com/kweonminsung/docker_study
docker-compose fastapi react typescript
Last synced: 29 Apr 2026
https://github.com/holamexico/end-to-end-agentic-ai-fastapi-docker-project
Discover the End-To-End-Agentic-AI-FastAPI-Docker-Project on GitHub – a powerful, open-source framework for building agentic AI workflows with FastAPI and Docker. Clone, customize, and deploy scalable AI solutions effortlessly!
agentic-ai agents ai-automation api api-integration deploy deployment development docker end-to-end-workflow fastapi genai llm python
Last synced: 29 Apr 2026
https://github.com/dafwa/aplikasi-incer
Real-time Image Processing & Face Segmentation Web App built with FastAPI, MediaPipe, and OpenCV. Features transparent background removal, face mesh visualization, and structural analysis.
fastapi image-processing mediapipe python
Last synced: 29 Apr 2026
https://github.com/filipereynaud/fast-api-auth0-integration
Example code of fastAPI integration with Auth0
Last synced: 29 Apr 2026
https://github.com/renanstn/notification-bot
API feita utilizando o FastAPI para centralizar o envio de notificações para eu mesmo via bot do Telegram.
fastapi heroku python telegram-bot
Last synced: 30 Apr 2026
https://github.com/shubhamsinghcmr/fastapi
A collection of FastAPI projects showcasing various applications and use cases of the FastAPI framework. Explore APIs built with FastAPI, complete with authentication, database integration, and real-time features. Ideal for learning and inspiration in developing modern web APIs.
Last synced: 30 Apr 2026
https://github.com/theharshithr/meal-calorie-backend-harshith.
FastAPI + PostgreSQL backend for meal calorie tracking with JWT auth, Dockerized setup, rate limiting, and testing.
authentication backend calorie-calculator calories docker fastapi jwt meal-tracker postgres pydantic pydantic-settings rest-api
Last synced: 30 Apr 2026
https://github.com/lexxai/goit_python_web_hw_11
GoIT, Python WEB, Homework number 11. FastAPI. PostgreSQL. Docker. REST API. ORM SQLAlchemy. Pydantic. Jinga. Alembic.
alembic docker fastapi jinga jinga2 postgresql pydantic rest-api sqlalchemy
Last synced: 30 Apr 2026
https://github.com/jackomo007/lovely-farm
Project making CRUD of events using FARM stack
Last synced: 30 Apr 2026
https://github.com/amrc-lima/scava-dados
Async API (FastAPI, Docker, PostgreSQL) that scrapes book data, stores it, and runs automated tests via CI/CD.
asyncio ci-cd docker fastapi postgresql pytest python sqlalchemy web-scraping
Last synced: 30 Apr 2026
https://github.com/gokulsudheesh/guess-game-deepseek-r1
A silly guess game for testing out the thinking capability of deep seek model hosted on NVIDIA builder.
deepseek-r1 fastapi langchain nvidia-nim-api ollama
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/agvangrigoryan/syncrotime
This API allows users to present their services, manage availability, and create shared events—whether private or public—with ease and flexibility.
Last synced: 30 Apr 2026
https://github.com/ashok14k/fastapi-the-complete-course-2025-beginner-advanced-udemy
This repository is dedicated to storing the code developed during the "FastAPI - The Complete Course 2025 (Beginner + Advanced)" course on Udemy.
api backend backend-api fastapi fastapi-api fastapi-python fastapi-python-framework python python-fastapi python-framework
Last synced: 30 Apr 2026
https://github.com/paulcwatts/test-saml-idp
A basic test SAML IdP implementation in Python
Last synced: 30 Apr 2026
https://github.com/itachi1621/facts-api
a simple FastAPI-based web service that provides random facts on demand. This API is designed to be lightweight, easy to use, and a fun way to learn something new with just a simple API call.
Last synced: 30 Apr 2026
https://github.com/real-estate-proj/real-estate-server
🛠️ Real-Estate Backend Server
alembic backend fastapi postgresql python sqlalchemy
Last synced: 30 Apr 2026
https://github.com/howdoicomputer/revontulet
An API that is used to continuously track if one or more satellites are over a set of coordinates.
fastapi hirshel httpx python satellites
Last synced: 08 Jun 2026
https://github.com/samuelogboye/taskmasterapi
A Simple task management application
fastapi postgresql python sqlite
Last synced: 30 Apr 2026
https://github.com/wbgreen0405/ethiomeddatawarehouse
EthiomedDataWarehouse: a complete data warehouse solution for Ethiopian medical business data. It covers Telegram scraping, YOLOv5 object detection, dbt for ETL/ELT, and FastAPI for data exposure. Features robust data cleaning, analytical modeling, and ML integration.
data-warehouse dbt etl fastapi postgresql python
Last synced: 30 Apr 2026
https://github.com/krish022004/github-issue-assistant
AI-powered GitHub Issue Assistant using FastAPI, LangChain & Streamlit for Seedling Labs Craft Case.
fastapi gemini langchain seedling-labs streamlit
Last synced: 30 Apr 2026