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/yangboz/fastapi4chatgpt

using fastapi as a wrap for chatgpt

ai chatgpt fastapi nlp

Last synced: 02 May 2026

https://github.com/avatsaev/av-local-llm-api

Allows to easily run local REST API with a custom LLM, running locally or remotely, with user defined system instructions. Useful for quick local autmations that require problem solving with large langague models and interaction via a REST API.

fastapi llama llamacpp llm machine-learning mistral openai transformers

Last synced: 15 Apr 2026

https://github.com/neemiasbsilva/kedro_orchestrate_dl_transformer_arch

A pipeline using Kedro to orchestrate the deployment of a deep learning transformer model for classifying toxic comments. This project integrates data preprocessing, model training, and deployment into a streamlined and reproducible workflow, enabling efficient handling of the toxic comment classification problem in NLP.

deep-learning fastapi grafana kedro mlflow mlops-project mlops-workflow nlp prometheus

Last synced: 17 Feb 2026

https://github.com/mohamad-liyaghi/fastapi-todo-list

A simple todo list API written with FastAPI.

docker fastapi

Last synced: 10 May 2026

https://github.com/cyberofficial/nimbus

A lightweight FastAPI proxy that translates Anthropic API requests to NVIDIA NIM's OpenAI-compatible endpoint.

anthropic claude claude-code coding fastapi nim nvidia nvidia-nim openapi proxy

Last synced: 27 Jun 2026

https://github.com/feashliaa/severe_weather_event_reporter

Automated severe weather event analysis. Enter a location and date, get a full post-event report in ~3 minutes: animated NEXRAD radar loops, Skew-T/hodograph sounding analysis, NWS warnings, storm survey data, interactive damage track maps, and an AI-written narrative grounded in real meteorological data from 8 federal sources.

ai data-pipeline etl fastapi leaflet llm meterology metpy nexrad noaa nws pyart python radar severe-weather storm-events tornado weather

Last synced: 24 Jun 2026

https://github.com/caffeineduck/shotcut

A simple URL shortner.

fastapi python3 url-shortener

Last synced: 26 Apr 2026

https://github.com/jrbrowning/ollama-tools-api

LLM tool-calling Course Backend: FastAPI backend for OpenAI-compatible tool calling with Pydantic validation, SSE streaming, containerized with Docker and powered by Ollama.

docker fastapi ollama openai pydantic sse-streaming tool-calling

Last synced: 07 Apr 2026

https://github.com/drapegnik/pycon-2020-fastapi

The first FastAPI workshop at PyCon Belarus

api fastapi pycon pycon2020 python rest workshop

Last synced: 17 May 2026

https://github.com/carloocchiena/fastapi_restful

A sandbox for a RESTful API made with FastAPI

fastapi python python3

Last synced: 13 Apr 2026

https://github.com/jellydn/fastapi-apps

This repository contains two demo applications built with FastAPI, managed as a monorepo using Moon.

fastapi moon

Last synced: 21 Apr 2026

https://github.com/cobanov/notification-relay

FastAPI server to receive and store notifications from mobile devices.

fastapi notifications postgresql

Last synced: 17 Jan 2026

https://github.com/jesufemi-o/fake-coy-api

Dummy api to explore dlt rest api. has authentication, pagination and filtering enabled

data-engineering data-generator dlthub fastapi

Last synced: 17 May 2026

https://github.com/imgurbot12/fastapi-extras

Utilities to make using fastapi a little easier.

fastapi fastapi-extension python python3 session-management sync

Last synced: 14 May 2026

https://github.com/fbraem/kwai

kwai - club management system

fastapi python python3 vue vue3

Last synced: 28 Mar 2025

https://github.com/FredyRivera-dev/RAG-FastAPI-Server

RAG-FastAPI-Server is an API server for managing a lightweight Retrieval-Augmented Generation (RAG) database using FastAPI and PostgreSQL (with pgvector for vector similarity search).

api api-rest embeddings fastapi openai pgvector postgresql python rag semantic-search

Last synced: 30 Dec 2025

https://github.com/vikas-kashyap97/fastapi_playlist

