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/tmeftah/fastapi-template

Fastapi template

fastapi python3

Last synced: 10 May 2026

https://github.com/narius2030/imcp-mobile-app

This mobile application uses the camera to capture images and sends them to a microservice for image captioning. Powered by a machine learning model, the app generates descriptive captions for each photo, providing visually impaired users with a detailed understanding of their surroundings through auditory feedback

api-development fastapi flutter-app microservice minio-s3 mobile-app mongodb nginx-proxy

Last synced: 10 May 2026

https://github.com/satendrakumar/fastapi-service-template

FastAPI template to start with restful service

docker fastapi pip python rest-api

Last synced: 10 May 2026

https://github.com/tinajastyle/brawlback

BrawlBack is a fully asynchronous backend server built on FastAPI

automation backend fastapi mongodb

Last synced: 10 May 2026

https://github.com/mango766/portpilot

⚓ A beautiful local services dashboard — discover and access every port running on your machine from a single elegant page.

alpinejs dashboard developer-tools fastapi localhost macos port-scanner psutil python tailwindcss

Last synced: 10 Jun 2026

https://github.com/rhidoyhasanmahmud/outlet-navigator

OutletNavigator – A FastAPI-powered service for scraping, storing, and visualizing outlet locations with geospatial mapping

database fastapi python scraping

Last synced: 11 May 2026

https://github.com/kwame-mintah/python-fastapi-logging-application

Demonstrate an external application receiving logs, from another system.

docker fastapi logging pydantic-v2 python312

Last synced: 11 May 2026

https://github.com/vidhi1290/fastapi--to-do-task-docker

This project is a simple To-Do application built using FastAPI. It allows you to manage a list of tasks, each of which has a title, description, due date, priority, and completion status.

docker dockerfile dockerimage fastapi python task-manager uvicorn

Last synced: 11 May 2026

https://github.com/pilarcode/mcp_lab

👩‍💻 Learning about Mcp (model context protocol)

fastapi fastmcp lab mcp mcp-client mcp-server prompts resources tools

Last synced: 11 May 2026

https://github.com/rafapi/backend-microservices

Microservices using RabbitMQ as message broker

django-rest-framework docker fastapi microservices python rabbitmq

Last synced: 11 May 2026

https://github.com/execreate/observability-demo

Testing out distributed tracing and logging

clickhouse fastapi observability opentelemetry

Last synced: 11 May 2026

https://github.com/koralowiec/ocr-server

Part of engineering thesis. The API that takes an image with license plate and tries to return the license plate number (by preprocessing the image with OpenCV and then recognizing the characters with OCR: Tesseract)

fastapi opencv pytesseract tesseract

Last synced: 11 May 2026

https://github.com/vemonet/translator-sparql-service

A SPARQL endpoint to serve NCATS Translator services as SPARQL custom functions.

fastapi rdflib sparql sparql-endpoints translator

Last synced: 11 May 2026

https://github.com/brkcvlk/hello-k8s

A simple hello-k8s REST API deployed on Kubernetes with GitOps via ArgoCD

argocd cicd devops docker fastapi gitops k8s kubernetes minikube nginx python

Last synced: 11 May 2026

https://github.com/edycutjong/suture

🩺 Autonomous AI agent that detects and self-heals broken Fivetran syncs in under 60 seconds.

ai-agent fastapi fivetran gemini-api hackathon nextjs schema-drift self-healing supabase

Last synced: 10 Jun 2026

https://github.com/roblesdotdev/fake-projects

Full api created with FastAPI

fastapi pydantic python3 starlette uvicorn

Last synced: 11 May 2026

https://github.com/hkaar/betutu

A dynamic python based ordering system for restaurants

fastapi fullstack order-management python webservice

Last synced: 11 May 2026

https://github.com/jnstockley/api

Custom API written in Python using FastAPI

api docker fastapi python rest

Last synced: 12 May 2026

https://github.com/mohsinraza2999/house-price-prediction

Predicts residential house prices using structured data and a PyTorch-based deep learning model, built with production-ready ML engineering practices including testing, Dockerization, CI, and API-based inference.

ci configuration-files dataloader deep-learning docker fastapi logging model-evaluation model-training modeling modular-architecture modular-programming python3 pytorch test-driven-development

Last synced: 14 Jun 2026

https://github.com/efenstakes/yoda-ai-alpha-api-mini

