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/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/ddonghyeo/audiogenerateserver

오디오 생성 서버 컴포넌트

ai-models asgi bark fastapi uvicorn-gunicorn

Last synced: 19 May 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/deruina/starfolio

This project is a FastAPI application that allows users to authenticate with GitHub using OAuth and fetch their starred repositories. The application provides a web interface for users to log in and view their starred repositories, as well working with command-line interface (CLI)

asynchronous-programming concurrency fastapi oauth2

Last synced: 19 May 2026

https://github.com/touale/framex-kit

FrameX — A lightweight, pluggable Python framework for building modular and extensible algorithmic systems with dynamic plugin loading, distributed execution, and seamless API interoperability.

distributed-systems fastapi framework plugin-system python ray

Last synced: 08 Apr 2026

https://github.com/mahimailabs/fluxcrud

FluxCRUD is a easy to use, fast, and modern CRUD framework for FastAPI.

async crud fastapi fastapi-crud fluxcrud pydantic pydantic-v2 sqlalchemy

Last synced: 18 Feb 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/vladelo777/support-fastapi-module

Система поддержки пользователей с тикетами, WebSocket-чатом, email-интеграцией, вложениями, таймерами SLA и базой знаний. Разрабатывается поэтапно на FastAPI + PostgreSQL + SQLAlchemy.

fastapi python

Last synced: 26 Jun 2025

https://github.com/AVoss84/pdf_extract

Text classification based on PDF inputs

classification fastapi nlp python streamlit

Last synced: 06 Apr 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/jnlandu/mlops-project

This repository contains the updated backend codes of the repository text-summarization, which will be merged.

azure bootstrap fastapi nextjs14 python react torchvision

Last synced: 11 Apr 2026

https://github.com/ibtisamafzal/voyance

AI visual web research agent — natural language → Gemini vision navigates live sites → spoken briefing + comparison table. UI Navigator @ Gemini Live Agent Challenge.

ai-agent cloud-run elevenlabs fastapi firecrawl gemini google-cloud hackathon perplexity playwright react ui-navigator vite web-research

Last synced: 08 Apr 2026

https://github.com/jderstd/fastapi

A response builder for FastAPI

builder fastapi jder json pydantic python response

Last synced: 07 Mar 2026

https://github.com/wristwaking/wechat-miniprogram-payment

这是一个Python语言通过fastapi框架搭建服务端,实现微信小程序端进行微信支付案例模板项目源码。

fastapi python3 wechat-mini-program

Last synced: 20 May 2026

https://github.com/shivvamm/fastapi-complete

Fullstack Serverside Rendering App with FastAPI and Jinja2 with Database migration and integration with alembic and sqlAlchemy

alembic fastapi jinja2 pytest python sqlalchemy

Last synced: 20 May 2026

https://github.com/zobiakanwal/legal-ai-assistant

An AI-powered FastAPI backend for selecting and filling legal document templates using GPT-4.

ai-assistant fastapi gpt-4 legaltech openai react taillwindcss typescript vite

Last synced: 08 Apr 2026

https://github.com/hakant66/moderation-app

End-to-end moderation system for text & images. FastAPI backend with provider toggles (OpenAI & Google Perspective/Vision), PyTorch TorchScript prefilter microservice, policy.yaml rules, token-bucket rate limiting, in-memory caching, React/Vite frontend, training scripts, and Kubernetes manifests.

computer-vision content-moderation docker fastapi fastapi-backend google-perspective google-vision-openai in-memory-cache kubernetes mlops mobilenetv3 moderation-api nlp openai pytorch roberta token-bucket torchscript transformers

Last synced: 08 Apr 2026

https://github.com/fusionaize/faigate

Local OpenAI-compatible AI gateway for OpenClaw and other AI-native clients.

fastapi foundrygate llm-gateway llm-router multi-provider openai-compatible openclaw self-hosted

Last synced: 09 May 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: 16 Apr 2025

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/seamusmullan/ampere

A modern desktop application template that combines Electron and Vite for frontend with Python and FastAPI for backend.

electron fastapi npm-package python template uv vite vitejs

Last synced: 07 Mar 2026

https://github.com/golevy/bookly

To learn FastAPI.

fastapi pyhton python3

