An open API service indexing awesome lists of open source software.

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).

https://github.com/gustavovalle23/food-recipe

API that brings recipes from an ingredient list

fastapi graphql pytest python sql sqlalchemy

Last synced: 07 May 2026

https://github.com/lanzani/fastapicomplete

This is a toy api with jwt autentication to play with. Made with fastAPI + postgres + alembic, from development to deployment.

alembic api fastapi jwt jwt-authentication postgresql

Last synced: 08 May 2026

https://github.com/dvir-cohen1/nextcloud-chatbot-fastapi

A FastAPI service for integrating chatbots with Nextcloud, providing webhook support for real-time interactions.

bot fastapi nextcloud python

Last synced: 11 Feb 2026

https://github.com/fahimfba/fastapi-mongo-todo

ToDo using FastAPI and MongoDB

fastapi fastapi-mongodb mongodb todolist

Last synced: 16 Apr 2026

https://github.com/chempik1234/empty-kitchen-microservices

a web microservice system for ordering and showing/(un)finishing orders in kitchen and display them on some cafeteria hall screens in real time

alembic asynchronous-api asyncpg cafeteria-management cookie docker docker-compose fastapi fastapi-users jwt microservices-architecture postgresql-database production python rest-api sqlalchemy websocket

Last synced: 12 Feb 2026

https://github.com/oliverbravery/openauth

An Open Source OAuth 2.0 Compliant Authentication Service

authentication authorization fastapi oauth2 python3

Last synced: 21 Apr 2026

https://github.com/raisultan/coderunner-service

Ready to use code runner microservice with a load-limiting mechanism

celery coderunner docker-compose fastapi glot

Last synced: 23 Jan 2026

https://github.com/adityashirsatrao007/sentinelx-threat-intel

AI-Powered Real-Time Threat Detection Platform — detects phishing, scams & social engineering using NLP (DistilBERT), behavioral analysis & ML risk scoring

ai cybersecurity fastapi machine-learning threat-detection

Last synced: 26 Jun 2026

https://github.com/venkateshcv1809/pysaas

A monorepo for building reusable, scalable SaaS microservices using TypeScript and modern cloud-native practices, developed in collaboration with an AI Co-Developer.

backend cloud-native fastapi kubernetes microservices pysaas python saas

Last synced: 08 May 2026

https://github.com/sureshbeekhani/langgraph-based-ai-agent-chatbot

The LangGraph-based AI Agent Chatbot is an open-source project that leverages the power of LangGraph, FastAPI, and Streamlit

fastapi groq-models langgraph streamlit

Last synced: 08 May 2026

https://github.com/adityashirsatrao007/tracelify-sdk

Multi-Language Error Tracking & Observability SDK — Python, Java, Kotlin, Go, C++, JavaScript with real-time alerts, LLM reports & dashboard

error-tracking fastapi monitoring observability sdk

Last synced: 26 Jun 2026

https://github.com/j-bodek/formal-photo-verification

An easy web application that predicts whether the photo is in a formal style

computer-vision convolutional-neural-networks fastapi resnet-50 streamlit-webapp tensorflow2

Last synced: 15 Apr 2026

https://gitlab.com/xxxevexxx/vkontakte-template

Vkontakte Template - это пример создания бота для Vkontakte, который использует библиотеку VKBottle для взаимодействия с VK API, фреймворк FastAPI для создания API и базу данных через Tortoise-ORM.

fastapi python tortoise vk

Last synced: 23 Oct 2025

https://github.com/egyan07/ghostbackup

Secure automated backup for Windows with AES-256-GCM streaming encryption, 3-2-1 redundancy, circuit breaker, 7-year compliance retention, and real-time file watching. Built with Electron + React + FastAPI.

aes-256-gcm automation backup-tool data-protection desktop-app electron encryption fastapi file-sync local-backup python react sqlite ssd-backup vite watchdog

Last synced: 02 Apr 2026

https://github.com/ztj1993/py-fastapi-tools

FastAPI 工具包,用于快速开发 FastAPI 项目

fastapi

Last synced: 18 Apr 2026

https://github.com/siddhesh-agarwal/figlet-api

An API for fetching ASCII Art made using FastAPI and PyFiglet.

api fastapi figlet python python3

Last synced: 22 Apr 2026

https://github.com/lilili-bot/mlops-infra-ta

