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/junayed-hasan/llendify

LLendify leverages large language models (LLMs) to analyze bank statements and provide instant loan eligibility insights. Upload your bank statement PDF to receive AI-powered loan recommendation, analysis of income patterns, spending habits, and creditworthiness. Get comprehensive financial assessments and loan recommendations in seconds.

artificial-intelligence banking-applications fastapi fintech langchain large-language-models openai-api pypdf2 reactjs software-engineering

Last synced: 09 Mar 2026

https://github.com/asifrahaman13/healthcare

A full stack application to connect doctors and patients. Have features like stripe payment, video call, initial screening by chat bots etc. Doctors can give live reports of the patients conditions, as well as they can view the previous history.

fastapi javascript nextjs openai python websocket

Last synced: 09 Apr 2026

https://github.com/gitarber/cnn-image-classifier

A CNN-based image classifier built with PyTorch and FastAPI. Features model training, evaluation metrics, visualizations, and a web interface for real-time predictions. Includes comprehensive documentation and Jupyter notebooks.

cifar10 cnn computer-vision deep-learning fastapi image-classification machine-learning ml-project python pytorch

Last synced: 13 Apr 2026

https://github.com/jarif87/adsift-sifting-through-ads-intelligently

AdSift is a FastAPI web app using a BERT model to classify text into six categories (e.g., Art, Food, History). It offers a responsive UI with probability visualizations via Chart.js and an API for text classification.

adcategory-classification css fastapi html jupyter-notebook kaggle notebook python

Last synced: 09 Apr 2026

https://github.com/ahmedennaifer/colrag

e2e Retrieval Augment Generation (RAG) social app, that lets users collaborate(query and index docs, reddit searches/comments and wiki articles) on public workspaces or private ones. Has multiple connectors for reddit, wikipedia, pdfs etc.. Deployed on AWS

agents aws bedrock docker ec2 fastapi generative-ai haystack-ai postgresql rag s3 terraform

Last synced: 06 Feb 2026

https://github.com/barbaracalderon/casino-backend

A Python-based REST API using FastAPI and PostgreSQL for managing casino transactions and player operations. Tests with Pytest and deploy with Docker Compose. v1.2.0

docker docker-compose dockerfile fastapi postgresql pytest python sqlachemy

Last synced: 09 Apr 2026

https://github.com/nikolay-e/lingua-quiz

Language learning web app with spaced repetition algorithm. Built with FastAPI, Svelte 5, PostgreSQL. Kubernetes-ready with Helm charts for production deployment.

docker education fastapi flashcards fullstack helm kubernetes language-learning postgresql svelte vocabulary web-app

Last synced: 13 Apr 2026

https://github.com/aritrakar/remote-code-execution

A simple remote code execution demo using Docker🐋 .

docker fastapi gunicorn nextjs python react sqlalchemy typescript

Last synced: 13 Apr 2026

https://github.com/lokeshwarlakhi/rag-chat-with-youtube

🎬 RAG Chat with YouTube — A lightweight end-to-end RAG app built with FastAPI + LangChain + Streamlit. Upload a YouTube video URL, extract its transcripts, embed them using Google Gemini embeddings, and chat interactively with the video’s content. Perfect for exploring context-aware LLMs, video summarization, and semantic search

ai chatbot embeddings fastapi googlegemini langchain llm open-source python rag semantic-search youtube

Last synced: 13 Apr 2026

https://github.com/spectral-knight-ops/local-llm-with-rag-template

Template project for running a local LLM with Retrieval-Augmented Generation (RAG) using Ollama. The goal of this project is to let users easily import their own information and use it with a local LLM, instead of training a model from scratch—which requires tremendous resources.

fastapi llm ollama retrieval-augmented-generation streamlit template

Last synced: 30 Oct 2025

https://github.com/amozebus/fastapi-beyond-crud-2

Template for API that uses PostgreSQL-database / Шаблон API, использующего базу данных PostgreSQL