Last synced: 03 May 2026

https://github.com/abhimanyu-gaurav/learn_fastapi

Building a secure and scalable REST API using FastAPI, with OAuth2 (JWT) for authentication, SQLAlchemy for database management, and Pydantic for data validation. This project supports full CRUD operations with SQLite as the database and uses bcrypt for password hashing to ensure security.

bcrypt fastapi jwt-authentication jwt-token oauth2 passlib pydantic pydantic-models python sql-alchemy sql-lite

Last synced: 21 Apr 2026

https://github.com/gisoreb/learning_platform

A Flutter learning management system project consuming APIs from Fastapi python backend framework.

android fastapi flutter ios windows

Last synced: 08 Apr 2026

https://github.com/shanu-shahbin/blogs-fastapi-

The FastAPI Blog API is a RESTful web service built using FastAPI, allowing CRUD (Create, Read, Update, Delete) operations on blog posts. It provides endpoints for managing blog posts with authentication using JWT tokens and OAuth2. The API also integrates Swagger UI and ReDoc for interactive API documentation.

api crud fastapi oauth2 pyjwt redoc swagger-ui

Last synced: 14 Mar 2025

https://github.com/dataforgeopenaihub/mlops-credit-card-fraud-detection-end-to-end

End to End Machine Learning MLOps Project for Credit Card Fraud Detection using Ensemble Models, Data and Model Versioning through DVC, Github Actions, and Deployment

aws-lambda credit-risk data-pipelines dvc-pipeline fastapi github-actions google-drive-api machine-learning mlops-project mlops-workflow python

Last synced: 14 Feb 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/shin-sforzando/etude-deta

Etude for Deta with FastAPI

deta etude fastapi

Last synced: 28 Mar 2025

https://github.com/sorna-fast/fast_api_company

Building the API of a company's entities with the demo front with Streamlite to run the run.py file

alembic fastapi passlib requests sqlalchemy streamlit

Last synced: 08 Jul 2025

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/aryankeluskar/freshuntil

Web-app designed to help individuals manage their groceries more efficiently. Minimize Waste & Maximize Taste. Built in 36 hours at LAHacks 2024.

django fastapi gemini gemini-vision mongodb python reactjs sustainability

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/abhimishra01/vectorshift-fullstack

Full Stack application - Vectorshift Dashboard Replica

axios docker fastapi material-ui reactjs zustand

Last synced: 13 Feb 2026

https://github.com/altescy/sagemaker-example

Example of training and deploying your own machine learning model with AWS SageMaker

fastapi machine-learning python sagemaker

Last synced: 08 Apr 2026

https://github.com/gaetangr/scytalio

Scytalio is an open-source API designed for storing and retrieving encrypted messages with end-to-end encryption (E2EE)

e2ee encryption fastapi python vuejs

Last synced: 17 Jan 2026

https://github.com/cdxy1/avito-test-task

Тестовое задание

fastapi postgres pyhton redis sqlalchemy

Last synced: 14 May 2025

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/pastjung/markcloud_uspto-search-remind

[ (주) 마크클라우드 인턴 활동 리마인드 ] USPTO 데이터 크롤링 후 압축해제하여 MongoDB에 저장 & MariaDB 사용하여 로그인 및 회원가입 & Elasticsearch 를 사용한 상표 데이터 검색 서비스 ( 기간 : 2024.08.27 ~ 2024.08.28 )

docker docker-compose domain-driven-design elasticsearch fastapi kibana mariadb microservices-architecture mongodb python

Last synced: 02 Jan 2026

https://github.com/saadmdsabah/fastapi-initializr

A modern CLI tool that instantly scaffolds production-ready FastAPI project structures with best practices, interactive prompts, and customizable templates.

cli-tool fastapi pypi python

Last synced: 08 Apr 2026

https://github.com/astrapi69/adaptive-learner

Adaptive learning platform with AI-powered sessions, 6 learning methods, and a 7-step cycle. Built on PluginForge. PWA, offline-capable, multilingual.

adaptive-learning ai anthropic dexie education fastapi gemini indexeddb learning-platform multilingual offline-first openai pluggy pluginforge pwa python react typescript

Last synced: 06 Jun 2026