fastapi service observability with Grafana Cloud and OpenTelemetry, gke for infra.

fastapi gke-terraform grafana observability opentelemetry

Last synced: 04 Jan 2026

https://github.com/lprabodha/auto-sales-chatbot

AutoBot – Intelligent Chatbot for Auto Sales

chatbot conversational-ai fastapi mongodb nlp pytorch vehicle-search

Last synced: 17 Apr 2026

https://github.com/meridian-app/engine

This repository exposes the machine learning model via websockets for predictive analysis and actions on the supply chain

decision-making fastapi predictive-analytics reinforcement-learning websockets

Last synced: 08 May 2026

https://github.com/benitomartin/uv-docker-benchmark

Docker Container Optimization Benchmark

benchmark docker fastapi python uv

Last synced: 08 May 2026

https://github.com/2000pawan/fast-api-chatbot

Fast API Application for Chat and question Answering using Fast Api, NLTK, Html, CSS.

fastapi html-css nltk python

Last synced: 29 Apr 2026

https://github.com/jsonfm/fastapi-text-to-image

An API to convert a text message into an image with that message

fastapi python

Last synced: 27 Apr 2026

https://github.com/miladhzzzz/azurecli-api

Azure CLI wrapped in HTTP REST API

fastapi pydantic python3

Last synced: 30 Apr 2026

https://github.com/elalfymohamed/to-do-list-backend

To-Do List Backend - To-Do List application, built using Python, FastAPI, and MongoDB. It provides endpoints for user authentication, task management, profile management, and more.

fastapi mongodb python

Last synced: 17 Mar 2025

https://github.com/harmeshgv/yolov8-lstm-video-classification

A real-time violence detection system leveraging YOLO models for object detection and scene analysis. Extracted features are processed using an LSTM-based classifier to differentiate violent and non-violent actions. The system generates an automated incident report, summarizing key events and highlighting detected violence with visual insights.

classification docker-container fastapi jenkins lstm-neural-networks machine-learning yolov11

Last synced: 07 Jan 2026

https://github.com/zhima-mochi/shorturl-app

The application helps to shorten urls.

docker docker-compose fastapi heroku mysql shorturl

Last synced: 05 Apr 2026

https://github.com/ysskrishna/fastapi-sync-async-starter

A modern Python web application template built with FastAPI, demonstrating sync vs async operations using SQLAlchemy 2.0, psycopg2, and asyncpg. Features comprehensive testing with pytest-asyncio and pytest-cov, includes Docker support with multi-stage builds, Poetry for dependency management, and production-ready rate limiting with Redis support.

async asyncpg boilerplate docker fastapi fastapi-boilerplate postgres pydantic pytest python python3 rate-limiting redis slowapi sqlalchemy starter-template template

Last synced: 05 Apr 2026

https://github.com/somenath203/titanic-survival-project-backend

Click the link below to check the swagger documentation of the website live

fastapi pandas python render scikit-learn seaborn titanic-survival-predictor

Last synced: 05 Apr 2026

https://github.com/himanshu007-creator/python-bcb-api

A web API implementing functionality of bcb module. Use it from here 👇

bcb docker fastapi python

Last synced: 17 Jan 2026

https://github.com/joshdels/fastapi-leaflet-osm-landvalue

Location valuation tools to help asses people from urban what is inside, what's near and possible risk.

fastapi html-js-css leafletjs osm

Last synced: 30 Jun 2026

https://github.com/surquest/python-fastapi-utils

Utilities for FastAPi as: Catcher + Middleware and Router

fastapi google-cloud-logging google-cloud-trace middleware

Last synced: 06 Mar 2026

https://github.com/jn513/fast_crud

Crud construído em Fast API

api api-rest fastapi python python3

Last synced: 07 May 2026

https://github.com/litsynp/fastapi-practice

Practicing FastAPI in layered architecture.

fastapi pydantic python sqlalchemy

Last synced: 14 May 2026

https://github.com/andmerk93/qrkot_spreadsheets

FastAPI + SQLAlchemy + aiogoogle

aiogoogle alembic fastapi fastapi-users sqlalchemy

Last synced: 14 May 2026

https://github.com/imkevinliao/noname_docker

无名杀 个人制作 noname docker 版本。三国杀,再玩十年也不腻

docker fastapi noname sanguosha