alembic fastapi fastapi-template postgresql python sqlmodel

Last synced: 28 Feb 2025

https://github.com/volchok60/library-fullstack

Full-stack app built with React and FastAPI.

alembic chakra-ui fastapi postgresql python3 react typescript vite

Last synced: 20 Jan 2026

https://github.com/himanshubhosale25/ai-insightful-quiz-analytics

This project analyzes student quiz performance data, providing visualizations and AI-generated feedback. It uses FastAPI for the backend, React for the frontend, and OpenAI LLMs to deliver personalized insights and actionable recommendations for students.

data-analysis fastapi openai-api react student-performance

Last synced: 11 Mar 2025

https://github.com/himanshubhosale25/ai-real-time-multilingual-conversation

This project implements a real-time audio translation system using Google Cloud APIs (Speech-to-Text, Translation, and Text-to-Speech) and FastAPI. It allows users to input speech in one language and receive translated speech output in another, supporting over 70 languages.

fastapi google-cloud-api multilingual real-time-translation speech-to-text

Last synced: 11 Mar 2025

https://github.com/connergroth/timbrality

Hybrid music recommender combining NMF collaborative filtering, two-tower content embeddings, audio feature synthesis, and meta-learning fusion for adaptive personalization.

beautifulsoup cloudscraper docker fastapi lastfm-api machine-learning music postgresql python pytorch redis scikit-learn spotify-api supabase

Last synced: 13 Apr 2026

https://github.com/alexar76/ai-service-mesh

AI Service Mesh — autonomous agent discovery, verification, escrow, and payments.

ai-agents discovery escrow fastapi payments python self-hosted service-mesh

Last synced: 29 May 2026

https://github.com/bimalxme/texttoimage-saas

The Text-to-Image Generator uses FastAPI with Hugging Face's API for image generation, Cloudinary for uploads, and Prisma ORM with PostgreSQL for data management. The Next.js frontend displays images via direct URLs.

clerk clerk-auth cloudinary fastapi huggingface-api nextjs postgresql prisma-orm python react-toastify

Last synced: 13 Apr 2026

https://github.com/nimbus-tech-gmbh/ollama-library

ollama-library is a Python FastAPI project that provides an API endpoint to scrape model names and descriptions from the Ollama library web page

fastapi makefile ollama poetry python scraper

Last synced: 07 Oct 2025

https://github.com/livewithcodeankit/document-manager

This repository contains a full stack application with a FastAPI backend and a Vite + React + TypeScript frontend.

crud-api crud-application fastapi postgrees python reactjs sqlarchemy supabase tailwindcss tiptap-editor typescript vite

Last synced: 13 Apr 2026

https://github.com/samo135/interactive-mnist

Web app using an MNIST trained neural network to classify images of numbers drawn by the user. An interactive way to play around with a simple neural network.

css docker fastapi google-cloud-platform html mnist neural-network python pytorch rest-api

Last synced: 13 Jun 2025

https://github.com/karolswdev/guildr

Self-hosted, single-model SDLC orchestrator. One local LLM (Qwen3 via llama.cpp) plays five roles — Architect, Coder, Tester, Reviewer, Deployer — to drive a project from idea to deployed code, with human-approval gates and a LAN-only PWA.

agent-orchestration ai-agents ai-coding-assistant ai-orchestration autonomous-agents code-generation developer-tools dogfooding fastapi llama-cpp llm local-llm multi-agent pwa python qwen sdlc-automation self-hosted

Last synced: 23 May 2026

https://github.com/vmartinscordeiro/projeto_teste

FastAPI + Postgres + Alembic + Docker | React + Vite + Redux + Tests | Dashboard

alembic docker fastapi postgresql react redux testing vite

Last synced: 13 Apr 2026

https://github.com/camcooray/finbot-old-

A web-based AI assistant designed to provide quick, accurate, and easy-to-understand investment insights for retail investors.