A generative AI API using Amazon AWS Bedrock supporting text and image generation.

aws aws-bedrock aws-lambda bedrock fastapi python

Last synced: 12 May 2026

https://github.com/ejminguez/book-borrowing-system

book borrowing system using fastapi

alembic fastapi postgresql sqlalchemy supabasedb

Last synced: 12 May 2026

https://github.com/aryaminus/dspy-proxy

A REST API server for DSPy that enables language model programming from any language. This proxy exposes DSPy's core functionality - signature registration, module execution, optimization, and evaluation - through HTTP endpoints, making it accessible from non-Python environments.

ai chain-of-thought dspy fastapi llm-optimization machine-learning microservice nlp prompt-engineering proxy-server rest-api

Last synced: 12 May 2026

https://github.com/jobedev95/classroom-booking-system

This API is a classroom booking system tailored for educational institutions. It was developed as part of a group project for our Python course at Nackademin. Using FastAPI, we designed a simple API that is easy to use and manage.

api booking-system fastapi pydantic python3

Last synced: 12 May 2026

https://github.com/homunmage/tiny-template-jwt-auth

simple jwt logic for stateless auth

fastapi jwt-auth stateless

Last synced: 12 May 2026

https://github.com/jespy666/memory-repository

A mini social network for friends

alembic fastapi jwt pydantic pytest ruff uvicorn

Last synced: 12 May 2026

https://github.com/zodakzach/yt-comments-ai-analyzer

Web app that fetches YouTube comments from a given video URL, summarizes them with GPT‑5‑mini, indexes them for similarity search, and lets you chat with an AI about the insights

daisyui fastapi htmx openai tailwindcss upstash-redis vader-sentiment-analysis

Last synced: 12 May 2026

https://github.com/oya163/api-benchmark

Multiple python API framework benchmarking based on image conversion task

asyncio benchmarking fastapi flask

Last synced: 11 Jun 2026

https://github.com/al-chris/crypto-payment-system

A simple Ethereum payment solution in Python FastAPI

blockchain ethereum fastapi open-source python

Last synced: 13 May 2026

https://github.com/natthasath/demo-python-fastapi-uvicorn

FastAPI and Uvicorn are tools for building web applications. FastAPI is a web framework for building APIs with Python, while Uvicorn is an ASGI server for serving those APIs. Together, they provide a powerful and efficient way to build and run web applications in Python.

fastapi poetry python uvicorn

Last synced: 11 Jun 2026

https://github.com/shigeyf/entra-agent-id-auth-flow-demo

Demo app visualizing the three Entra Agent ID authentication flows (Interactive OBO / Autonomous App / Autonomous User) with Microsoft Foundry Hosted Agent — compare "whose permissions accessed the API" in real time.

agent-identity authentication azure azure-container-apps azure-static-web-app entra-agent-id fastapi foundry-hosted-agents microsoft-entra-id microsoft-foundry microsoft-foundry-hosted msal oauth2 on-behalf-of react terraform vite

Last synced: 13 May 2026

https://github.com/vishwas-chakilam/urlguard

A machine learning-based system for detecting malicious URLs. Utilizes advanced classification techniques to differentiate between safe and harmful links. 🚀🔍

complete-source-code fastapi machine-learning random-forest-classifier reactjs

Last synced: 11 Jun 2026

https://github.com/macagua/example_fastapi_python

Examples for deploy APIs using FastAPI with Python

api api-rest examples fastapi python python3

Last synced: 13 May 2026

https://github.com/tahniat-ashraf/task-master-slack-command-bot

Task Manager Slack Command Bot is an innovative Slack bot developed using Python and the FastAPI framework. It empowers your team with seamless task management, code review, and collaboration capabilities, enhancing productivity and team dynamics.

async asyncio bot command fastapi picker pointing poker python random slack story

Last synced: 14 May 2026

https://github.com/tnwei/msia-covid-api

API access to Malaysia COVID19 stats, drawing from MOH github release

covid-19 fastapi malaysia open-data python

Last synced: 14 May 2026

https://github.com/commitwiz/fastapi-users

Ready-to-use and customizable users management for FastAPI

async asyncio fastapi fastapi-users python starlette users

Last synced: 14 May 2026

https://github.com/ghbihuy123/astrotel

Astrotel is a dump easy Opentelemetry wrapper to send traces, logs of multiple application into OTEL collector