Last synced: 19 Mar 2025

https://github.com/ndrohith09/demystify

An AI based Deep Fake Identifier for Face Identification

fastapi googlenet pytorch reactjs

Last synced: 20 Apr 2026

https://github.com/0baris/fastapi-blog-api

Fastapi kullanılarak geliştirilmiş basit bir Blog API'si

blog-api fastapi fastapi-sqlalchemy postresql python sqlalchemy

Last synced: 14 May 2026

https://github.com/renatoelho/email-validator

Este projeto visa obter bom nível de confiança de um determinado endereço de e-mail, considerando diversos fatores, incluindo a validade do Top-Level Domain (TLD) que é quando um domínio está listado entre os domínios válidos existentes como .com, .com.br etc...

api dns dnsrecon docker docker-hub email fastapi mx python tld

Last synced: 04 May 2026

https://github.com/macagua/example.fastapi.helloworld

Building a Hello World application with FastAPI

fastapi fastapi-crud fastapi-framework hello-world

Last synced: 15 May 2026

https://github.com/viraj-sh/uniclare-client

View end-semester marks and detailed performance data that are hidden on the Uniclare App or Student Portal.

dypatil fastapi mydy restapi studentportal uniclare

Last synced: 06 Apr 2026

https://github.com/tawfikhammad/summify

An app summarizes documents (pdf-txt) supported extractive and abstractive summarization.

deployment fastapi nlp summarization

Last synced: 15 May 2026

https://github.com/creyd/creypy

My collection of Python and FastAPI shortcuts etc.

fastapi python shortcuts

Last synced: 28 Oct 2025

https://github.com/complicat9d/building-report-crm

CRM system, consisting of a telegram bot, used for uploading reports by stuff members, and an admin panel for reviewing them

aioschedule alembic docker fastapi html-css jinja2 pydantic pytelegrambotapi python3 sqlalchemy

Last synced: 08 May 2026

https://github.com/frefrik/ollama-models-api

🦙 API to explore the complete collection of Ollama models

ai api fastapi llm-models models ollama ollama-api rest-api

Last synced: 10 Apr 2025

https://github.com/askuma/guardrailprobe

Independent OWASP LLM Top 10 benchmark for AI guardrail backends. Test your safety layer, not your model. NeMo · Presidio · Lakera · OpenAI · Azure · AWS.

ai-safety benchmark compliance eu-ai-act fastapi guardrails lakera llm-security nemo owasp presidio prompt-injection python red-teaming

Last synced: 30 Jun 2026

https://github.com/dltkddnr04/timetree_ics_server

TimeTree Crowler and ICS wrapping Server

fastapi ics python timetree

Last synced: 16 Feb 2026

https://github.com/zeabur/fastapi-template

Deploy simple FastAPI app on Zeabur with one click. https://fastapi.zeabur.app

cicd cloud deploy fastapi paas python template zeabur

Last synced: 10 Apr 2025

https://github.com/papapana/iris_api

Sample API for exploring the Iris dataset

docker docker-compose fastapi ml-service mongodb pytest python rest-api

Last synced: 15 Jun 2025

https://github.com/theijhay/auto-review

Automated System for reviewing resumes

fastapi nestjs

Last synced: 16 Feb 2026

https://github.com/sukhmani1303/two-way-integration

A two-way integration with a customer catalogue in an external service (stripe)

backend docker-kafka fastapi kafka kafka-consumer kafka-producer python stripe stripe-api two-way-integration

Last synced: 15 May 2026

https://github.com/kilobyteno/tunsberg

A collection of opinionated methods, functions, classes and utils for Python, FastAPI and related libraries.

fastapi python toolbox

Last synced: 16 Feb 2026

https://github.com/ahmadassadi/fastapi-admin-cli-tool

FACT, as fast as FastAPI 🔥. A User Friendly CLI tool for FastAPI (FastAPI Admin Cli Tool)

api cli fastapi fastapi-template python

Last synced: 10 May 2026

https://github.com/arrmansa/fastapi-logging-tests

log unique request id, while replacing newlines for a good log format

fastapi logging python3

Last synced: 15 May 2026

https://github.com/logtide-dev/logtide-python

Official Python SDK for LogTide - Production-ready logging with automatic batching, circuit breaker, distributed

async batching circuit-breaker distributed-tracing django fastapi flask log-management logtide middleware observability retry-logic sdk