https://github.com/kimtth/mcp-remote-call-ping-pong

🏓 An experimental and educational script for Ping-pong server demonstrating remote MCP (Model Context Protocol) calls

fastapi fastmcp mcp mcp-client mcp-server model-context-protocol sse

Last synced: 17 May 2026

https://github.com/gnss-lab/fastapi-auto-generate-gateway

👷‍♂️ A library that allows you to automate the process of creating an API Gateway

api-gateway fastapi gateway gateway-api microservices python

Last synced: 06 Apr 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/godraadam/privy-router

Privy messenger is a fully distributed, decentralized, private and secure messenger application. Privy Router acts as a broker between local Privy clients and Privy nodes (daemons).

docker fastapi python

Last synced: 20 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/reymundvirtus/svg-icons-api

🧩✨ A FastAPI-powered service for serving open-source SVG icons, optimized for dark and light UI themes.

fastapi logos open-source python svg svg-icons svg-images

Last synced: 08 Apr 2026

https://github.com/praveen1664/fastapi_app

Python Fast api application hosted on Heroku

fastapi python3

Last synced: 22 May 2026

https://github.com/birg81/classbookinghubsystem

Web app for managing interrogation bookings. Students can select the day and time based on the teacher's availability and their class schedule.

bindings fastapi jwt mysql python sqlorm swagger

Last synced: 06 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/jjpaulo2/weather-data-consumer

⏰ Job que consome uma API de clima e salva em um banco não relacional

cli crontab docker fastapi mongodb python redis shell

Last synced: 08 Apr 2026

https://github.com/joshmusira/rag_application

A state-of-the-art Retrieval-Augmented Generation (RAG) application using OpenAI, Qdrant vector store, embeddings, FastAPI, React for the UI, NewsAPI, Word Cloud, and Langchain. This project enables dynamic reading and QA on news articles, focusing on various people of interest, with real-time, personalized news insights.

embeddings-word2vec fastapi langchain-python openai qdrant-vector-database reactjs wordcloud

Last synced: 08 Apr 2026

https://github.com/yancotta/anti-aging-epigenetics-ml-app

A thesis MVP for a personalized anti-aging system that analyzes genetic SNPs and lifestyle habits using ML models (Random Forest and Neural Networks) to provide risk assessments and actionable recommendations. Built with FastAPI, React, PostgreSQL, and containerized via Docker for scalability and explainability.

anti-aging bioinformatics docker explainable-ai fastapi genetics healthtech machine-learning mlops personalized-medicine pytorch reactjs scikit-learn synthetic-data thesis-project

Last synced: 16 Sep 2025

https://github.com/jayhawk24/fastapi-auth

FastAPI boilerplate for quickstart with SQLAlchemy, Alembic and JWT authentication.

fastapi fastapi-auth fastapi-template jwt sqlalchemy

Last synced: 19 May 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/pacnpal/polly

A comprehensive Discord poll bot with admin-only access, web dashboard, and scheduled polls. Built with Python, FastAPI, discord.py, and HTMX.

bootstrap discord-bot discord-py fastapi htmx oauth2 polls python scheduler sqlite voting web-dashboard

Last synced: 08 Apr 2026

https://github.com/one-zero-eight/accounts

InNoHassle Accounts service for accessing websites and Telegram bots using your Innopolils account.

fastapi innohassle python

Last synced: 23 Jul 2025

https://github.com/jjviscomi/bqemulator

Local emulator for Google BigQuery. DuckDB-backed, SQLGlot-powered. Drop-in replacement for the real service in dev, CI, and offline replicas.

bigquery bq-cli duckdb emulator fastapi pytest-plugin python sqlglot testing

Last synced: 23 May 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/leonardoberlatto/python-fastapi-notes

Notes API made with Python to learn about FastAPI

backend fastapi python rest-api

Last synced: 03 May 2026

https://github.com/rajendrakumaryadav/fastapi-employee-record

Simple FastAPI implementation using modularity and testcases

alembic fastapi migration poetry postgresql pydantic pytest sqlite sqlmodel testcases

Last synced: 16 Jan 2026

https://github.com/nchalimba/algo-ai