fastapi jaeger opentelemetry python signoz

Last synced: 14 May 2026

https://github.com/kuldeep-poonia/distributed-runtime-brain

Distributed infrastructure platform for deploying, scaling and observing autonomous agents with persistent memory, execution replay and control-plane orchestration.

backend-architecture distributed-systems event-driven fastapi infrastructure microservices reliability-engineering

Last synced: 11 Jun 2026

https://github.com/arktnld/claude-code-api

REST API wrapper for Claude Code CLI — execute code, manage files, and run commands remotely. Built on claude-agent-sdk with FastAPI.

ai ai-agents anthropic automation claude claude-api claude-code claude-sdk code-generation developer-tools fastapi llm python rest-api

Last synced: 11 Jun 2026

https://github.com/gvtret/doc-rag-mcp-server

Local-first RAG over engineering documents (PDF/DOCX/DOC/MD/TXT), exposed via MCP to Cursor/Claude. AGPL-3.0.

agpl cursor embeddings faiss fastapi local-rag mcp rag semantic-search

Last synced: 11 Jun 2026

https://github.com/seydinabane/sherpa

Sherpa — Tuteur IA pour la préparation d'examens : RAG ancré (citations), agents & orchestration LangGraph, production-grade (FastAPI · Qdrant · Claude).

agents anthropic claude clean-architecture edtech education fastapi genai langgraph llm prometheus python qdrant rag rag-pipeline vector-search

Last synced: 12 Jun 2026

https://github.com/ical10/recall-ai

A spaced-repetition vocabulary trainer with LLM-generated vocabs for young ESL learners

alembic celery-beat celery-worker fastapi postgresql pydantic python redis uvicorn

Last synced: 12 Jun 2026

https://github.com/varunramagiri/python-microservices-framework

Async FastAPI template with JWT/RBAC, Redis rate limiting, circuit breakers, Prometheus, OpenTelemetry, Kubernetes HPA and Terraform IaC

async docker fastapi jwt kubernetes microservices observability opentelemetry prometheus python rest-api terraform

Last synced: 13 Jun 2026

https://github.com/kjaymiller/all-my-favs

Self-hosted bookmark manager — FastAPI + Postgres, REST API + dashboard, Firefox extension. Designed for the homelab.

bookmark-manager fastapi firefox-extension homelab postgres self-hosted

Last synced: 13 Jun 2026

https://github.com/haseebahmed49/langchain-pinecone-recommendation-system

Recommendation System using LangChain, OpenAI, and Pinecone. The system allows users to input an item description and receive semantically similar recommendations based on vector embeddings.

ai fastapi langchain langsmith openai pinecone python3 streamlit vector vector-database

Last synced: 13 Jun 2026

https://github.com/xbrasil/myaiplayground

An open-source local application for chatting with Gemma 4 AI models running on your machine in a modern web UI.

ai fastapi gemma gemma4 llama-cpp llamacpp llm local-ai multimodal multimodal-ai open-source privacy python react typescript whisper

Last synced: 13 Jun 2026

https://github.com/akyourowngames/friday

Open-source local-first AI assistant runtime with graph memory, semantic tool routing, markdown-governed tools, FastAPI/Next.js frontend surfaces, and verified tool calling.

agent-framework ai-agent automation developer-tools fastapi graph-memory jarvis local-ai-assistant local-first nextjs nvidia-nim open-source personal-ai python rag semantic-routing tool-calling

Last synced: 14 Jun 2026

https://github.com/pialghosh2233/medical-chatbot

A modern AI-powered medical chatbot using Retrieval-Augmented Generation (RAG) with Pinecone, LangChain, and Gemini 2.5 Flash.

chatbot fastapi llm medical medical-chatbot medical-chatbot-with-llm-and-rag rag rag-chatbot

Last synced: 14 Jun 2026

https://github.com/danweiyuancircle/dwy-ai-experience

dwy-ai-experience(dwy的个人AI仓库):聚焦 AI 工作流与发布链路实践,包含前端组件库、CLI 脚手架、后端服务模板与 DevOps 体系。

ai ai-tooling claude-cli cli create-dwy fastapi fullstack github-actions hatch monorepo open-source pnpm uv vite vue zsh

Last synced: 17 Jun 2026

https://github.com/jarynclouatre/qobuz-librarian