Last synced: 11 Jun 2026

https://github.com/smartcraze/evaluation-engine

AI-Based Exam Paper Evaluation Engine (End-to-End)

ai datalab fastapi ocr python uv

Last synced: 15 May 2026

https://github.com/tushar-3549/translation_service_app

This is a project for API Integration. I am building an application using FastAPI, PostgreSQL as the database, and a front-end with HTML, CSS, and JavaScript. An external OpenAI API key is used for integration with OpenAI services.

api-integration fastapi openai postgresql-database sqlalchemy

Last synced: 15 May 2026

https://github.com/saurabh254/pinsphere

A social platform to discover, share, and organize your favorite images. Explore creativity and connect through stunning visuals.

fastapi photo-gallery redis scalable-applications

Last synced: 08 May 2026

https://github.com/bhargavi35/codebase-archaeologist-backend

A high-performance, asynchronous FastAPI orchestration layer designed to drive semantic discovery, map software structural dependencies, and execute real-time code vector transformations.

chromadb fastapi genai python3 uvicorn

Last synced: 01 Jul 2026

https://github.com/rakinplaban/lumabot

LumaBot 💖 A cute GitHub bot that thanks issue creators and reacts with ❤️. Built with FastAPI & gidgethub to spread appreciation! 🌸✨ #StarThisRepo

bot fastapi gidgethub github-app

Last synced: 12 Mar 2025

https://github.com/tistaharahap/dnsdig

An API and a daemon for DNS

dns fastapi kinde pydantic python

Last synced: 15 May 2026

https://github.com/niewidzialny84/draganddrop

A drag and drop api for files, that are resend to discord and saved internally.

discord-py drag-and-drop fastapi file-sharing file-upload

Last synced: 15 May 2026

https://github.com/tushar-3549/api-development

FastAPI application showcasing backend development with Python, including RESTful APIs, database integration with PostgreSQL, and modern development practices.

api-development backend fastapi jwt oauth2 postgresql-database sqlalchemy

Last synced: 15 May 2026

https://github.com/soham901/better-pdf-uploader

A simple and effective file uploader with client-side validation, built using FastAPI and jQuery. Ensures only valid PDF files are accepted.

ajax bootstrap fastapi jquery pdf-uploader

Last synced: 15 Apr 2026

https://github.com/app-generator/fastapi-learn-by-coding

FastAPI - Learn by Coding | AppSeed

appseed-sample fastapi learn-by-coding

Last synced: 16 May 2026

https://github.com/lonode/fastwapi

FastWAPI is a simple lightweight Websocket framework based on Starlette, which provide easy-to-use Python decorator to parse JSON incoming message.

api fastapi json pydantic starlette websocket

Last synced: 29 Oct 2025

https://github.com/laxertu/eric-api

A ready-to-use SSE messaging microservice implementation

api-rest fastapi queues sse sse-server

Last synced: 06 Sep 2025

https://github.com/lazyshrey/cortexa-datainsight-ai

Smart AI powered data analysis tool

ai data-analysis fastapi image-recognition nextjs

Last synced: 01 Jul 2026

https://github.com/algorithmalchemy/template-custom-swagger

Template repository for customizing the standard Swagger UI

custom-swagger fastapi swagger swagger-ui

Last synced: 16 May 2026

https://github.com/bessouat40/python-data-loader

Python service : insert data from a directory inside postgres db or inside elastic.

api-rest data-insertion data-loader database databases elasticsearch fastapi kibana postgresql python

Last synced: 06 Mar 2026

https://github.com/shahbaz1234567/smartrag-assistant

"SmartRAG-Assistant/GenAI-Assistant leverages advanced LLM models and Nvidia APIs for efficient query handling and document summarization. It integrates LlamaParse for structured data extraction, HuggingFace embeddings for vectorization, and PineconeDB for efficient retrieval, ensuring precise answers to user queries."

fastapi fine-tuning gemini generative-ai huggingface-embeddings llamaparse llmmodel llmops nvidia pinecone-db python streamlit summarization vector-embeddings

Last synced: 19 Mar 2025

https://github.com/sanniheruwala/rednotebookai

RedNotebook AI : open-source AI data notebook. Notebook-first UI (Next.js + shadcn/ui) over a FastAPI backend, with AI SQL/chart suggestions, profiling, PII detection, and a NotebookLM-style knowledge layer.