AlgoAI is a chatbot (RAG) for answering questions about Data Structures and Algorithms. Built with FastAPI, LangChain, and supports OpenAI or Cohere as LLM providers. Includes features like streaming responses, vector storage with Datastax Astra DB, and message persistence using Postgres.

ai astradb cohere datastructures-algorithms fastapi generative-ai langchain langgraph openai python rag

Last synced: 06 Feb 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/TechTrack-Job-Search-Management-Platform

Developed a personal platform to streamline the job search process in the tech industry, featuring a dynamic list of companies with detailed information and job links, paired with advanced resume management capabilities, including version control. Built with Python (FastAPI), React, TypeScript, and PostgreSQL.

api-rest database fastapi full-stack job-search postgresql python react resume-management typescript web-development

Last synced: 29 Sep 2025

https://github.com/ecmwf-projects/cads-catalogue-api-service

STAC based API service for the Climate & Atmosphere Data Store

api-rest cads fastapi

Last synced: 23 Jan 2026

https://github.com/kacf/forex-trading-ai

Real‑time AI‑powered Forex trading alerts with High backtested accuracy, blending machine‑learning models and advanced technical analysis for 1 Minute buy/sell

algorithmic-trading api data-science deep-learning docker fastapi forex machine-learning python pytorch quantitative-finance real-time technical-analysis tensorflow trading-signals

Last synced: 26 Oct 2025

https://gitlab.com/core-27/c27cache

[C27Cache](https://pypi.org/project/c27cache/) is a simple HTTP caching library designed to work with [FastAPI](https://fastapi.tiangolo.com/).

cache fastapi

Last synced: 14 Mar 2026

https://github.com/coqui123/tradegpt

TradeGPT is a full-stack cryptocurrency trading application that combines a modern Fresh (Deno) frontend with a Python (FASTAPI) backend for Coinbase integration and Azure AI Services for intelligent trading analysis. 💹

analytics automation cryptocurrency data deno fastapi fresh numpy python trading-algorithms trading-strategies tradingbot typescript

Last synced: 11 Apr 2026

https://github.com/mgobeaalcoba/fast_api_python

Programming and hosting a Rest API with Python's FastApi

api-rest fastapi python3

Last synced: 15 Apr 2026

https://github.com/jjacobsonn/naviwasm

A real-time navigation system built with React, Mapbox, Python, FastAPI, and Rust with WebAssembly for high-performance pathfinding.

docker fastapi mapbox navigation pathfinding python react real-time rust webassembly

Last synced: 15 Apr 2026

https://github.com/danicunhac/ai-assistant-server

Python AI Chatbot

ai fastapi openai python

Last synced: 06 Feb 2026

https://github.com/andreirech/restapi

🚀 Creating and using a REST API in Python to work with a dataset

fastapi jupyter-notebook python

Last synced: 30 Jan 2026

https://github.com/saluana/markitdown-rest

A FastAPI service that converts documents to markdown and extracts YouTube transcripts, built on Microsoft's MarkItDown library.

fastapi markdown markdown-converter rest-api

Last synced: 07 May 2026

https://github.com/dsrathore1/devops-project-1

My application is running successfully inside a Docker container on an AWS EC2 instance, but I’m unable to access it publicly over the internet. This issue usually arises due to improper port exposure, security group restrictions, or incorrect application binding.

devops docker fastapi

Last synced: 07 Feb 2026

https://github.com/aorosoeon/ecommerce_parcing

An example of ecommerce parcing project through Selenium, FastAPI, and APScheduler. It saves product's name, price, link, and stock availability in a csv while handling the website's pagination. It can be activated via "/scrape" FastAPI endpoint and then keeps running by APScheduler.

apscheduler automation ecommerce fastapi python selenium

Last synced: 15 Apr 2026

https://github.com/rakibhossain72/ctrip

cTrip Crypto Payment Gateway: multi-chain cryptocurrency payment gateway built with FastAPI

cryptocurrency-payment-gateway fastapi payment-gateway web3py

Last synced: 19 Apr 2026

https://github.com/prodbygodfather/coffee-shop-api

Backend of a simple coffee shop application (shopping cart, user and cafe model) with fastapi and AbarORM technologies

abarorm fastapi jwt-authentication

Last synced: 25 Feb 2026

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