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-01 00:10:42 UTC
- JSON Representation
https://github.com/chibuikeeugene/agentic_system_projects
A compendium of different agentic applications for different business needs and application.
agentic-ai containerization fastapi langchain langgraph-python llama-index mcp prompt-template vector-embeddings worflow-nlp
Last synced: 06 May 2026
https://github.com/amirhosseinhonardoust/pr-guardian-ai
PR Guardian AI automatically reviews pull requests using advanced AI analysis. It identifies code issues, security risks, performance problems, and provides actionable suggestions directly inside GitHub pull requests.
ai-reviewer automation-tooling backend-service code-quality code-review-automation deep-learning developer-tools devops-automation fastapi github-actions-alternative github-app github-bot github-integration llm-applications machine-learning natural-language-processing openai pull-request-review python webhooks
Last synced: 06 May 2026
https://github.com/k31ner/fastapi-crud-mongo
Mi primer crud con el framework de FastAPI y MongoDB, utilizando jinja2 para renderizar las plantillas html
crud-api fastapi mongodb python
Last synced: 06 May 2026
https://github.com/levnagornov/task-portal-full-stack
A full stack app of a task portal where you can trigger tasks and check status of them
angular celery docker docker-compose fastapi js nginx postgresql python redis
Last synced: 10 Jun 2026
https://github.com/george-mountain/llm-local-streaming
Streaming of LLM responses in realtime using Fastapi and Streamlit.
ai fastapi llm llm-serving llm-streaming streamlit
Last synced: 07 May 2026
https://github.com/kev-1729/employee_attrition
Este proyecto aplica Machine Learning para predecir la rotación de empleados. Incluye análisis de datos, preprocesamiento, modelado y evaluación con Python y librerías como Pandas y Scikit-Learn.
fastapi python skilearn website
Last synced: 07 May 2026
https://github.com/codingforentrepreneurs/youtube-video-player-nextjs
Tutorial to embed YouTube Videos and track watch events directly in your Next.js applications. Tightly integrated with https://github.com/codingforentrepreneurs/youtube-video-analytics-fastapi
analytics fastapi nextjs timescaledb timescaledb-python tutorial videos youtube
Last synced: 07 May 2026
https://github.com/arvind-4/python-logs
This project implements a log ingestor that can efficiently handle large volumes of log data, and a simple interface for querying the ingested logs.
docker elasticsearch fastapi kibana python
Last synced: 07 May 2026
https://github.com/rd003/fastapi_postgres_crud
REST APIs with FastApi, SQLAlchemy, alembic and postgres
alembic fastapi postgresql python3 sqlalchemy
Last synced: 07 May 2026
https://github.com/usmanx191/book-recommendation-system
This project is a book recommendation system using the Google Books API to suggest books based on user preferences like genre, author, or keywords. It features a FastAPI backend, a Streamlit frontend for user input, and an OpenAI-powered AI chatbot for query assistance and personalized recommendations.
fastapi google-books-api openai-api openai-assistant-api python streamlit
Last synced: 07 May 2026
https://github.com/0xpixelninja/tic-tac-toe-fastapi
Tic-Tac-Toe game with focus on the back-end development using FastAPI and MongoDB. The RESTful API provides endpoints for game create, player invites, move processing, and game status.
fastapi python-game python-webapp tic-tac-toe
Last synced: 07 May 2026
https://github.com/llanlan1/fastapicrud
FastAPI CRUD API with Docker, deployed on AWS EC2. Includes setup, deployment guide, and troubleshooting steps
docker docker-container ec2 ec2-instance fastapi python-script
Last synced: 07 May 2026
https://github.com/kunalvirwal/clip-vectorizer
A containerized API for generating Vector embeddings for text and images using the OpenAI CLIP Model utilizing CUDA
clip containerized-services fastapi openai python python3 vector-embeddings
Last synced: 07 May 2026
https://github.com/renatoelho/healthcheck
Os Health Checks no Docker são fundamentais para garantir que sua aplicação esteja realmente funcionando dentro do contêiner. Muitas vezes, o fato de um contêiner estar ativo não significa que a aplicação está saudável.
docker fastapi healthcheck python
Last synced: 07 May 2026
https://github.com/t1m4/fastapi-recommendations
Recommendation project(FastAPI + SQLAlchemy core 1.4)
celery fastapi kafka sentry sqlalchemy-core typer
Last synced: 07 May 2026
https://github.com/vyjayanthipolapragada/genai_smart_retail_recommendation
GenAI Smart Retail is a recommendation system designed for retail environments. It provides personalized product recommendations to users based on product descriptions using a content-based filtering approach. The system leverages FastAPI for backend integration, allowing users to interact with the recommendation engine via an API. This project aim
content-based-recommendation data-analysis data-science data-visualization fastapi gen-ai instacart-data jupyter-notebook open-ai python3 retail scikitlearn-machine-learning stream
Last synced: 07 May 2026
https://github.com/ronihdzz/voice-ai-asistant-python
An AI voice assistant for real-time phone conversations, built with Python, Twilio, and OpenAI's Realtime API.
conversational-ai docker fastapi gpt-4o openai-api python real-time twilio voice-assistant
Last synced: 08 May 2026
https://github.com/thoughtscript/hugging_face_llm_2025
Hugging Face LLM on Fast API exploration
docker fastapi llm machine-learning python tiny-llm
Last synced: 08 May 2026
https://github.com/josiah-mbao/docu-vision
An AI tool that turns documents into insights using Google Cloud and a FastAPI backend
api fastapi gcp-storage-bucket
Last synced: 10 May 2026
https://github.com/jibril14/rasa-chatbot
Fastapi, Rasa conversational applications (E-commerce Assistant and Recommendation System)
aws docker-container fastapi machine-learning nlp nlu postgresql pydantic python rasa rasa-chatbot recommendation-system sqlalchemy
Last synced: 13 Apr 2026
https://github.com/topotun77/fastapi
Организация taskmanager с использованием FastAPI (python, FastAPI, SQLAlchemy, alembic, pydantic, SQLite)
alembic fastapi pydantic python sqlalchemy sqlite3
Last synced: 18 May 2026
https://github.com/imtiaj-007/surecheck-ai
SureCheck AI is an intelligent, agentic backend for automating medical insurance claim adjudication. It ingests multiple claim documents (Bills, Discharge Summaries, IDs), extracts structured data using parallel AI agents, validates consistency across documents, and renders a final approval decision.
ai ai-agents aws claims docker fastapi langchain langgraph llm pydantic python redis
Last synced: 07 Apr 2026
https://github.com/zero1max/fastapi-auth
A simple authentication system using FastAPI, Tortoise ORM, and JWT for user registration and login.
fastapi python3 sqlite3 tortoise-orm
Last synced: 21 May 2026
https://github.com/abhi904485/fastapi_with_graphene
GraphQL With Fastapi Using (starlette-graphene3)
alembic fastapi graphene3 graphql sqlalchemy starlette
Last synced: 09 May 2026
https://github.com/ddrm86/cat_facts_api
This project is a simple FastAPI application that provides an API for managing cat facts. Made following the official FastAPI tutorial.
fastapi sqlite3 sqlmodel uuidv4
Last synced: 07 May 2026
https://github.com/jmoussa/youtube-content-recommendation
An RESTful API paired with a content scraper that analyzes popular YouTube content and arranges it in interesting ways for the end user (via API endpoints).
content-recommendation elasticsearch elasticsearch-client fastapi google python web-service youtube youtube-api
Last synced: 07 May 2026
https://github.com/sakhileln/space-nomad
A web application built with FastAPI and SQLite3, designed to deliver up-to-date space exploration information. It integrates data from public space APIs to showcase current missions, space news, celestial body details, and more! 🌌
database fastapi nasa-api spacex spacex-api spacex-launches spacex-launches---mission-tracker sqlite3
Last synced: 18 Apr 2026
https://github.com/nikol4ss/gotrade
Application that consumes financial market APIs, analytical dashboards, and simulates investments with AI/ML for real investments.
axios-vue celery fastapi pandas python-binance vue3
Last synced: 18 May 2026
https://github.com/dave-shawley/fastapi-patterns-lab
Lab for exploring FastAPI and ASGI patterns in code and theory
Last synced: 12 Jun 2026
https://github.com/albert-vanderboom/taskflow-web-app-demo
A modern web application demo for teaching software engineering
demo fastapi python typescript vue web-development
Last synced: 14 Dec 2025
https://github.com/alexmhack/serverless-python
In this repository we are going to write a very basic python application and focus mainly on its deployment using GCP Cloud Run and the various things involved in the deployment process.
cloud-run docker dockerfile fastapi gcp simple-app tutorial
Last synced: 18 May 2026
https://github.com/hong539/sauce-man
sauce-man is a discord bot to make discord UI/UX better!
backend backend-api backend-app backend-development container discord-bot docker dockerfile fastapi python python3 search-algorithm search-engine uv
Last synced: 05 Apr 2025
https://github.com/qhuyitb/engine-audio-retrieval-system
Audio retrieval system for vehicle sound similarity search using MFCC-based feature extraction, FastAPI, and Qdrant vector database.
audio-retrieval audio-similarity fastapi information-retrieval librosa python qdrant
Last synced: 18 May 2026
https://github.com/javatarz/corpus-watch
Privacy-focused, self-hosted net worth tracker for Indian DIY investors and families.
agpl fastapi india networth personal-finance privacy python react self-hosted
Last synced: 18 May 2026
https://github.com/yuyatinnefeld/dataproc-api-service
🧪 Test Features 🧪 | GCP Dataproc + FastAPI
Last synced: 22 Apr 2026
https://github.com/shchoholiev/medical-records-blockchain
Blockchain implementation for securely storing medical data, ensuring data integrity and privacy. Developed in Python with FastAPI for integration, it focuses on a custom blockchain solution to protect sensitive health records.
azure-cosmos-db blockchain fastapi python
Last synced: 08 Aug 2025
https://github.com/armand-sauzay/fastapi-template
⚡ Template for FastAPI projects ⚡
api docker docker-compose fastapi python
Last synced: 04 Apr 2025
https://github.com/johndutchover/short-circuit-me
Slack App using Bolt for Python
fastapi flyio gitlab-mirror mongodb-atlas pixi slack-bolt
Last synced: 18 May 2026
https://github.com/abynxv/crud-fastapi
This project demonstrates a simple CRUD (Create, Read, Update, Delete) application using the FastAPI framework. It is designed to manage departments and employees within an organization. The project includes endpoints for creating, reading, updating, and deleting records in a SQLite database, leveraging SQLAlchemy for ORM
fastapi python sqlalchemy sqlite3
Last synced: 18 May 2026
https://github.com/spartan09/fastapi-tdd-todo-app
A full-featured Todo API built with FastAPI, featuring user authentication, role-based access control, and SQLite database integration.
alembic fastapi jwt pydantic-v2 sqlalchemy sqlite3
Last synced: 20 Apr 2026
https://github.com/dhartisangani/melomint-processor-service
A Unique music platform empowering artists with AI-driven nested royalties and NFT members and Transparent analytics. Seamless access to a vast high-quality song library for users. Support artists with exclusive NFTs with Flow blockchain.
ai audio-processing cosine-similarity fastapi ml python tenser
Last synced: 18 May 2026
https://github.com/ikram595/product-manager_fastapi
crud fastapi jwt-authentication sqlite
Last synced: 15 Apr 2026
https://github.com/mtnvencenzo/cezzis-com-accounts-api
FastAPI-based backend for user account management, authentication, and profile operations. Implements OAuth 2.0 with PKCE flow, comprehensive profile management, and account settings for the Cezzis.com platform.
Last synced: 11 Apr 2026
https://github.com/tonkonozhenko-mi/ai_private_workspace
Local-first desktop app (macOS & Windows) to chat with your own projects — offline RAG over your files, grounded answers with sources. No cloud, no accounts.
ai desktop-app fastapi llama-cpp llm local-first macos offline ollama privacy rag react tauri windows
Last synced: 26 Jun 2026
https://github.com/ankit-ap-paul/wildlife-monitoring-software
Wildlife Monitoring Software using live audio
Last synced: 06 Apr 2026
https://github.com/scholarx-assesment/class-schedule-service
Class scheduler service for the eduction institute system
docker fastapi microservices-architecture postgresql
Last synced: 11 Apr 2026
https://github.com/binoydipu/insurance-premium-api
Demo ML Model API made with FastAPI and deployed on Render
Last synced: 18 May 2026
https://github.com/iadtya/rbi-notification-rag
The Project is End to End RAG application trained on RBI notification dataset of around more than 40 million vectors
fastapi huggingface langchain python qdrant reactjs
Last synced: 07 Apr 2026
https://github.com/saifrehman100/pharmacy-microservices-gcp
Microservices architecture for pharmacy order management on GCP with Kubernetes
cicd cloud-native devops docker event-driven-architecture fastapi github-actions gke google-cloud-platform jwt-authentication kubernetes microservices postgresql python rest-api
Last synced: 01 May 2026
https://github.com/jefri1234/project-fastapi
project made in framework FastApi for create a Api REST with python my first project in FastApi
Last synced: 04 May 2026
https://github.com/altech001/rocket_app
A Lost and Found application for lost and found items and a clear chat and also the a chatroom for user interactions and messagings
Last synced: 09 May 2026
https://github.com/onthefox/nexus-7
CTF-OS Ecosystem — Autonomous Proving Grounds for AI Agents. Shannon + SWE-Agent + Red-Teaming + Token Efficiency + Quantum-Safe DIDs
agent-orchestration ai-security ctf cybersecurity fastapi multi-agent owasp-llm python red-team shannon
Last synced: 08 Apr 2026
https://github.com/ggsmith842/sentiment-api-hum
A FastAPI app that takes a keyword, searches for recent tweets, and returns a sentiment score.
Last synced: 04 May 2026
https://github.com/adarshkr357/hospital-management-system
css fastapi hospital-management-system html javascript jsx nextjs
Last synced: 16 Jun 2025
https://github.com/muhkartal/fr-framework
A modular and extensible face recognition framework featuring real-time detection, facial landmark analysis, and recognition with API support.
dlib face-recognition fastapi numpy opencv pillow pydantic python-multipart requests scipy uvicorn
Last synced: 13 Apr 2026
https://github.com/coko7/invoice2json
🧾 Extract structured JSON from invoices and receipts using a local Ollama vision model — no cloud APIs required.
ai document-extraction fastapi invoice invoice-processing json llm local-ai ocr ollama pdf receipt receipt-parsing structured-data vibe-scaffolded vision-model
Last synced: 30 Jun 2026
https://github.com/sweetpotatohack/akuma-web-scanner-v5
🔥 AKUMA Web Scanner v5.0 - Ultimate Security Arsenal | Production-ready vulnerability scanner with React frontend, FastAPI backend, and 8+ integrated security tools
cyberpunk cybersecurity docker fastapi nmap nuclei penetration-testing pentesting react security-scanner security-tools testssl vulnerability-scanner web-security webapp-security
Last synced: 06 Jul 2025
https://github.com/ysskrishna/express-fastapi-performance-test
A comprehensive performance benchmark comparing FastAPI (sync vs. async) and Express.js. This project uses Artillery.io to simulate various real-world load testing scenarios (read/write-heavy, stress, spike) in a controlled Docker environment. It provides automated scripts, detailed performance reports, and a Looker Studio to visualize results.
artilleryio async benchmark-framework docker docker-compose express expressjs fastapi load-testing nodejs performance-testing postgresql python ysskrishna
Last synced: 02 Apr 2026
https://github.com/tomasdmarg/money-mule-backend
MoneyMule.xyz - Tool for early stage investors. ETH Global Cannes. Backend Repo
ai backend crewai crypto cryptocurrency docker ethglobal fastapi multiagent openai python startups
Last synced: 09 Jul 2025
https://github.com/h0ffy/jennychat
JennyLab FastAPI Chat IA and Sophia Asistant
Last synced: 19 May 2026
https://github.com/sakurapuare/schedula
A monorepo for course planning, scheduling, enrollment, and grading with FastAPI, React, and AI-assisted scheduling.
academic-platform ant-design course-management course-scheduling docker education enrollment fastapi full-stack grading grpc monorepo mysql nginx pulp react scheduler sqlalchemy student-information-system vite
Last synced: 08 Apr 2026
https://github.com/kimgoetzke/practice-fastapi-score-calculator
A project to practice Python and FastAPI.
alembic fastapi postgresql pydantic pytest python sqlalchemy
Last synced: 06 May 2026
https://github.com/yuliaraitsyna/health-app
App for analysing health data from AppleWatch.
fastapi healthcare pandas python react typescript
Last synced: 07 Apr 2026
https://github.com/aroojzahra908/shopping-app
Shopping App – A fast and simple e-commerce management system built with FastAPI (backend) and React (frontend). This app allows users to browse products, place orders, and apply discounts. It also includes an admin panel for managing inventory, orders, and special offers.
fastapi inventory-management javascript ordering-system python react shopping-app
Last synced: 07 May 2026
https://github.com/vpsi-vsb-2025/vpsiproject
System pro nemocnice
fastapi fullstack github-actions nextjs python typescript
Last synced: 06 Apr 2026
https://github.com/ad4r5hgs/smartfolio-june
Portfolio June !!
chromadb fastapi langchain nextjs ollama openai-api redis tailwindcss typescript
Last synced: 06 Apr 2026
https://github.com/maettuu/24fs-advanced-software-engineering
Repository for the course Advanced Software Engineering Spring 2024
aws-s3 boto3 ci-cd docker end-to-end-testing eslint fastapi full-stack google-maps-api grafana jwt-token kong-api kubernetes localstack loki microservices review-tools sonarqube vite
Last synced: 06 Apr 2026
https://github.com/willsams/example-js-react-with-python
JavaScript + Python full stack example application using React + Redux Sagas for the frontend and a GraphQL API backend using FastAPI + AsyncPG.
ariadne asyncpg bootstrap4 direnv docker fastapi graphql jwt-authorization knexjs nodejs nvm postgresql pytest pytest-mock python reactjs redux-sagas
Last synced: 16 Jan 2026
https://github.com/samshad/csci-5409-adv.-topics-in-cloud-computing
CSCI 5409 – Advanced Topics in Cloud Computing (Dalhousie, Summer 2024) All graded assignments, Kubernetes labs, and the full‑stack capstone I built while mastering containers, AWS, Kubernetes, Terraform, and DevOps automation.
aws cloud-computing devops docker fastapi iac kubernetes react terraform
Last synced: 06 Apr 2026
https://github.com/djdhairya/ai-doctor
base46 deep-learning dotenv fastapi fastapi-template generative-ai groq-api jinja2-templates llama3 os pillow
Last synced: 19 May 2026
https://github.com/brints/spoken-api
Spoken is a real-time voice translation video conferencing platform that eliminates language barriers in global professional collaborations by providing instantaneous, natural-sounding voice translation, allowing participants to communicate naturally in their native tongues.
digitalocean fastapi github-actions postgresql python3 unit-testing uvicorn webrtc websocket
Last synced: 08 Jun 2026
https://github.com/tokisakikurumi2001/viba_proxy_server
Proxy server built with FastAPI
Last synced: 19 May 2026
https://github.com/thequantscientist/multi-agent
[Hitachi Digital Services] Demo on LangGraph-based Lightweight Multi-Agent System
agentic-ai fastapi langgraph llm-agent multi-agent
Last synced: 19 May 2026
https://github.com/luvaary/sentinel
open source system monitoring program, written in python
cross-platform developer-tools fastapi offline-first open-source performance-monitoring privacy-first psutil python self-hosted sqlite system-monitor web-dashboard
Last synced: 31 Dec 2025
https://github.com/systemlight/t-fastapi
:lock: :package: FastApi framework back end development template.【基于FastApi框架的后端开发模板】
Last synced: 19 May 2026
https://github.com/asawirshafiq/gradio-tweet-classification
This project involves NLP tweet classification utilizing a model from HuggingFace. The backend is developed with FastAPI and MongoDB, ensuring efficient data handling and scalable API services. The user interface is designed using Gradio, providing an intuitive and interactive experience for users to classify and analyze tweets.
bert fastapi gradio-interface huggingface-transformers nlp-machine-learning
Last synced: 15 May 2026
https://github.com/erickduraes/quizbasedaichatbot
🤖 Engage with a personalized AI chatbot that tailors its responses based on your quiz-determined user persona.
ai apis chatbot css fastapi frontend html interactive-project machine-learning personalized-chatbot python quiz-app web-development
Last synced: 18 Apr 2026
https://github.com/mindscope-world/fastapi-bitnet-inference
BitNet Inference Web UI: A modern web interface for running Microsoft's BitNet models efficiently on CPU. This project provides a user-friendly way to download, manage, and run inference with 1-bit quantized language models.
Last synced: 19 May 2026
https://github.com/pashpiter/restaurant_reservations
Веб-приложение(backend) для бронирования столиков в ресторане
alembic asyncpg fastapi postgresql pytest python sqlmodel uvicorn
Last synced: 07 May 2025
https://github.com/eznix86/fastapi-proxy
🐍 FastAPI Proxy Inspired from NodeJS http-proxy-middleware
example fastapi http http-server proxy
Last synced: 21 May 2026
https://github.com/harr1424/authenticator
Account based authentication using FastAPI and Nginx.
aws docker docker-compose dynamodb fastapi nginx python
Last synced: 08 Apr 2026
https://github.com/ykozhanov/habittracker
Телеграм бот менеджера привычек
api celery docker docker-compose fastapi pytelegrambotapi python redis sqlalchemy swagger
Last synced: 06 Apr 2026