A hands-on FastAPI and Pydantic project showcasing core concepts like data validation, computed fields, nested models, and full CRUD operations using JSON as a mock database. Ideal for learning and prototyping modern Python APIs.

fastapi langgraph langgraph-python pydantic-v2 swagger-ui uvicorn

Last synced: 18 May 2026

https://github.com/vikram0230/roomwise

Room Reservation System focused on optimising profits and mitigating cancellations by prioritising customers

aws customer-analytics docker docker-compose fastapi flutter machine-learning mongodb priority-queue

Last synced: 07 Apr 2026

https://github.com/perpetue237/docker-compose-secure-app

A Docker Compose setup for securely serving applications with Nginx, featuring HTTPS (TLS) and basic authentication. This project includes configuration for SSL/TLS certificates and user authentication to ensure your application is protected and accessible only to authorized users.

authentication docker docker-compose fastapi nginx nginx-docker python tls-certificate

Last synced: 12 Apr 2026

https://github.com/niyaznz/fastapi-mock-middleware

FastAPI middleware for mocking response data of non-implemented endpoints

api-first fastapi mock mock-api mock-fastapi mock-response

Last synced: 11 May 2026

https://github.com/ankushrathour/audiospeakerverification

AudioSpeakerVerification: FastAPI-based API for Speaker Matching and Verification using SpeechBrain. Compare and verify speaker identities from audio files.

api fastapi python3 speaker-verification speechbrain

Last synced: 18 May 2026

https://github.com/loftwah/uv-docker-starter

Starter template for Python development with UV and Docker. Includes examples for official UV images and custom integration, multi-platform builds, and CI/CD support.

docker docker-compose fastapi fastapi-template github-actions python uv

Last synced: 11 Apr 2026

https://github.com/gunh0/prep-9oorm

🧰 Server Prep for 9oorm

docker docker-compose fastapi kotlin makefile python

Last synced: 11 Apr 2026

https://github.com/pranaypatel12/realestimate-ci-cd

RealEstiMate is a Machine Learning-powered web application that predicts house prices based on user input. It utilizes a Decision Tree Regression model and is deployed with FastAPI. The project also supports CI/CD workflows for smooth and automated deployment.

css docker fastapi html jenkins machinelearningalgorithms python regression-models

Last synced: 07 Apr 2026

https://github.com/ark948/fastapi-auth-project

Simple fastapi app to demonstrate token authentication process

fastapi jwt jwt-authentication python sqlmodel token-based-authentication

Last synced: 18 May 2026

https://github.com/nerkoman/agent-kanban

Local-first kanban for AI-agent workflows. Drag a task to Approved and your AI coding agent picks it up via MCP and drives it through analyst → in_progress → testing on its own. MCP for Claude Code & Cline, OpenAPI for opencode / Open WebUI / Ollama / any function-calling LLM. SQLite + FastAPI, runs on localhost.

agent ai-agent ai-tools automation claude-code cline fastapi kanban local-first mcp mcp-server open-webui openapi opencode project-management python self-hosted sqlite task-manager webhook

Last synced: 11 May 2026

https://github.com/danfmaia/hybrid-legal-doc-classifier

Production-ready zero-shot legal document classifier using Mistral-7B LLM and FAISS validation, built with FastAPI for high-performance document classification.

async-python document-classification faiss fastapi legal-tech machine-learning mistral-7b nlp production-ready python zero-shot-learning

Last synced: 27 Apr 2026

https://github.com/muhammadawaisshaikh/skill-quiz-gemini-python-react

A dynamic quiz platform can provide a valuable tool for evaluating knowledge, identifying strengths and weaknesses, and fostering a culture of learning. In this article, we'll delve deeper into the process of building such a platform using Python's FastAPI framework and Gemini's powerful language model capabilities.

ai artificial-intelligence fastapi gemini genai google-ai python

Last synced: 13 Feb 2026

https://github.com/ani717/api-template-python

A Python based API Template built on FastAPI framework for ML and AI applications.

api fastapi http-server machine-learning pytest python uvicorn

Last synced: 29 Apr 2026

https://github.com/marwan116/raycraft

A drop-in replacement of fastapi to enable scalable and fault tolerant deployments with ray serve