fastapi finance generative-ai python

Last synced: 16 Apr 2026

https://github.com/fanepka/memeapp-backend

Backend for the MemeApp application

fastapi postgresql pydantic python python3 sqlite website

Last synced: 13 Apr 2026

https://github.com/ramirezramiro/onnx-fastapi

Starter kit for ONNX models: predictable CPU performance, simple REST, fast to demo

computer-vision cpu docker fastapi inference onnx python

Last synced: 13 Apr 2026

https://github.com/zsuzsannamangu/yogasequencing-app

AI-powered tool for yoga teachers to turn video recorded sequences into printable visual guides. Detects held poses, removes backgrounds, and generates clean vector silhouettes for each posture.

deeplabv3 fastapi movenet nextjs opencv postgresql potrace python pytorch react tensorflow uvicorn yoga yoga-pose-classification

Last synced: 13 Apr 2026

https://github.com/haimgoldfisher/dineny-recommentation-system

This project is a web application for recommending restaurants using Google Maps data and AI-based recommendations. It allows users to view, rate, and review restaurants, and provides personalized recommendations based on user preferences and reviews.

als-algorithm big-data clustering fastapi flask-application kafka machine-learning mongodb pyspark recommendation-system sklearn unsupervised-learning

Last synced: 04 Feb 2026

https://github.com/rahulsamant37/meta-hackathon

A complete, runnable ITSM benchmark environment with 181 deterministic tasks, graded scoring, dense rewards, and a standard API plus baseline runner for structured execution.

docker fastapi grpo hackathon openai openenv-environment rl-algorithms

Last synced: 30 May 2026

https://github.com/gaur-abhay/fastapi-azurefunctions-deployment

This repository demonstrates the deployment of a FastAPI application to Azure Functions using the v2 model. It serves as a hands-on learning project, showcasing how to integrate FastAPI with Azure's serverless platform, and covering the complete process from setup to deployment.

azure-functions fastapi python serverless

Last synced: 07 Jan 2026

https://github.com/080bct12alex/medixui

A frontend for the Patient Management System built using Next.js connects to a FastAPI backend to manage patient records including BMI calculation, CRUD operations, and health verdicts.

fastapi nextjs

Last synced: 31 Jul 2025

https://github.com/080bct12alex/medixapi

a beginner-friendly project designed to learn how to build RESTful APIs using FastAPI

fastapi

Last synced: 07 Sep 2025

https://github.com/letalandroid/probador-virtual

Probador Virtual creado con React, NestJS y FastApi con la api de Gemini para la prueba de ropa dentro de un entorno de sitio web

fastapi javascript js nestjs py python react ts typescript

Last synced: 13 Apr 2026

https://github.com/epigos/llm-chatbots

Create and interact with chatbots powered by LLM.

chatbot fastapi generative-ai langchain llm openai

Last synced: 13 Apr 2026

https://github.com/soham901/fastforge

a simple FastAPI utility CLI designed to help developers quickly set up FastAPI projects with a predefined folder structure. It's perfect for hackathons, MVP development, or any situation where you need to rapidly bootstrap a FastAPI application with a production-ready project structure.

cli fastapi fastforge

Last synced: 07 Jan 2026

https://github.com/devferx/curso-basico-fast-api

Archivos del curso de FastAPI: Fundamentos, Path Operations y Validaciones

fastapi python

Last synced: 09 Apr 2025

https://github.com/zepolimer/fs-exercice

Chat system using FastAPI and React

fastapi python react typescript

Last synced: 13 Apr 2026

https://github.com/kirtijha/langgraph-interrupt-workflow-template

⚡ Production-ready LangGraph interrupt template with modern web interface | Human-in-the-loop AI workflows | FastAPI backend + Next.js frontend

ai-workflows chatbot-framework conversational-ai fastapi human-in-the-loop ibm-watsonx interactive-ai interrupts langchain langgraph llm nextjs python react state-management typescript workflow-automation