Build and maintain a complete, lossless library from Qobuz — gap-fill, quality upgrades, repair, and clean beets imports. Web UI or CLI, one Docker image.

beets docker fastapi flac hi-res-audio htmx lossless music music-downloader music-library qobuz self-hosted streamrip

Last synced: 05 Jul 2026

https://github.com/bokelleher/speedyfiles

Self-hosted file transfer that doesn't suck. Multi-GB packages, magic-link sharing, REST API, webhooks, audit log. MIT.

docker fastapi file-sharing magic-links mit-license python self-hosted wetransfer-alternative

Last synced: 15 Jun 2026

https://github.com/marekzelinka/url-shortener-api

Shortify is a URL shortener RESTful API built with Python and FastAPI.

beanie-odm fastapi mongo pydantic pymongo pyrefly python ruff url-shortener uv

Last synced: 15 Jun 2026

https://github.com/headless-start/cs2-rag-assistant

This repository contains a Retrieval-Augmented Generation assistant for Counter-Strike 2 — hybrid retrieval, cross-encoder reranking, grounded answers with inline citations, and a RAGAS evaluation.

bm25 counter-strike-2 fastapi hybrid-search llm nlp python qdrant rag ragas reranking retrieval-augmented-generation semantic-search sentence-transformers streamlit vector-search

Last synced: 15 Jun 2026

https://github.com/kbennett2000/soap-journal

Self-hosted, offline-first SOAP Bible journaling app with a built-in Bible reader and 13 bundled translations.

bible bible-journal bible-reader bible-study christian christianity devotional docker fastapi homelab journaling offline-first privacy python react scripture self-hosted soap sqlite typescript

Last synced: 15 Jun 2026

https://github.com/jrhahn/ai-trainer

AI-powered cycling coach with Strava integration, RAG-based training knowledge, and support for OpenAI & Gemini — built with FastAPI + React.

ai coaching cycling fastapi gemini llm openai python rag sports sports-analytics

Last synced: 15 Jun 2026

https://github.com/mi4646/captcha-ocr-server

基于 DDDDOCR 模型的验证码识别 HTTP 服务,纯 Python 实现,ONNX Runtime 推理,开箱即用。支持 base64 / URL / 二进制 / GIF 多种输入格式,附带本地跑分和远程接口准确率测试工具。

captcha captcha-recognition captcha-solver ddddocr fastapi onnx onnxruntime python

Last synced: 15 Jun 2026

https://github.com/njujiangxiang/Rokid-VideoCall

Rokid Glasses 远程视频连线系统 - 基于 WebRTC 的 AR 眼镜实时音视频通话解决方案

android ar-glasses fastapi kotlin rokid smart-glasses video-call webrtc

Last synced: 16 Jun 2026

https://github.com/p4suta/mojiokoshi

Local audio transcription tool with real-time progress, powered by faster-whisper and CUDA

audio-transcription cuda docker fastapi faster-whisper gpu python self-hosted speech-to-text sveltekit transcription whisper

Last synced: 16 Jun 2026

https://github.com/wdopen-nk/rag-ai-agent

A scalable Retrieval-Augmented Generation (RAG) AI agent powered by Qdrant vector search, OpenAI, and FastAPI — featuring async workflows with Inngest and an interactive Streamlit UI.

fastapi inngest openai openai-api qdrant qdrant-vector-database streamlit

Last synced: 16 Jun 2026

https://github.com/ajawad06/nust-faq-bot

An offline RAG chatbot for assisting with admission related queries for NUST.

faiss-vector-database fastapi ollama python qwen2-5 rag-chatbot

Last synced: 16 Jun 2026

https://github.com/persteenolsen/fastapi-jwt-auth-dl-four

Python FastAPI ML Inference Service with ONNX Runtime and PyTorch-Trained Model for House Price Prediction using Ames Dataset focusing on Tests (v8)

deep-learning fastapi jwt onnx python pytorch tests

Last synced: 17 Jun 2026

https://github.com/persteenolsen/vue-fastapi-jwt-auth-dl-four

Vue 3 SPA doing JWT Auth towards a FastAPI serving House Price Predicting using PyTorch

fastapi jwt pinia vite vue

Last synced: 17 Jun 2026

https://github.com/persteenolsen/fastapi-jwt-auth-dl-one

Python FastAPI ML Inference Service with ONNX Runtime and PyTorch-Trained Model