fastapi fault-tolerance ray ray-serve scalability

Last synced: 18 May 2026

https://github.com/matt0550/miur-opendata-rest-api

An unofficial REST API for the MIUR/MIM Open-Data. Using FastAPI and SPARQL. Italian Schools REST API

fastapi miur rest-api schools sparql

Last synced: 02 Feb 2026

https://github.com/asai95/fastapi-google-iap

A FastAPI plugin for Google Cloud Identity-Aware Proxy (IAP) authentication.

fastapi iap middleware

Last synced: 20 Jan 2026

https://github.com/nowayhecodes/fastapi_kafka_example

An example of how to integrate FastAPI with Kafka

docker docker-compose fastapi kafka kafka-client python

Last synced: 10 Apr 2026

https://github.com/crackedresearcher/quickapi

A blazing-fast API mock tool for frontend devs—build prototypes without waiting for the backend! (in build mode)

api-mock astrojs devtools fastapi frameworks rest-api

Last synced: 19 May 2026

https://github.com/jackomo007/fastapi

Python API

fastapi python3 uvicorn

Last synced: 19 May 2026

https://github.com/omkaarr1/size_chart_generator

AI-Powered Size Chart Generator! Our project aims to transform the online shopping experience by providing accurate, personalized size recommendations, helping to reduce return rates and boost customer satisfaction

fastapi machine-learning python3 unsupervised-learning

Last synced: 03 Feb 2026

https://github.com/henrikac/fastapi-docker-tkinter

A url shortener made with fastapi, docker and tkinter (learning purpose only).

docker docker-compose fastapi python tkinter

Last synced: 11 Apr 2026

https://github.com/geo-y20/enhanced-learning-experience

IntelliLearn is a FastAPI-based application designed to process and transcribe audio and video files into text using the Whisper model. The application also supports processing PDF files to extract and summarize their content.

chat-application chatgpt educational-project fastapi groq-api huggingface lama llm pdf-files platform python speech-to-text text-summarization transformer whisper word2vec wordembedding

Last synced: 06 Apr 2025

https://github.com/lucasfrancaid/poc-fastapi

Proof of concept of the FastAPI. This repository was used in my publish on Medium.

api fastapi medium-article python python3 tutorial

Last synced: 19 May 2026

https://github.com/kientech/crop-recommendation-with-machine-learning

The Crop Recommendation with Machine Learning project is designed to assist farmers and agricultural professionals in selecting the most suitable crops for their specific environmental conditions.

fastapi machine-learning modeling numpy pandas python reactjs sklean

Last synced: 22 Mar 2025

https://github.com/chris-cozy/syntheticsoulapi

Synthetic Soul is an experimental AI agent named Jasmine (Just a Simulation Modeling Interactive Neural Engagement) that simulates humanlike emotions, thinking, and relationships. It evolves its personality based on user interactions, reflecting emotional depth, biases, and unique experiences, offering dynamic, adaptive, and lifelike engagement.

artificial-intelligence fastapi llm neural-network python

Last synced: 20 May 2026

https://github.com/vhidvz/machine-translation

Multilingual machine translation microservice powered by the Facebook/mBART-large model

ai facebook-mbart fastapi huggingface machine-translation multilingual

Last synced: 20 May 2026

https://github.com/alilotfi23/metricguard

MetricGuard is a lightweight Linux system monitoring tool built with FastAPI and psutil.

fastapi linux metrics monitoring python

Last synced: 10 May 2026

https://github.com/chrnmaxim/fts_fastapi

Реализация FTS (FastAPI + SQLAlchemy + PostgreSQL)

fastapi fts postgresql sqlalchemy

Last synced: 27 Jun 2025

https://github.com/cthtuf/cloud-run-template

Template for Python projects to deploy it on Google Cloud Run with GitHub Actions

ci-cd cloudrun fastapi flake8 gcloud github-actions mypy pre-commit-hook pytest python terraform

Last synced: 08 Apr 2026

https://github.com/hyunjin-kor/catprice

Desktop-first CatCost-based catalyst cost estimator with live metal feeds, indexed references, and Electron packaging

catalyst chemical-engineering cost-estimation electron fastapi price-tracking react