Last synced: 07 Apr 2026

https://github.com/lalitdotdev/transcribex

Transcribe audio in minutes with OpenAI's WhisperV3 and Flash Attention v2 + Transformers without relying on third-party providers and APIs. Host it yourself or try it out.

bun fastapi flash-attention-2 huggingface-transformers modal next14 nvidia-cuda nvidia-gpu python transcription transformers virtual-environment wavesurfer-js whisper- whisperv3

Last synced: 13 Apr 2026

https://github.com/serverdaun/ml_project_sber

This repository contains a machine learning project aimed at predicting user actions on a car subscription service’s website.

classification-algorithm fastapi machine-learning predictive-modeling python

Last synced: 08 May 2026

https://github.com/tirthraj1605/fastapi-user-management-crud-api

A simple FastAPI-based CRUD application to manage user data with search functionality. Includes endpoints for creating, reading, updating, deleting, and searching users by name.

api-project backend-development beginner-friendly-project crud-api fastapi python restful-api user-management web-api

Last synced: 30 Jul 2025

https://github.com/nathannncurtis/obsidian-vault-sync

Self-hosted real-time Obsidian vault sync. FastAPI + WebSocket + TypeScript plugin.

docker fastapi obsidian python self-hosted typescript websocket

Last synced: 30 May 2026

https://github.com/berdal84/biostack

Fullstack exercise with FastAPI and NextJS

bash compose docker fastapi nextjs postgres

Last synced: 17 Jan 2026

https://github.com/ivangolt/yolo_triton_tensorrt

Repository of implementation yolo with triton inference client and tensorrt optimization. Model deployment with FastAPI

fastapi grafana prometheus streamlit tensorrt triton yolov8

Last synced: 03 Jan 2026

https://github.com/abhirampai/lip-next-be

Backend of lip-next website

fastapi python3

Last synced: 13 Apr 2026

https://github.com/raycarterlab/dingding

钉钉发送消息和认证

fastapi oauth2 oauth2-client python3

Last synced: 02 Jul 2026

https://github.com/valeqm/latam-ml-challenge

Implementing a machine learning model to predict flight delays at SCL airport, deploying it as a FastAPI service, and operationalizing it on Google Cloud with proper CI/CD pipelines.

api fastapi gcp google-cloud-platform machine-learning python unit-testing unittest

Last synced: 09 Apr 2025

https://github.com/fajar7xx/py-fastapi-simple-restful-api

py fastapi simple restful api

fastapi fastapi-crud python3

Last synced: 13 Apr 2026

https://github.com/riottecboi/dns-lookup

A DNS (Domain Name System) lookup web application built using FastAPI to retrieve and display DNS records and WHOIS information for a specified domain name.

fastapi folium geopy python-3 whois

Last synced: 21 Sep 2025

https://github.com/iamsjunaid/tasks

A simple task management application built with FastAPI for the backend and React for the frontend. The backend uses Firebase Realtime Database for data storage and management.

fastapi fastapi-sqlalchemy firebase javascript python reactjs render tailwindcss vercel-deployment

Last synced: 21 Sep 2025

https://github.com/rafavermar/fastapi_redis_mongodb

Este proyecto consiste en el desarrollo de una API que maneja información de películas, utilizando FastAPI como framework principal. Se integra con MongoDB para la persistencia de usuarios y Redis para el almacenamiento en caché de datos de películas. La seguridad se implementa mediante JWT (OAuth2 con “password flow”) y claves de API. Todo ello se

fastapi jwt mongodb redis-cache

Last synced: 29 Jul 2025

https://github.com/eehwan/company-metadata-api

FastAPI-based rest API for multilingual company and tag search with PostgreSQL and Docker support

backend docker fastapi multilingual-websites postgresql python rest-api sqlalchemy

Last synced: 29 Jul 2025

https://github.com/hczs/funasr-fastapi