deep-learning fastapi jwt onnx python pytorch

Last synced: 17 Jun 2026

https://github.com/persteenolsen/fastapi-jwt-auth-ml-two

Python FastAPI with JWT Auth serving ML for House Price Prediction (v2)

fastapi jwt machine-learning python

Last synced: 17 Jun 2026

https://github.com/persteenolsen/fastapi-jwt-auth-mongo-render-two

Python and FastAPI with JWT Auth hosted at Render using MongoDB at Atlas

fastapi jwt mongodb python render

Last synced: 17 Jun 2026

https://github.com/persteenolsen/fastapi-jwt-auth-dl-three

Python FastAPI ML Inference Service with ONNX Runtime and PyTorch-Trained Model for House Price Prediction using Ames Dataset (v6)

deep-learning fastapi jwt onnx python

Last synced: 17 Jun 2026

https://github.com/persteenolsen/fastapi-jwt-auth-ml-three

Python FastAPI with JWT Auth using PostgreSQL serving ML for House Price Prediction (v3)

fastapi machine-learning postgresql python

Last synced: 17 Jun 2026

https://github.com/wpfleger96/meowdb

Personal cat meow audio library — record, upload, and play back clips via CLI, REST API, and web UI

fastapi python sqlite

Last synced: 17 Jun 2026

https://github.com/mrpickles007/imap-cleanup-tool

Bulk-delete or move IMAP emails by sender, domain, or nested rules - CLI + Web GUI, stdlib-only Python. Gmail support, scheduling. Windows/Linux/MacOS supported platforms.

cli email email-cleanup fastapi gmail imap imap-client inbox inbox-cleaner inbox-cleanup local-webui mailbox spam

Last synced: 17 Jun 2026

https://github.com/transcentlin/api-probe-platform

先进的大模型 API 多服务商性能与兼容性评估平台 | An advanced, multi-provider LLM API performance benchmark and evaluation platform.

api-benchmark api-evaluation deepseek fastapi llm-benchmark llm-evaluation llm-testing model-evaluation ollama openai-compatibility python react-dashboard tool-calling

Last synced: 17 Jun 2026

https://github.com/manziosee/ussd

SmartAssist is an AI-powered USSD assistant that lets any mobile phone user (feature phone or smartphone, no internet required) access AI by simply dialling a shortcode like *123#. Responses are instant and cost the user nothing extra beyond their normal USSD session.

alembic docker fastapi pytest python3 redis-cache sqlalchemy

Last synced: 17 Jun 2026

https://github.com/batu3384/hexloom

Professional FastAPI text transformation studio for encoding, decoding, and validating structured payloads.

api base64 decoding encoding fastapi jinja2 morse-code python render text-transformation

Last synced: 18 Jun 2026

https://github.com/henrymorgandibie/snowflake-semantic-agent

Production-pattern dbt MetricFlow semantic layer with Snowflake Horizon Catalog integration and a FastAPI agentic query interface — governed metrics for AI systems, no raw SQL.

agentic-ai data-engineering dbt fastapi llm metricflow python semantic-layer snowflake snowflake-horizon

Last synced: 18 Jun 2026

https://github.com/ibuildrun/openvpn-manager

OpenVPN Manager: Electron admin + FastAPI server-agent. Multi-server, cascade, XRay-Reality, Hysteria2, AmneziaWG.

amneziawg anti-censorship electron fastapi hysteria2 openvpn python react reality self-hosted typescript vless vpn wireguard xray

Last synced: 18 Jun 2026

https://github.com/tomdewildt/brk-api-experiment

Experiment with the BRK (Kadaster) API using FastAPI

actions brk fastapi httpx kadaster pdok pydantic python

Last synced: 18 Jun 2026

https://github.com/mulekotd/klima-iot

An IoT platform that turns conventional air conditioners into smart devices using sensors and microcontrollers, featuring a PWA for remote control, automation, and energy cost analysis.

docker docker-compose fastapi iot nextjs postgresql redis

Last synced: 18 Jun 2026

https://github.com/genkovich/claude-course-demos

Демо-monorepo до курсу Agentic Engineering з Claude. Bounded contexts на 3 мовах (Go, TypeScript, Python) у 3 стейджах зрілості (flat, feature-first, hexagonal).

bounded-contexts claude-code course demo domain-driven-design fastapi fastify go hexagonal-architecture python typescript