Last synced: 04 May 2026

https://github.com/raythurman2386/fastapi-react-starter

A modern, minimal starter template featuring FastAPI backend and React 19 frontend with Tailwind CSS.

fastapi react tailwindcss vite

Last synced: 14 May 2025

https://github.com/barsikus007/pnp-na-kompe

Coursework speedrun (12h) based on my private fullstack template

asyncpg docker-compose fastapi python sqlalchemy sqlmodel

Last synced: 14 May 2025

https://github.com/vietdoo/sg-property-hub

SG Property Hub is a comprehensive platform for managing and analyzing property data.

airflow celery-redis crawler etl etl-pipeline fastapi minio mongodb nextjs postgresql s3 spark webscraping

Last synced: 08 Apr 2026

https://github.com/hk669/chatbot

The chatbot is a rule-based system that classifies user intents using a bag-of-words approach. It predicts intents based on the user's input, retrieves a random response from a predefined set of responses associated with each intent, and generates the appropriate reply.

chatbot deep-learning fastapi machine-learning neural-network nlp

Last synced: 22 May 2026

https://github.com/praveen1664/fastapi_app

Python Fast api application hosted on Heroku

fastapi python3

Last synced: 22 May 2026

https://github.com/permyakov-dmitriy/fastapiweather

Web application for displaying weather in large cities and custom ones.

aiohttp fastapi

Last synced: 05 Nov 2025

https://github.com/cerno-ai/cerno-insight

High-performance RAG system for intelligent document Q&A with hybrid retrieval, GPU acceleration, and citation-backed answers. Upload docs, ask questions, get precise responses.

artificial-intelligence bm25 docker document-processing embeddings faiss fastapi llms local-first machine-learning natural-language-processing nextjs openai python rag rag-pipeline reranking retreival-augmented-generation semantic-search typescript

Last synced: 08 Nov 2025

https://github.com/sajjadhz/farm-stack

FARM Stack TODO app dockerized

docker-compose farm-stack fastapi kubernetes react

Last synced: 08 Apr 2026

https://github.com/ajithvcoder/emlo4-session-14-ajithvcoder

NextJS App + Fastapi Serve + Redis + kubernetes + Helm charts + dog and cat classifier - The School of AI EMLO-V4 course assignment https://theschoolof.ai/#programs

classification fastapi helm-charts kubernetes machine-learning minikube redis

Last synced: 08 Apr 2026

https://github.com/armaggheddon/paperllama

📄🦙 PaperLlama transforms your PDFs into a powerful, fully local Q&A assistant—just upload, ask, and get instant answers!

docker-compose faiss fastapi ollama python3 rag sqlite3 streamlit

Last synced: 03 Feb 2026

https://github.com/pythonicforge/fleetcode

🟢 A real-time coding platform featuring matchmaking, live status updates, and code evaluation.

fastapi javacsript python supabase websockets

Last synced: 20 Jan 2026

https://github.com/halfenif/toy_filemover_streamlit

Sometimes the process of editing MP3 tags is the result of an old man's work.

fastapi mp3-tags mpd streamlit

Last synced: 25 Jul 2025

https://github.com/tkote/fn-fastapi

Fn / OCI Function without FDK, with FastAPI

fastapi fdk fn oci-functions

Last synced: 16 May 2026

https://github.com/ankan97dutta/profilis

High performance, non blocking profiler for modern Python web apps. Flask, FastAPI, Sanic, SQLAlchemy, MongoDB and more.

application-performance-monitoring developer-tools fastapi flask mongodb neo4j observability performance-monitoring profiler profiling-tools prometheus-metrics pyodbc python python-library sanic spyglass sqlalchemy tracing

Last synced: 10 Mar 2026

https://github.com/usamafayaz/nurseryzone-web

Nursery Zone is a React web app that simplifies plant nursery management with role-based access, allowing customers to browse plants, make secure payments via Stripe, track orders, chat with an AI-powered bot, and leave reviews. Admins can manage inventory and customer orders.

fastapi framer-motion javascript payment-gateway react react18 restful-api stripe-api stripe-payments zustand

Last synced: 09 Apr 2026