ai anthropic data-analytics data-notebook data-visualization echarts fastapi llm nextjs notebooklm ollama open-source openai plotly python shadcn-ui sql tailwindcss trino typescript

Last synced: 17 Jun 2026

https://github.com/shahkv95/frm

frm - FastAPI React MongoDB

fastapi mongodb react

Last synced: 06 Apr 2026

https://github.com/deepaksilaych/financial_agentic_rag

This project implements a RAG pipeline using the LangGraph framework, designed for efficiently analyzing financial documents, specifically 10-K filings.

ai-agents fastapi langchain-python python3 rag

Last synced: 09 May 2026

https://github.com/chiam-ck/bss-cli

Lightweight, SID-aligned, TMF-compliant BSS for terminal-first operation. LLM-native. eSIM-first.

bss esim fastapi langgraph llm-agent mvno telco tmf

Last synced: 02 Jul 2026

https://github.com/aurevlan/whatisup

Open-source uptime monitoring: multi-probe geographic correlation, browser scenario recorder, real-time dashboard, teams RBAC, SSO/OIDC, public status pages. One Docker command to deploy.

alerting devops docker fastapi incident-management infrastructure-monitoring monitoring multi-probe open-source playwright python self-hosted slo ssl status-page uptime uptime-monitoring vuejs

Last synced: 10 May 2026

https://github.com/neoki07/music-transformer-playground

A playground to generate piano performances easily using AI called Music Transformer

fastapi music-transformer python react tanstack-query typescript vite

Last synced: 28 Mar 2025

https://github.com/drarlian/projeto_analisa_ativos

O projeto tem como objetivo analisar alguns ativos da bolsa de valores utilizando web scraping. Após a análise, os dados são armazenados, de forma organizada em uma planilha.

beautifulsoup4 fastapi google-sheets openpyxl python selenium

Last synced: 28 Mar 2025

https://github.com/abhaypancholi/object_detection

Object Detection using Yolov3 and FastAPI.

fastapi object-detection yolov3 yolov3-tiny

Last synced: 16 May 2026

https://github.com/yetian29/fastapi-blog

The project is designed to following Domain Drive Design principle, Clean Architecture

clean-architecture domain-driven-design fastapi mongodb python

Last synced: 10 Jul 2025

https://github.com/rabin20-04/react_fastapi

E-commerce website built with React and FastApi

fastapi react tailwind

Last synced: 04 Apr 2025

https://github.com/jmcerrejon/another-fastapi-template

This is my custom template project for a simple FastAPI application.

fastapi fastapi-template pytho3 python

Last synced: 16 May 2026

https://github.com/lijianqiao/network_manage

一个使用 FastAPI 和现代 Python 技术栈构建的高性能网络自动化平台

fastapi network-automation nornir python scrapli websocket

Last synced: 16 May 2026

https://github.com/iobruno/fastapi-tfserve

Tensorflow-based Object Detection on the CIFAR-10 dataset, served with FastAPI

cifar-10 cifar-10-classifier fastapi tensorflow2

Last synced: 05 Apr 2025

https://github.com/gitbolt/textgeneration

📚 A simple PyTorch nueral network API capable of generating new text based on starting text given trained using Discord Messages

fastapi nlp nueral-networks python pytorch

Last synced: 09 May 2026

https://github.com/ecies/py-demo

A simple fastapi eciespy web backend demo

cryptography ecies fastapi python3 secp256k1 webdemo

Last synced: 12 Apr 2025

https://github.com/charlot-dedjinou/mindmapperapp

MindPapperApp est une application web construite avec React JS, FastAPI et MongoDB. Elle permet aux administrateurs de créer des liens vers des tests de personnalité pour les utilisateurs et de visualiser les résultats sous forme de graphiques pour en tirer des enseignements. Ils peuvent également gérer efficacement les objets du système.

expressjs fastapi mongodb nodejs reactjs

Last synced: 10 Apr 2026

https://github.com/rishi-jain2602/wordle

A multilingual word-guessing game that supports various languages, including English, Hindi, and Kannada. It provides similarity scores and common keywords between the guessed and target words, along with helpful hints to guide players to the correct answer.

fastapi google-bert mistral-ai python reactjs wordnet

Last synced: 11 May 2026