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).
- GitHub: https://github.com/topics/fastapi
- Repo: https://github.com/tiangolo/fastapi
- Created by: Sebastián Ramírez
- Last updated: 2026-07-08 00:11:11 UTC
- JSON Representation
https://github.com/mpbeatriz/santander_coders_2024
Repositório dos exercícios e projetos do curso de Engenharia de Dados da Ada em parceria com o Santander (em andamento).
apache-kafka apache-spark api data-engineering data-extraction fastapi flask numpy oop pandas python webhooks
Last synced: 10 Apr 2026
https://github.com/binaryshrey/kaggle-profile-api
Kaggle API to fetch user's profile data and activity
fastapi kaggle kaggle-api kaggle-profile-api kaggle-profile-summary python render
Last synced: 15 Apr 2026
https://github.com/joyceannie/multi_agent_medical_system
A multi agent healthcare assistant system implemented using Python and Langgraph. The agents include icd10 code extractor, SOAP document generator and medical image report generator. This project uses one of the latest LLMs, MedGemma model.
clinical-notes fastapi healthcare huggingface icd10-codes image-analysis langchain langgraph langsmith llm medgemma medical-application medical-assistant multi-agent-systems natural-language-processing python pytorch radiology soap-notes transformers
Last synced: 20 Aug 2025
https://github.com/rafaelpierre/vibe-to-live-agents-mcp
A complete end-to-end example of building and deploying production-ready AI agents from prototype to cloud.
agents azure-container-apps fastapi mcp openai openai-agents-sdk python terraform typescript
Last synced: 10 Apr 2026
https://github.com/100rabhsah/basic-chatbot
A chatbot powered by Llama 3.3 70B 🦙, utilizing the OpenRouter API 🌐 for intelligent and dynamic conversations. The backend is deployed on Render 🚀, while the frontend runs on Streamlit 🎨.
artificial-intelligence chatbot fastapi render streamlit
Last synced: 15 Apr 2026
https://github.com/kiranbaby14/talkmateai
🎭 Real-time voice-controlled 3D avatar with multimodal AI - speak naturally and watch your AI companion respond with perfect lip-sync
fastapi flash-attention-2 huggingface kokoro-tts multimodal-ai nextjs smolvlm vlm websocket whisper-ai
Last synced: 15 Apr 2026
https://github.com/anhhuy007/bookwise-model
A sophisticated book recommendation system that combines content-based filtering with Semantic Search for enhanced personalized recommendations.
fastapi recommendation-system sentence-transformers
Last synced: 15 Apr 2026
https://github.com/prernarohra/email-sentiment-analysis
This project uses the OpenAI API for email sentiment analysis and integrates the Calendly API for event management. It features Docker for containerization and PostgreSQL for database management, providing a good solution for automated sentiment analysis and event handling.
api-handling base-model calendly-api database docker email-configuration fastapi openai-api postgresql pydantic python rest-api sentiment-analysis sqlalchemy
Last synced: 10 Apr 2026
https://github.com/null-none/docker-fastapi
A simple example of using Fast API in Python.
docker docker-compose fastapi python
Last synced: 07 Feb 2026
https://github.com/leonardocbsr/multiagents
Multi-agent AI orchestration platform — collaborate with Claude, Codex, and Kimi with kanban workflows, memory, personas, and real-time streaming
ai claude codex fastapi kanban kimi multiagent orchestration react websocket
Last synced: 26 Feb 2026
https://github.com/felix221123/promptcart--fastapi-architecture
This project folder includes the architectural design of how PromptCart utilises product recommendation using vector database(semantic search),AI powered personalised chatbot for questions & answers using different APIs and LLMs
fastapi google-search-api openai transformers-models vector-database
Last synced: 07 May 2026
https://github.com/yaakov-koby-israeli/TodoApp
FullStack Web application
alembic fastapi pytest sql sqlalchemy-database sqlalchemy-orm sqlalchemy-python
Last synced: 19 Aug 2025
https://github.com/sajjadhz/ansiblebluegreendeploymentfastapi
Deploying FastAPI app with Blue/Green deployment strategy using Ansible
ansible ansible-playbook ansible-role blue-green-deployment fastapi load-balancer zero-downtime zero-downtime-deploy
Last synced: 07 May 2026
https://github.com/scholarx-assesment/student-service
Student Microservice for the Edutrack System
containerization docker fastapi github-actions microservices postgresql
Last synced: 15 Apr 2026
https://github.com/msparihar/shortify
A modern, high-performance URL shortener built with Next.js 14 & FastAPI. Features Redis caching, real-time analytics, and a beautiful UI powered by shadcn/ui. Fully dockerized and production-ready.
fastapi mongodb nextjs redis url-shortener
Last synced: 15 Apr 2026
https://github.com/m0nkkke/whisperx-protocol-manager
A simple protocol manager for your audios
fastapi huggingface pyannote-audio python whisper whisperx
Last synced: 08 Feb 2026
https://github.com/jorgeffonte/altaiclockin-automation
Automated clock-in/out solution for Altaiclockin.com using Selenium. Includes standalone Python script and Docker API service with Home Assistant integration.
automation automation-tools docker fastapi home-assistant home-assistant-integration homeassistant python selenium selenium-webdriver webdriver
Last synced: 10 Apr 2026
https://github.com/chinobing/fastapi-ipynb-to-html
Jupyter Notebook Renderer with FastAPI
fastapi ipynb jupyter-notebook python quarto
Last synced: 09 Mar 2026
https://github.com/michael-borck/curriculum-curator
AI-powered platform for educators to create and manage course content aligned with teaching philosop
ai configuration course-management curriculum edtech education eslint fastapi front-end machine-learning python react rust teaching template typescript vite web-app web-development
Last synced: 13 Mar 2026
https://github.com/ronihdzz/fastapi-jaeger-opentelemetry
This project is a test of how to integrate OpenTelemetry and Jaeger into a FastAPI application.
docker docker-compose fastapi jaeger opentelemetry
Last synced: 09 Apr 2026
https://github.com/sagor0078/fastapi-farmstack
This is simple web apps which is build with fastapi, mongodb and reactjs
docker docker-compose fastapi nginx reactjs
Last synced: 09 Apr 2026
https://github.com/kev-1729/employee_attrition
Este proyecto aplica Machine Learning para predecir la rotación de empleados. Incluye análisis de datos, preprocesamiento, modelado y evaluación con Python y librerías como Pandas y Scikit-Learn.
fastapi python skilearn website
Last synced: 07 May 2026
https://github.com/congoclub/open-reckon-python
Population and census management software for town halls and local authorities
django django-rest-framework fastapi flask-api flask-backend python
Last synced: 09 Apr 2026
https://github.com/cynthiawahome/fastapi-react-integration
This repository demonstrates the integration of a FastAPI backend with a React frontend, featuring JWT-based authentication. It includes user registration, login, and profile management functionalities. The project is structured with clear separation of concerns and follows best practices for security and configuration management.
authentication axios fastapi fullstack jwt pydantic python react sqlalchemy vite
Last synced: 09 Apr 2026
https://github.com/bhuvan588/water-quality-prediction
Water quality prediction using Machine Learning
anvil docker fastapi machine-learning pca-analysis python
Last synced: 09 Apr 2026
https://github.com/aitsc/ankiweb
Self-hosted web port of Anki: study, browse, edit & manage flashcards from any browser, plus the full AnkiConnect HTTP API. Built on the official anki Python lib + FastAPI, reusing Anki's real frontend (reviewer/editor/graphs). Single-user, local-first, LAN-ready. Spaced repetition (SRS) in the browser — no sync, no add-ons.
anki anki-connect ankiconnect fastapi flashcards learning python self-hosted spaced-repetition srs study-tool web-app
Last synced: 18 Jun 2026
https://github.com/andrewwong97/gwb-routes
George Washington Bridge operational dashboard to track whether to take upper or lower level based on on/off ramp points and real-time traffic.
directions-api fastapi george-washington-bridge google-maps-api nyc python3 redis sentry vercel-serverless
Last synced: 09 Apr 2026
https://github.com/kunalshelke90/potato_disease_classification
Potato Disease Classification using TensorFlow is a project designed to identify three types of potato plant health: Early Blight, Healthy, and Late Blight. This machine learning model employs convolutional neural networks (CNNs) to analyze images, aiding farmers in early disease detection and crop protection.
Last synced: 10 Feb 2026
https://github.com/vidhiisaxena/mindvault
authentication bootstrap education fastapi matplotlib mongodb-atlas open-ai plotly-js reactjs
Last synced: 13 Aug 2025
https://github.com/lokie-codes/digital-bank
The Digital Bank project is a microservices-based application designed to provide a comprehensive banking solution. Built using Spring Boot, it consists of several services.
docker fastapi grafana java kafka microservice microservices postgresql prometheus spring-security springboot
Last synced: 12 Aug 2025
https://github.com/piyuminadee/potato-disease-classification
End to end deep learning project to classify disease in potato plant as either early blight, late blight or healthy.
Last synced: 09 Apr 2026
https://github.com/smk1085/smac-fastapi-auth
Reusable code for authentication in Python backends using FastAPI
aws cognito fastapi secrets-manager
Last synced: 14 Apr 2026
https://github.com/kauanrodrigues01/checkout-mercado-pago
Um projeto de estudo focado na integração de diferentes métodos de pagamento (PIX, Boleto e Cartão de Crédito) através da API do Mercado Pago, utilizando FastAPI como backend e Jinja2 para a renderização de templates HTML.
api-integration css fastapi html javascript jinja2 mercadopago python
Last synced: 07 May 2026
https://github.com/pabloemidio/gitresumewebserviceapi
Webservice responsible for centralizing the GitResume structure's requests
fastapi microsservices nameko python3 redis rest-api rpc
Last synced: 16 Apr 2026
https://github.com/guduchango/fastapi-booking
booking API with FASTAPI framework
Last synced: 19 May 2026
https://github.com/bhawesh-agrawal/neural-ninjas
It is a repository for x10x hackathon held by masai. It has the work of Neural Ninjas. We have worked on Data Science problem with a intution to make prediciton easy for any client using our model.
algorithms data-science fastapi machine-learning nextjs python3
Last synced: 09 Apr 2026
https://github.com/awtkns/fastmark
An automated marking Platform for testing students code with GTEST
auto-grading automation docker fastapi gtest nuxt testing
Last synced: 16 Apr 2026
https://github.com/iyazerski/news_classifier
RESTful API and background worker for news classification
Last synced: 16 Apr 2026
https://github.com/lsjsj92/pgvector-py-tutorial
pgvector tutorial with python
fastapi pgvector postgresql python rag vector vector-database vectordatabase
Last synced: 07 May 2026
https://github.com/renatoelho/metodos-status-codes
Explico o funcionamento dos métodos e status codes mais comuns em APIs, utilizando uma aplicação em FastAPI. A API permite operações como listar produtos (GET), criar (POST), atualizar (PUT) e remover (DELETE). Também demonstro os status codes 200 OK, 201 Created, 400 Bad Request e 500 Internal Server Error, mostrando seus usos de forma prática.
docker docker-compose fastapi metodos-http openapi postman python status-codes
Last synced: 09 Apr 2026
https://github.com/mustafanass/movie_profanity_detector
python and FastApi application for detecting and analyzing profanity in movies through subtitle processing and audio analysis.
Last synced: 12 Feb 2026
https://github.com/jaozc/user-profile-audit
User Profile Audit Project
audit crud docker fastapi postgresql python sql
Last synced: 18 Apr 2026
https://github.com/sitammeur/got-ocr-litserve
Leverage GOT-OCR2's optical character recognition capabilities using LitServe.
artificial-intelligence deep-learning fastapi got-ocr20 lightning-ai litserve optical-character-recognition python pytorch transformers
Last synced: 03 Oct 2025
https://github.com/natthasath/demo-location-api
A location API is a tool that lets developers integrate location-based services into their apps, such as mapping and geofencing. It provides access to location data, such as GPS coordinates or IP addresses, and can include features for location tracking and analytics.
docker-compose dockerfile fastapi location poetry python
Last synced: 07 May 2026
https://github.com/minhosong88/swissgpt
SwissGPT is a versatile AI-powered toolset, akin to a Swiss knife, that can be used for a variety of tasks. It comprises seven specialized projects, each designed to handle specific types of data and queries, all integrated into a single platform. The main page, Home.py, serves as a hub, providing links to the seven AI Web service, using Langchain,
chatgpt fastapi langchain llm streamlit
Last synced: 09 Apr 2026
https://github.com/jurajmajer/email-microservice
Microservice written in Python for sending emails based on jinja templates
docker email-sender fastapi jinja2 kubernetes microservice python3 smtp
Last synced: 09 Apr 2026
https://github.com/gokhanmeteerturk/energy-storage-its
An ontology based intelligent tutoring system with reinforcement learning capabilities
adaptive-learning ess fastapi intelligent-tutoring-system its ontology react vite
Last synced: 14 Feb 2026
https://github.com/kumarshivesh/social-media-app-api
This is a social media app api.
fastapi mysql python sqlalchemy uvicorn
Last synced: 07 May 2026
https://github.com/pedrosfaria2/fastapi_initializr
A FastAPI project generator
api api-rest ddd ddd-architecture docker docker-compose fastapi fastapi-template jinja2 makefile poetry pydantic pytest python python3 tdd template
Last synced: 07 May 2026
https://github.com/jonbaldie/fanout-openrouter
An OpenRouter facade that routes a single request to multiple models concurrently and synthesizes a unified response.
ai ensemble fastapi llm openrouter proxy python
Last synced: 02 Jun 2026
https://github.com/sxr24/primer_designing_tool
A bioinformatics tool to design primers easily and efficiently (Under development but works perfectly with necessary features)
bioinformatics biotechnology fastapi python react
Last synced: 19 Apr 2026
https://github.com/ffiruzi/website-rag-qa-assistant
Transform any website into an intelligent AI assistant with ONE Docker command. Complete RAG system with web crawling, vector embeddings, and beautiful chat interface. Built with FastAPI, React, and LangChain.
artificial-intelligence chatbot docker fastapi full-stack langchain openai python question-answering rag rag-chatbot react typescript vector-database web-crawling
Last synced: 09 Apr 2026
https://github.com/n1k1f0rm/car-price-predict
By car characteristics you can predict it prise
fastapi ml scikit-learn streamlit
Last synced: 07 May 2026
https://github.com/mateusjssilva/analytics-dashboard
A robust application developed in Python (FastAPI) that integrates public data from multiple sources, providing a modern interface for data visualization, management (CRUD), and analysis.
Last synced: 01 Mar 2026
https://github.com/afperdomo2/my-movie-api
Curso de FastAPI (Platzi)
docker docker-compose fastapi python
Last synced: 09 Apr 2026
https://github.com/aditya-coomar/file-server
Locallly hosted File Storage system
fastapi file-storage javascript nextjs
Last synced: 07 May 2026
https://github.com/kevindellapiazza/aws-fargate-fintech-demo
Production-ready ECS Fargate infrastructure using Terraform and FastAPI
aws cloud cloud-architecture devops docker ecs ecs-fargate fargate fastapi finops iac infrastructure-as-code microservice python security terraform
Last synced: 16 Apr 2026
https://github.com/rsmuthu/urlshortener
Initiative to help College students to understand & learn FastAPI as part of a Workshop Also added a basic powerpoint on the same with this repo. And ofcourse, this is a very basic setup
fastapi python3 sqlalchemy sqlite swagger
Last synced: 07 May 2026
https://github.com/partho-debnath/orbit-transfer
A high-performance local network file sharing API using WebSockets and streaming pipes
Last synced: 02 Jun 2026
https://github.com/impesud/ai-finops-platform
AI FinOps is an AI-powered platform for cloud cost optimization and forecasting. Built with FastAPI, Python, and modern MLOps tools, it allows teams to track multi-cloud usage, detect anomalies, and predict future expenses using real-time data and machine learning.
aws docker fastapi jupyter mlflow python react scikit-learn statsmodels tailwindcss terraform xgboost
Last synced: 09 Apr 2026
https://github.com/a-xp/decathlon-chat-bot
Decathlon catalog chat consultant — agentic tool-use loop over a local LLM with vector search (FastAPI, Chroma, bge-m3)
agent chromadb fastapi llm python rag vector-search
Last synced: 07 Jul 2026
https://github.com/wwakabobik/pritunl_vpn_connector
Automatic connection service for TOTP-based auth for PritunlVPN
fastapi macos pritunl pritunl-vpn python vpn
Last synced: 02 Jun 2026
https://github.com/capiedrav/fastapi-course
Follow along to the FastAPI Course for Beginners by freeCodeCamp
Last synced: 07 May 2026
https://github.com/arnoldchrisoduor1/neumoai
Neural Network (AI) that scans lung X-rays to determine presence of Pneumonia
fastapi nextjs14 postgres pytorch
Last synced: 28 Apr 2026
https://github.com/techwithty/glama-mcp-sdk
Glama MCP SDK for Python/FastAPI: secure client + typed API. TLS, timeouts, retries, pooling. Access 5,000+ MCP servers or run as an MCP server. Optimized for www.glama.ai
api connection-pooling devops fastapi glama http integration mcp observability production-ready python rest retries sdk security third-party timeouts tls
Last synced: 07 May 2026
https://github.com/najahaja/ai-travel-planner-agent-saas
🌍 Production-grade AI Travel Planner SaaS with FastAPI, LangGraph, RAG, and Enterprise RBAC. Build intelligent, multi-turn travel planning conversations with real-time weather, budget estimation, and personalized itineraries.
ai-agents chromadb fastapi langchain langgraph llm multi-agent python rag rbac saas travel-planner travel-planning vector-database
Last synced: 07 Jul 2026
https://github.com/anmamebo/home-cloud
Un sistema de almacenamiento personal estilo Google Drive. Permite subir, gestionar y acceder a archivos desde cualquier dispositivo con una interfaz intuitiva y un backend personalizado.
fastapi filesystem python sqlite3
Last synced: 07 May 2026
https://github.com/sahar-dev/weather
Predict next-day rainfall in Australia using machine learning and MLOps.
dvc-for-data-science fastapi machine-learning mlops
Last synced: 16 Apr 2026
https://github.com/kunalvirwal/clip-vectorizer
A containerized API for generating Vector embeddings for text and images using the OpenAI CLIP Model utilizing CUDA
clip containerized-services fastapi openai python python3 vector-embeddings
Last synced: 07 May 2026
https://github.com/markbakos/personal-media-summarization-tool
Personal Media Summarization Tool (PMST) is a tool for summarizing long texts, videos and documents with Python, clean and easily usable UI to make the tool accessible for users with React and TypeScript.
fastapi python react summarizer typescript
Last synced: 16 Apr 2026
https://github.com/shasoka/equeue_backend
Серверная часть eQueue 📙
alembic asyncpg fastapi moodle poetry postgresql pydantic python3 sqlalchemy websocket
Last synced: 16 Apr 2026
https://github.com/mstovarh/moviemix-my-movie-api
Este repositorio contiene una API personalizada llamada MovieMix encargada de realizar recomendaciones de películas, se utilizaron tecnologías como python, jwt, uvicorn, docker, sqlalchemy, fastapi y docker.
api docker docker-compose env fastapi jwt jwt-auth jwt-token middleware python restful-api sqlalchemy-orm sqlalchemy-python uvicorn
Last synced: 09 Apr 2026
https://github.com/alina1412/Quizzes.api
alembic docker-compose fastapi postgres python sqlalchemy
Last synced: 02 Oct 2025
https://github.com/rafaelmachadobr/video-download-youtube-web
Explore a eficiência do Baixador de Vídeos do YouTube, um aplicativo React que utiliza a poderosa biblioteca Pytube em seu backend FastAPI. Com uma interface intuitiva, os usuários inserem links, recebem detalhes abrangentes e efetuam downloads rápidos em formatos MP4 ou MP3.
axios docker docker-compose fastapi python pytube react tailwindcss typescript vite youtube
Last synced: 01 Apr 2026
https://github.com/jphlpl/nextjs-fastapi-supa
This is NextJS v14 using App Router and FastAPI for endpoint. For ORM I use Drizzle and Supabase for DB. Special thanks to @markhuz1925 for NextJS Concept :)
drizzle-orm fastapi nextjs python sqlalchemy
Last synced: 05 Mar 2026
https://github.com/blanzy-labs/ai-consensus
A local-first multi-model consensus app. Part of the Blanzy Labs AI app family.
ai blanzy-labs consensus docker fastapi gemini llm local-first openai react vite
Last synced: 07 Jul 2026
https://github.com/blanzy-labs/ai-homeguard
A local-first home cyber hygiene audit app with D3FEND-informed defensive guidance. Part of the Blanzy Labs AI app family.
ai blanzy-labs cybersecurity d3fend docker fastapi home-security llm local-first react vite
Last synced: 07 Jul 2026
https://github.com/labatata101/oximeter-monitor
Oximeter monitor project using the ESP32 microcontroller and the MAX30100 sensor
bot c cpp esp32 fastapi max30100 microcontroller oximeter python rest-api telegram-bot
Last synced: 09 Apr 2026
https://github.com/greathayat/google-gemini-live
A repository to learn the implementation of Google Gemini Live API for text and audio Chat.
fastapi gemini gemini-api gemini-live gemini-realtime google-ai google-ai-studio google-gemini python reactjs websockets
Last synced: 17 Apr 2026
https://github.com/amsh4/driftsiren
DriftSiren is a production-grade platform for real-time data drift and quality monitoring. Built with Next.js, FastAPI, and Docker, it tracks feature drift, provides live alerts, and visualizes metrics on a sleek dashboard. Includes agent, APIs, Celery workers, and Kubernetes-ready setup.
celery cicd datadrift dataquality docker fastapi k8s machine-learning nextjs observability postgresql real-time redis tailwindcss typescript websocket
Last synced: 09 Apr 2026
https://github.com/ricardorobledo/creditcardfrauddetector
Credit card fraud detector
css fastapi html5 javascript matplotlib numpy pandas python3 sklearn
Last synced: 09 Apr 2026
https://github.com/santoshniroula/book-scraper
Scrpped book application, contains scrapper, server and client application.
android docker-compose fastapi flutter jetpack-compose ktor mongodb scrapy
Last synced: 02 Apr 2026
https://github.com/abhaysingh71/risk-analytics-for-insurance-with-docker-and-fastapi
End-to-end deployment project using FastAPI, Docker, and AWS EC2 — serves a machine learning insurance prediction API with a Streamlit frontend. Focuses on backend API dev, containerization, and cloud deployment.
apidevelopment aws aws-ec2 containerization deployment docker fastapi machine-learning streamlit
Last synced: 09 Apr 2026
https://github.com/merrazeal/python-hexagonal-architecture-example
Payment service example built with Hexagonal Architecture in Python
asyncio clean-architecture ddd dependency-injection fastapi faststream hexagonal-architecture outbox-pattern ports-and-adapters python
Last synced: 03 Jun 2026
https://github.com/korovkincode/telesentinel-server
TeleSentinel-Server is a backend service for monitoring Telegram chats, analyzing messages using LLMs, and collecting users based on semantic filters.
celery fastapi python rabbitmq sqlalchemy
Last synced: 17 Apr 2026
https://github.com/f0rk-it/producthub
ProductHub is a RESTful API that provides real-time e-commerce product data scraped from websites like Amazon and eBay. Developers can easily access product details such as name, price, image URL, and category, making it perfect for building price comparison tools, product discovery platforms, and more.
Last synced: 21 Apr 2026
https://github.com/notties/sentiment-analysis-model
Machine learning model text sentiment analysis for Thai & English language
convolutional-neural-networks fastapi nlp python sentiment-analysis uvicorn
Last synced: 17 Apr 2026
https://github.com/victorkiosh/temperature_anomaly_detection
Real-time temperature anomaly detection with FastAPI, Streamlit, and Docker — simulating IoT sensor data for predictive monitoring.
data-science docker fastapi iot machine-learning mlops model-deployment python real-time-analytics sqlite streamlit tensorflow timeseries
Last synced: 06 Apr 2026
https://github.com/bektesfish/cnn-image-classification-web-application
This web application classifies potato leaf health by detecting Potato Early Blight, Potato Late Blight, and healthy leaves based on uploaded images. It uses React for the frontend, FastAPI for the backend, and TensorFlow Serving for real-time predictions.
cnn-classification fastapi react tensorflowserving
Last synced: 07 May 2026
https://github.com/darth-dodo/cocktail-cache
🍸 An AI-powered home bar advisor that helps you craft great mocktails and cocktails with whatever bottles you have.
agents bartender crewai fastapi multi-agent-systems python3
Last synced: 07 Jul 2026
https://github.com/cnoret/getaround-ml-dashboard-api
Dashboard & prediction API for Getaround car rental analytics and ML-based price prediction. Built with FastAPI & Streamlit.
analytics api car-rental dashboard data-science deployment fastapi getaround machine-learning mlops price-prediction streamlit
Last synced: 17 Apr 2026
https://github.com/kraigochieng/medilinda
MediLinda is an integrated web platform that streamlines Adverse Drug Reaction (ADR) reporting, real-time monitoring, and explainable AI-driven causality assessment for Kenya’s Pharmacy and Poisons Board (PPB).
databricks fastapi mlflow nuxt
Last synced: 23 May 2026
https://github.com/cbratkovics/chatbot-ai-system
Production-grade, multi-tenant chat service with FastAPI + WebSockets, OpenAI/Anthropic orchestration, semantic caching, and K8s/IaC deployment, Includes observability (Prometheus/Grafana/Jaeger), FinOps cost tracking, and DR runbooks.
anthropic docker fastapi grafana kubernetes llm-orchestration mlops multitenancy openai postgresql rag rbac redis vector-search websockets
Last synced: 03 Apr 2026