基于 FastAPI 开发的 FunASR HTTP 服务,可 Docker 部署

fastapi funasr

Last synced: 30 May 2026

https://github.com/isk-daniar/menu_dishes

Pet-project a menu dishes made on fastapi

alembic fastapi python-dotenv sqlalchemy

Last synced: 14 May 2026

https://github.com/t0mer/espcam-secserver

Python backend for esp32 cam based security system

arduino-ide docker esp32 esp32-camera fastapi greenapi python3 security-camera

Last synced: 21 Jan 2026

https://github.com/yasharthbajpai/blog-application

A modern, secure blog application built with FastAPI, featuring JWT authentication and SQLAlchemy ORM.

crud fastapi python3 sqllite

Last synced: 02 Apr 2025

https://github.com/lordlabakdas/groceror

Groceror - Make your Grocer a sorceror

fastapi grocery open-source postgres python3 sqlmodel

Last synced: 21 Jan 2026

https://github.com/ezeisraeljohn/tim_events_api

This repository houses the tim_events_api, frontend devs can consume for event creation

api-rest events fastapi

Last synced: 13 May 2026

https://github.com/arthurmgraf/graphmind

Autonomous Knowledge Agent Platform - Agentic RAG with Knowledge Graphs, hybrid retrieval, LangGraph agents, and MCP server

agentic-ai fastapi knowledge-graph langchain langgraph llm neo4j python rag vector-search

Last synced: 19 Feb 2026

https://github.com/krytos/fastapi-production-template

Production-ready FastAPI template with clean architecture, async SQLAlchemy, strict quality gates, Docker/Terraform foundations, and automated PyPI publishing.

api async backend docker fastapi github-actions pypi python sqlalchemy templates terraform testing

Last synced: 09 Apr 2026

https://github.com/wesellis/azure-ai-it-copilot

🤖 AI-powered IT operations platform for Azure. Natural language infrastructure management, predictive maintenance, intelligent incident response, and cost optimization. Uses GPT-4, LangChain, and ML to automate 90% of IT tasks. Not just code assistance - full IT ops automation.

ai-powered-ops aiops azure azure-openai cloud-automation cost-optimization devops-automation enterprise-automation fastapi gpt-4 incident-response infrastructure-as-code it-operations langchain machine-learning natural-language-processing powershell predictive-maintenance python react

Last synced: 07 Apr 2026

https://github.com/nauman123-coder/reasoning-agent-lpu

A high-performance autonomous agent built with a Client-Server architecture (FastAPI & Streamlit). Optimized for the Groq LPU inference engine to provide near-instantaneous mathematical reasoning, session-based memory, and real-time tool integration.

fastapi groq llm-ops lpu python reasoning-agent streamlit tool-calling

Last synced: 08 Jan 2026

https://github.com/dhou22/churn-prediction--mlops-

Robust pipeline for predicting telecom customer churn using ML It includes data preprocessing, feature engineering, model training (MLPClassifier), hyperparameter tuning, and resampling (SMOTE & ENN). The pipeline also integrates model evaluation with metrics like accuracy and ROC-AUC, and provides insights using SHAP for interpretability.

docker fastapi machine-learning mlflow mlops python

Last synced: 13 Apr 2026

https://github.com/sitechtimes/digital-bathroom-pass

🧻 repo for the legendary digital bathroom pass

fastapi google-sheets ionic-framework python vue

Last synced: 13 Apr 2026

https://github.com/moomin03/modernnews

ModernNews is a project developed for the Open Source System course.

beautifulsoup4 crawling fastapi kobert python311 selenium

Last synced: 19 Jun 2025

https://github.com/beary/fastapi-todo-app

A todo app built with fastapi, sqlalchemy, postgresql, react, react-router, rtk-query, vite, mui.

fastapi mui react react-router react-router-v7 rtk-query vite

Last synced: 11 Apr 2026