Last synced: 18 Jun 2026

https://github.com/sht/spends

Self-hosted purchase & warranty tracker with spending analytics. Track expenses, monitor warranties, and visualize your spending patterns. Built with FastAPI + Alpine.js

alpinejs expense-manager fastapi personal-finance purchase-tracker self-hosted vitejs warranty-tracker

Last synced: 19 Jun 2026

https://github.com/opastorello/unifi-mcp

Servidor MCP completo da UniFi (Local + Remoto via Cloud Connector) - FastAPI + FastMCP, passthrough auto-atualizavel sobre a Integration v1

api cloud-connector fastapi fastmcp it-ops mcp model-context-protocol ubiquiti unifi unifi-network

Last synced: 19 Jun 2026

https://github.com/agusmdev/evloop-lint

Detect sync event-loop-blocking calls reachable from async code in FastAPI — including deeply nested, interprocedural cases ruff's flat ASYNC rules miss.

asyncio event-loop fastapi linter python static-analysis

Last synced: 19 Jun 2026

https://github.com/ericleonen/wa-tollview

Real-time WSDOT toll data to help WA drivers decide if ETL lanes are worth it

fastapi python react-native

Last synced: 19 Jun 2026

https://github.com/jayemscript/biosequence-analyzer-api

FastAPI-based REST API for DNA/RNA sequence analysis powered by Biopython. Supports sequence transformation, GC content, and FASTA parsing.

bioinformatics biopython computational-biology dna-analysis fasta fastapi genomics rest-api rna-seq-analysis scientific-computing

Last synced: 19 Jun 2026

https://github.com/ahsankhizar5/docusync

An autonomous AI agent that synchronizes GitHub Pull Request diffs with Notion documentation using Gemini, FastAPI, and Next.js.

ai-automation developer-tools fastapi gemini-api github-webhooks llm nextjs notion-api python serverless supabase vercel

Last synced: 19 Jun 2026

https://github.com/miintto/weekend

An Application to manage songs for band practice

fastapi python sqlalchemy

Last synced: 19 Jun 2026

https://github.com/epatel/claude-agent-team

Always-on autonomous dev lab: a self-hosted Claude Agent SDK web console that does real work on git repos — per-project chat, repo actions, uploads — with platform clients dialing in over WebSocket to run builds/tests in manifest-synced mirrors.

ai-agents anthropic autonomous-agents claude claude-agent-sdk developer-tools fastapi mcp python raspberry-pi self-hosted websocket

Last synced: 20 Jun 2026

https://github.com/a9mansoo/kubernetes-app-demo

Demo of Continuous CI/CD for a kubernetes application

docker fastapi k8s-deployment mui nginx react

Last synced: 20 Jun 2026

https://github.com/sweetcornna/copy-trader

跨交易所/跨链加密合约智能跟单系统 — Bloomberg Terminal 美学。支持 Binance / OKX / Gate / Bitget / Hyperliquid 5 交易所执行,6 类信号源(含链上聪明钱),20+ 参数风控引擎。Python · FastAPI · Vue3

binance ccxt copy-trading crypto-trading fastapi hyperliquid okx quant trading-bot vue3

Last synced: 20 Jun 2026

https://github.com/vero-code/spatial-optician

AI-powered facility lighting audit and ROI optimization platform. Powered by Gemini 3.5, Google ADK, MCP & MongoDB. Supported by MongoDB for Startups.

artificial-intelligence energy-efficiency-startup fastapi gemini google-adk lighting-audit mcp-server model-context-protocol mongodb react typescript

Last synced: 20 Jun 2026

https://github.com/itsjustneo-xo/mundra

Named after Mundra Port, Kutch, Gujarat, MUNDRA - MUNSoc Delegate Resource Application is a centralized database designed to optimize event planning, streamline communication, and facilitate delegate management

authentication backend fastapi python

Last synced: 20 Jun 2026

https://github.com/aminkhavari78/upload-file

This mini project works with fastapi for uploading file and store it on specific directory

css fastapi html uvicorn

Last synced: 20 Jun 2026

https://github.com/sreekarnv/draftlet

Local-first drafting assistant with a browser extension, desktop companion, and Ollama-powered local replies.

ai chrome-extension electron fastapi local-first ollama productivity react sqlite typescript

Last synced: 20 Jun 2026