https://github.com/arjunprabhulal/gemma3-pdf-summarizer

AI-Powered PDF Summarizer is a tool that extracts and summarizes research papers from ArXiv PDFs using Ollama (Gemma 3 LLM). The system provides structured, downloadable summaries to help researchers and professionals quickly grasp key findings.

ai fastapi gemma3 langchain-python ollama streamlit summarization

Last synced: 29 Jul 2025

https://github.com/christopheratkinson/application-programming-interface-template

Welcome to the Python REST API Template repository! This template is designed to help you quickly set up a new REST API service using FastAPI, and includes additional configurations for unit testing with pytest, and GitHub action integrations for CI/CD.

automated-testing backend continuous-integration coverage documentation fastapi github-actions openapi pytest python rest-api server swagger

Last synced: 09 Feb 2026

https://github.com/huangkai1008/graphql-starter

Graphql-starter is a graphql start project with fastapi

fastapi graphql python

Last synced: 03 May 2026

https://github.com/mahyarkarimi/fastapi_static_files

FastAPI static file serving middleware with indexing files feature.

fastapi python static-file-server

Last synced: 31 Jul 2025

https://github.com/nazzal5448/portfolio-bot

A micro-service RAG chatbot for my portfolio website

ai chatbot fastapi langchain langchain-python rag

Last synced: 31 Jul 2025

https://github.com/kstrassheim/fastapi-reference

The app is creating a debugable combination between Fast-API and Vite (React). A preview can viewed on https://fast-api-reference.azurewebsites.net/

azure fastapi github-actions vite

Last synced: 09 Apr 2026

https://github.com/aliyevh/fastapi_template

FastAPI Template

boiler fastapi template

Last synced: 30 Apr 2026

https://github.com/khaouitiabdelhakim/postly

A full-stack social media web application built with React, TypeScript, FastAPI, and SQLite. Postly allows users to create accounts, share posts with text and images, and interact with a modern, responsive interface.

fastapi python python3 react social-media typescript webapp website

Last synced: 28 Apr 2026

https://github.com/tuokri/spoofspy

Experimental app for detecting and displaying spoofed and "redirect" servers on Steam.

celery fastapi postgresql psycopg3 redis sqlalchemy steam svelte timescaledb

Last synced: 09 Apr 2026

https://github.com/derinworks/penr-oz-neural-network-v3-torch-ddp

Version 3 Implementation of Neural Network service leveraging pytorch distributed data platform (ddp)

chartjs ddp deep-learning fastapi html javascript machine-learning neural-network python3 torch transformer

Last synced: 19 Feb 2026

https://github.com/EdenOved/Platform-For-Managing-Simulation

Developed a simulation management platform for communication networks and computer systems, utilizing Python (FastAPI), React (TypeScript), and MongoDB. The platform supports real-time simulation tracking, customizable configurations, automated workflows, and in-depth results analysis, optimizing research processes and increasing efficiency.

automation fastapi mongodb python react real-time-monitoring simulation typescript web-application

Last synced: 29 Sep 2025

https://github.com/prodev717/gesturecall

A video call intercom system designed for deaf people, using a Raspberry Pi, vibration motor, and AI-powered sign language translation. It enables communication between normal and deaf users over a local network without any call charges.

ai deaf-communications fastapi iot local-network mediapipe opencv python python-gpio raspberry-pi sign-language-translation socket-programming vibration-sensor video-call

Last synced: 08 Apr 2026

https://github.com/noorjotk/local-rag-engine

Local RAG app with zero-config Docker setup. FastAPI + Streamlit + Qdrant + Ollama. Just run `docker-compose up --build`! 🚀

docker fastapi llm local-ai local-llm local-ollama ollama pdf-processing privacy-focused python qdrant qdrant-vector-database rag semantic-search streamlit vector-database

Last synced: 09 Sep 2025

https://github.com/theodoremoreland/redb-api

A Python and FastAPI based asynchronous REST API for accessing St. Louis Parcel Data stored in the Regional Entity Database (REDB)

docker fastapi open-api plpgsql postgresql professional python rest-api swagger-ui web-development

Last synced: 02 Oct 2025