https://github.com/offlabel-scaffolds/scaffold-fastapi-backend

FastAPI Python backend with SQLAlchemy, Alembic, and OpenAPI

api fastapi openapi postgres priority-critical python scaffold sqlalchemy

Last synced: 04 May 2026

https://github.com/karan071/face-app

Description: Face Detection Backend with FastAPI and DeepFace and Reactjs. This project involves developing a Face Detection Application Backend using FastAPI and the DeepFace library. The backend is designed to perform face detection and recognition tasks by leveraging DeepFace's powerful pre-trained models.

docker face-recognition fastapi javascript milvus prisma-orm python reactjs

Last synced: 07 Apr 2026

https://github.com/petrsevcik/petrfd

PetrFD is film database of top 1000 movies and its actors from http://www.csfd.cz

csfd docker fastapi movie-database python3 sqlite3

Last synced: 13 Apr 2026

https://github.com/gonzalo123/asgi_ws

Creating a standalone WebSocket Server with FastApi and JWT Authentication in Python

fastapi jwt python websockets

Last synced: 20 Apr 2026

https://github.com/limatila/youtube-clean-converter

Simple API to download youtube videos in different formats (.mp3 for now)

api fastapi ffmpeg python yt-dlp

Last synced: 13 Apr 2026

https://github.com/pjecz/pjecz-citas-v2-cliente-api-oauth2

API con autentificación OAuth2 para que el ciudadano pueda agendar citas en el frontend.

fastapi hacktoberfest hacktoberfest-accepted python

Last synced: 09 Apr 2025

https://github.com/imrlopez/wattsup

A machine learning-powered system for predicting the impact of electric vehicle (EV) charging on electricity costs. Users can input their consumption data, EV model, and tariff details to receive personalized cost estimates. Built with FastAPI, React, and PostgreSQL. 🚗⚡

fastapi postgresql react

Last synced: 13 Apr 2026

https://github.com/abdulkarim1422/gotify-middleware

middleware application for gotify, used to monitor and follow the members' activity

fastapi gotify middleware notifications python

Last synced: 29 Jun 2026

https://github.com/core-euler/notions_app

App for writing, reading and editing notions

aiogram aiogram-dialog fastapi postgresql python redis sqlalchemy

Last synced: 23 May 2026

https://github.com/extractable-hoodedsheldrake431/deepseek_ocr_app

🖼️ Streamline your document processing with DeepSeek OCR, a modern app combining React and FastAPI for fast, accurate text extraction.

batch-processing computer-vision deepseek deepseek-ocr document-analysis fastapi image-recognition modern-ui nix nix-flake ocr ocr-recognition python pytorch responsive-design transformers vllm web-ui

Last synced: 13 Apr 2026

https://github.com/hyperclaw79/stocksalot

StocksALot is a cutting edge PoC for Stock Market Analysis employing OpenAI's GPT LLMs for insight inference.

cache chatgpt containerization docker fastapi insights kubernetes market-movers message message-queue openai orchestration python rabbitmq redis rest-apis stock-market-analysis sveltekit typescript

Last synced: 17 Jan 2026

https://github.com/kefirchk/animatica-backend

Animatica is my diploma project that generates videos from text and images using neural networks. It automates animation creation with image generation, image-to-video conversion, and post-processing

animation fastapi gan image-to-video machine-learning neural-networks python pytorch video-generation

Last synced: 13 Apr 2026

https://github.com/npow/localbatch

Test AWS Batch workloads locally without an AWS account

aws-batch batch-processing docker fastapi integration-testing local-development metaflow python

Last synced: 23 May 2026

https://github.com/xyonx/flexygent

Flexible, modular AI agent framework with memory, tool use, and LLM integration. Build custom agents with FastAPI, ChromaDB, and OpenRouter in Python.

ai-agent chatbot chromadb extensible fastapi framework llm memory openai openrouter python rag tools vector-store

Last synced: 13 Apr 2026