https://github.com/lucasboscatti/whatsapp-langgraph-agent-integration

A WhatsApp AI Agent powered by LangGraph, FastAPI, and Groq. Acts as an empathetic therapist, Dr. Sofia, handling text and voice messages with natural conversations. Supports multi-language, PostgreSQL-backed memory, and real-time synthesis.

agents fastapi groq langchain langgraph langgraph-chabot langgraph-python python whatsapp whatsapp-bot

Last synced: 09 Apr 2026

https://github.com/wesgtox/financial-wellness-score

Find out your financial health status

docker docker-compose fastapi pytest python react vitejs

Last synced: 09 Apr 2026

https://github.com/mbrsagor/fastAPICRUD

Fast API CRUD backend web application

api-rest fastapi microservices python3 rest

Last synced: 10 Aug 2025

https://github.com/pavelmilanov/pyldap

python/golang ldap services for control Windows AD

docker docker-compose fastapi ldap ldap-authentication ldap-client nginx nginx-docker python3 vue3

Last synced: 09 Apr 2026

https://github.com/ltossian/bike-sales-data-metrics

Traitement, stockage, analyse et visualisation d'un fichier csv volumineux et de données en temps réel de ventes de vélos.

fastapi grafana hadoop kafka postgresql python spark

Last synced: 20 Sep 2025

https://github.com/lyon916/fastapi-nitro

fastapi cache

fastapi pypi python

Last synced: 04 Oct 2025

https://github.com/unsignedarduino/tcec-chess-display-proxy

A simple API to obtain information about the current live TCEC Chess game happening!

api chess fastapi proxy python python3 tcec

Last synced: 09 Apr 2026

https://github.com/jsonzilla/template_fastapi_mongodb

Template for rapid prototyping with FastAPI and MongoDB

fastapi mongodb template

Last synced: 09 Apr 2026

https://github.com/kasundularaam/ceylon-handicraft

🏺 E-commerce marketplace for Sri Lankan handicrafts built with Flash Feather framework. Features AI assistant, auction system, and UID-based component architecture. Portfolio demonstration of LLM-friendly web development patterns.

ai-assistant auction-system css-variables cultural-preservation ecommerce fastapi flash-feather gemini-ai handicrafts jwt-authentication lit-js llm-friendly marketplace portfolio-project python responsive-design sqlite sri-lanka uid-system web-components

Last synced: 10 Apr 2026

https://github.com/alotab/microservices-api

This is a FastAPI microservices app for managing restaurant orders. The app is divided into several chapters, each focusing on a specific aspect of the whole resturant process.

blueprint fastapi flask python

Last synced: 09 Apr 2026

https://github.com/shikhar97/keyvaluestore

A simple key-value store using Kubernetes (k8s), FastAPI, and Huey as a REDIS queue

fastapi huey kubernetes minikube redis

Last synced: 09 Apr 2026

https://github.com/pythoninthegrass/fastapi-prometheus-grafana

FastAPI + Prometheus + Grafana! :tada:

docker fastapi grafana prometheus

Last synced: 04 Oct 2025

https://github.com/sahajrajmalla/co2-calculator-api

A Web Application backend API that enables people to create events, join events, and measure the carbon footprint produced by each participant to get insights about online and onsite carbon emissions.

apis carbon-emissions carbon-footprint fastapi makefile numpy pandas precommit sqlalchemy sqlite3 uvicorn

Last synced: 09 Apr 2026

https://github.com/eduardoklosowski/exercicio-curso-fastapi-do-zero

Exercícios do curso FastAPI do Zero

exercise fastapi

Last synced: 17 Aug 2025

https://github.com/bhimrazy/covidologist

Covidologist : A Disease Detection Web App to assist radiologists to detect the presence of COVID-19.

covid-19 fastapi kuhackfest kuhackfest2022 mlh mlh-powered-hackathons python pytorch

Last synced: 10 Apr 2026

https://github.com/gabrli/x-ray-ai

App with CNN neural network to diagnose different fractures on x-ray pictures

ai cnn cnn-classification fastapi keras neual-network python react revolution tailwindcss tensorflow typescript

Last synced: 10 Apr 2026