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-06-30 00:10:52 UTC
- JSON Representation
https://github.com/louissullivan4/jhin
Jhin is a code generation tool used to generate server code based on your OpenAPI specification. This library helps scaffold API endpoints defined in a OpenAPI document.
codegeneration fastapi npm-package openapi3
Last synced: 26 Feb 2026
https://github.com/iwatkot/maps4fsapi
API for maps4fs, the tool that allows to generate map templates for Farming Simulator from real places.
api farming-simulator farmingsimulator fastapi fs22 fs25 maps4fs rest-api
Last synced: 02 Apr 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/dudeperf3ct/11-cortex-deploy
aws-lambda cortex docker fastapi mlops model-serving transformers
Last synced: 08 May 2026
https://github.com/kcenon/screener_system
Advanced stock screening platform for Korean markets (KOSPI/KOSDAQ) with 200+ financial indicators
apache-airflow fastapi financial-analysis korean-stocks kosdaq kospi postgresql react stock-screening timescaledb
Last synced: 05 Feb 2026
https://github.com/pedrosfaria2/market-data-api
An implementation of consuming market data
cryptocurrency docker docker-compose docker-container fastapi market-data python python3 rabbitmq rabbitmq-consumer trading
Last synced: 19 Jan 2026
https://github.com/asqit/notifier
A backend API for my notifier application
Last synced: 29 Apr 2026
https://github.com/mohitgupta0123/fraud_detection_mlops
End-to-end Fraud Detection MLOps pipeline integrating MLflow, FastAPI, Streamlit, Docker, Kubernetes, Prometheus, and Grafana for real-time fraud prediction, experiment tracking, and monitoring.
anomaly-detection docker end-to-end-pipeline fastapi fraud-detection grafana imbalanced-data kubernetes machine-learning mlflow mlops-project prometheus python streamlit
Last synced: 11 Apr 2026
https://github.com/bewithdhanu/modem-power
🔋 Smart modem power management with battery monitoring, automated charging, and FastAPI web interface
airtel airtel-modem automation battery-monitoring docker fastapi modem power-management smart-plug tuya tuya-api tuya-devices
Last synced: 17 Mar 2026
https://github.com/amine-akrout/parenting-assistant-rag
AI-Powered Parenting Assistant
docker docker-compose faiss fastapi huggingface langchain langfuse llm llm-guard llmops openai rag
Last synced: 13 Apr 2026
https://github.com/alextraveylan/parentslistmaker
An API for managing an application that allows the creation and organization of elected parent-teacher representative lists. This project simplifies record-keeping and enhances communication between parents and educational institutions.
api-rest fastapi pytest python railway-app sqlmodel
Last synced: 15 Jun 2026
https://github.com/hasnainyaqub/6_Months_of_Data_Science_and_AI
A portfolio of my data science projects, including exploratory data analysis (EDA), machine learning, deep learning, and data visualization using Python, Pandas, NumPy, Plotly, Seaborn, and more.
ai data-science deep-learning eda fastapi flask machine-learning pandas plotly powerbi python pytorch scikit-learn scipy sql tableau tensorflow
Last synced: 24 Nov 2025
https://github.com/himanshkr03/serenitygpt
A privacy-first local AI chatbot powered by Meta’s LLaMA 3-8B-Instruct model, running via Anaconda AI with an interactive Streamlit UI and FastAPI backend. No cloud, all local, all smart!
anaconda-distribution anaconda-navigator artificial-intelligence chatbot fastapi llama3 local machine metalama python3 streamlit vscode
Last synced: 15 May 2026
https://github.com/nikaera/docker-fastapi-basic-auth-sample
Docker Compose sample project with BASIC authentication for FastAPI docs path in nginx.
basic-authentication docker docker-compose fastapi nginx
Last synced: 13 Apr 2026
https://github.com/coder7475/text2sql
Text2SQL Analytics System
fastapi postgresql pytest pytest-cov python
Last synced: 27 Jan 2026
https://github.com/pranshu936/chatbot
This Legal Assistant Chatbot is an AI-powered application designed to assist with legal research and documentation. It leverages advanced language models and a comprehensive legal knowledge base to provide accurate and relevant information to users' legal queries.
fastapi huggingface python rag streamlit vector-database
Last synced: 26 Jul 2025
https://github.com/icecubesaad/detect-phishing-links-phishwatch
A machine learning model that detects wether a url is phishing or not.
big-data fastapi machine-learning python
Last synced: 09 Feb 2026
https://github.com/rafa-kozand/challenge-api_fastapi-tdd
API with FastAPI - TDD - DIO (https://web.dio.me/play) for 'Python A.I. Backend Developer'
api dio dio-bootcamp fastapi python tdd
Last synced: 15 May 2026
https://github.com/guilhermecostam/projeto_auth_backend
🛡️ Rest API for user authentication using Python.
docker-compose fastapi jwt python
Last synced: 26 Dec 2025
https://github.com/seapagan/url-shortener2
URL Shortener Version 2. Rebuilt using my Fastapi-template project - original version was based on a realpython.com tutorial, with additional functionality
Last synced: 19 May 2026
https://github.com/pyprogrammerblog/arend
A simple producer consumer library for Beanstalkd queue.
beanstalkd beanstalkd-monitor fastapi producer-consumer rabbitmq redis sqlmodel
Last synced: 06 May 2026
https://github.com/samarpan-rai/serveitlearn
It creates an extremely thin layer around FastAPI library which allows you to create an end point super fast.
fastapi inference ml pypi scikit-learn
Last synced: 12 Apr 2026
https://github.com/barabum0/starlette-ras-handle
This library patches starlette, so you can handle "RuntimeError: Caught handled exception, but response already started." exception
fastapi patch python starlette
Last synced: 22 Feb 2026
https://github.com/shakeel77-creator/classicore-public
AI-powered UNSPSC classification tool leveraging semantic search, vector embeddings, and large language models for enterprise-grade accuracy and performance.
ai ai-agents aws classification docker ec2 embeddings fastapi llm microservices react semantic-search spring-boot unspsc
Last synced: 11 Apr 2026
https://github.com/christopheratkinson/application-programming-interface-template
Welcome to the Python REST API Template repository! This template is designed to help you quickly set up a new REST API service using FastAPI, and includes additional configurations for unit testing with pytest, and GitHub action integrations for CI/CD.
automated-testing backend continuous-integration coverage documentation fastapi github-actions openapi pytest python rest-api server swagger
Last synced: 09 Feb 2026
https://github.com/akrisanov/fastapi-versioning-demo
api-versioning demo-app fastapi
Last synced: 14 May 2026
https://github.com/ankushrathour/talkgenie
Talk Genie grant your voice wishes, utilizing advanced AI to understand your commands and provide swift and accurate responses tailored to your needs.
fastapi generative-ai html-css-javascript llm python3 speech-recognition speech-to-text
Last synced: 27 Jan 2026
https://github.com/believemanasseh/audio-purifier-extension
A chrome extension for noise suppression
audio-processing deep-learning deepfilternet fastapi machine-learning noise-suppression speech-enhancement websocket
Last synced: 16 Apr 2026
https://github.com/manawasp/integrate-openapi-to-ts-app
Example to limit api integration friction in a typescript application
api fastapi openapi typescript
Last synced: 05 Jan 2026
https://github.com/pjecz/pjecz-plataforma-web-api-oauth2
API de Plataforma Web para brindar informacion a otros sistemas.
fastapi hacktoberfest hacktoberfest-accepted python
Last synced: 04 Aug 2025
https://github.com/sahajrajmalla/co2-calculator-api
A Web Application backend API that enables people to create events, join events, and measure the carbon footprint produced by each participant to get insights about online and onsite carbon emissions.
apis carbon-emissions carbon-footprint fastapi makefile numpy pandas precommit sqlalchemy sqlite3 uvicorn
Last synced: 09 Apr 2026
https://github.com/jblawatt/fsspec-browser
fsspec-browser utilizes the fsspec python library to implement a minimal frontend to browse stored data.
azure-storage blob-storage fastapi fsspec python python3 s3
Last synced: 27 Jan 2026
https://github.com/kstrassheim/ultimate-web-stack
A webstack which has all testing implemented but still provides a white code canvas for your own ideas
azure fastapi react testcafe vite-react
Last synced: 16 Apr 2026
https://github.com/lifestreamy/local-lua-agent
Fully local agentic system with prompt guarding & Lua code gen/validation via any Ollama-hosted model. Uses REST & SSE for async events. Built for True Tech Hack 2026 by OpenTeam2026 (Tim K. - Lead).
ai-agent code-generation docker fastapi fullstack hackathon interactive-cli llm local-llm lua multi-agent nextjs ollama prompt-engineering prompt-guard python rest-api server-sent-events uvicorn web-ui
Last synced: 27 Apr 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/seapagan/link-page
A landing page to show your homepage, github, social media etc. Written using FastAPI and Jinja2 templates
fastapi jinja2 landing-page linktree python
Last synced: 14 Oct 2025
https://github.com/nicehorse06/url-shortener
HTTP APIs for Short URL System with Redirection
docker docker-compose fastapi python redis url-shortener
Last synced: 13 Apr 2026
https://github.com/nexium-dev/nexium_api
Standardized, simplified API development
Last synced: 23 Feb 2026
https://github.com/joyceannie/medical_chatbot
The objective of this project is to create a chatbot that can be used to communicate with users to provide answers to their health issues. This is a RAG implementation using open source stack.
chatbot fastapi generative-ai llm nlp python qdrant rag vector-database
Last synced: 29 Jul 2025
https://github.com/aryaniyaps/qa-forum
Anonymous QA Forum (Powered by GraphQL and Relay)
docker docker-compose fastapi graphql postgresql python react relay strawberry-graphql vite
Last synced: 12 Apr 2026
https://github.com/EdenOved/Platform-For-Managing-Simulation
Developed a simulation management platform for communication networks and computer systems, utilizing Python (FastAPI), React (TypeScript), and MongoDB. The platform supports real-time simulation tracking, customizable configurations, automated workflows, and in-depth results analysis, optimizing research processes and increasing efficiency.
automation fastapi mongodb python react real-time-monitoring simulation typescript web-application
Last synced: 29 Sep 2025
https://github.com/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/ojasvi-poonia/todo_app
Todo List app is a lightweight and efficient backend application built using FastAPI, a modern web framework for Python. The app currently uses an in-memory database for storing tasks and offers full CRUD functionality: POST: Add a new task. GET: Retrieve tasks (all or by ID). PUT: Update an existing task. DELETE: Delete a task by ID.
Last synced: 11 Feb 2026
https://github.com/deepgram-starters/fastapi-text-to-speech
Get started using Deepgram's Text-to-Speech with this FastAPI demo app
deepgram demo fastapi python quickstart speech-synthesis text-to-speech tts
Last synced: 11 Feb 2026
https://github.com/kkanho/web-aiot
docker docker-compose fastapi mqtt nginx react
Last synced: 09 Apr 2026
https://github.com/tuokri/spoofspy
Experimental app for detecting and displaying spoofed and "redirect" servers on Steam.
celery fastapi postgresql psycopg3 redis sqlalchemy steam svelte timescaledb
Last synced: 09 Apr 2026
https://github.com/adityasinghvats/fastapi-courses-backend
A backend project using Fast Api , MongoDB , Docker , Postman.
backend-api crud-application docker dockerfile fastapi mongodb python3 uvicorn
Last synced: 13 Apr 2026
https://github.com/svenhven/nexus-ai
An open-source, decentralized AI agent platform built with Next.js, FastAPI, and Transformers. Empower everyone with sentiment analysis, extensible multi-agent support, and a modern UI join the community to shape the future of AI!
ai decentralized-ai fastapi framer-motion machine-learning nextjs open-source sentiment-analysis tailwindcss typescript
Last synced: 12 Apr 2026
https://github.com/maxmekiska/thunder
pytorch lightning based time series forecasting deep learning pipeline
deep-learning-pipelines docker fastapi nginx pytorch-lightning time-series
Last synced: 16 Apr 2026
https://github.com/laimokarca/currentevents-chatbot
以 Prompt Engineering 建構新聞時事聊天機器人, 利用 OpenAI 的 File_search 與 Web_search 技術,在資訊爆炸的時代,協助大眾快速判斷新聞真偽,並提供持續對話的互動體驗。
chatbot fact-check fastapi firebase-hosting google-cloud-run news openai-api prompt-engineering vue
Last synced: 17 Apr 2026
https://github.com/arjunprabhulal/gemma3-pdf-summarizer
AI-Powered PDF Summarizer is a tool that extracts and summarizes research papers from ArXiv PDFs using Ollama (Gemma 3 LLM). The system provides structured, downloadable summaries to help researchers and professionals quickly grasp key findings.
ai fastapi gemma3 langchain-python ollama streamlit summarization
Last synced: 29 Jul 2025
https://github.com/joeraad/header-propagation
Header Propagation Middelware for FastAPI
fastapi header propagation python
Last synced: 14 Jan 2026
https://github.com/manicdon7/web-deepsearch
Web Search API for retrieve data from internet.
cloudscraper ddgs fastapi pollinations-ai
Last synced: 04 Sep 2025
https://github.com/sahaspunchihewa/fastapi-keycloak-auth
Keycloak authentication for FastAPI that helps to secure your API endpoints with RBAC with minimal configurations
fastapi keycloak keycloak-client python python-keycloak python3 rbac
Last synced: 04 Feb 2026
https://github.com/avin4930c/ai-zen
AI ZEN is a full-stack app using Next.js and FastAPI to summarize PDFs and query an SQLite database with natural language.
Last synced: 10 Mar 2026
https://github.com/sethbang/whole-home-inventory-system
whole-home-inventory-system
docker fastapi file-upload home-organization inventory inventory-management pwa python react secure-storage smart-home typescript
Last synced: 12 Apr 2026
https://github.com/arjunprabhulal/gemini-crewai-travelplanner
An AI-powered travel planning application that uses Gemini LLM and CrewAI to automate trip planning with multiple specialized AI agents. This project demonstrates agentic AI collaboration to search flights, find hotels, and generate personalized travel itineraries.
agentic-ai ai-agents crewai fastapi gemini generative-ai google-cloud-platform llm multi-agent-system pydantic python serpapi streamlit travel-planner
Last synced: 14 Feb 2026
https://github.com/happyrao78/ninja-navigator-ai
Ninja Navigator AI is a multi-agent orchestration system designed to deliver intelligent, actionable travel plans based on a user’s natural language query. It harnesses multiple specialized agents that work independently and collaboratively to research, analyze, and generate complete itineraries.
aws currency-exchange fastapi groq husky lanchain langgraph mcp openai openweathermap pydantic python streamlit system-design tavily uv
Last synced: 14 Apr 2026
https://github.com/adams-okode/ussd-flow
A python extension to create USSD applications by defining screens/menus as JSON.
africastalking django fastapi flask python ussd
Last synced: 22 Jan 2026
https://github.com/htlinh0604/invoice_ai_automation
This project transforms messy invoice images into a structured, searchable knowledge base. The pipeline automatically extracts text with Tesseract, uses Google Gemini to parse fields (vendor, total, date), stores data in Milvus, and enables natural language queries via a LangChain-powered chatbot.
fastapi huggingface-transformers langchain llm ocr-recognition python rag-chatbot streamlit tesseract-ocr
Last synced: 30 Apr 2026
https://github.com/zeroniki/cryptocurrency-app
alembic cryptocurrency docker docker-compose fastapi fastapi-users postgresql redis sqlalchemy
Last synced: 13 Apr 2026
https://github.com/ullaskunder3/node-editor-api
This is the backend service for the Full Stack Node Editor project. It is built with FastAPI and provides APIs for validating and processing node-based pipelines.
dag fastapi graph onrender-deploy react react-flow
Last synced: 17 Apr 2026
https://github.com/atomiechen/pydantic-socketio
Pydantic-enhanced SocketIO with FastAPI integration support.
Last synced: 10 Apr 2025
https://github.com/ruhyadi/vision-fr
Face recognition with ONNX Runtime, YOLOX, InsightFace, PostgreSQL, pgvector, and FastAPI.
cpu face-recognition fastapi insightface onnx onnxruntime pgvector postgresql yolox
Last synced: 16 Apr 2026
https://github.com/vicogarcia16/telepesado-bot
Bot de Telegram que recomienda películas/series y conversa de forma natural
artificial-intelligence fastapi llm neondb openrouter-api postgresql render sqlalchemy telegrambot webhooks
Last synced: 14 Apr 2026
https://github.com/lohiyah/vidcraft
VidCraft is an AI-driven full stack application that generates videos from user-defined topics and backgrounds. It combines text, audio, and visuals using advanced AI services, making video creation accessible and efficient for developers and content creators alike.
ai elevenlabs fastapi ffmpgeg full-stack-web-development gemini-ai huggingface image-generation machine-learning reactjs subtitles text-to-speech typescript video-generation whisper
Last synced: 12 Apr 2026
https://github.com/xithrius/xythrion
General utility Discord bot.
discord-py docker fastapi postgresql python3 seaborn
Last synced: 28 Jul 2025
https://github.com/aybruhm/blog.abram.tech
blog.abram.tech source code
docker docker-compose fastapi vuejs
Last synced: 13 Apr 2026
https://github.com/sincerelyyyash/gitbot
gitbot is an AI-powered GitHub Assistant that automates Q&A for issues and comments using FastAPI, LangChain, ChromaDB, and Gemini LLM. It is designed for modularity, production-readiness, and easy extensibility.
chromadb fastapi generative-ai github-app langchain rag
Last synced: 12 Apr 2026
https://github.com/jhj0517/comfyui-backend
aws backend comfyui fastapi nginx open-source
Last synced: 16 Apr 2026
https://github.com/jmanhype/secustreamai
SecuStreamAI is a comprehensive security event processing system designed to generate, process, and analyze security events in real-time using Kafka, Redis, PostgreSQL, Prometheus, Grafana, and FastAPI.
docker fastapi grafana kafka machine-learning prometheus redis security-events
Last synced: 12 Apr 2026
https://github.com/nfaltir/stock-ticker-api
🍊 A simple python api web application that uses the FastApi Framework. This application allows user to fetch stock tickers from the SP500 index.
Last synced: 13 Apr 2026
https://github.com/nnavales/fastapi-template
Backend modern template. Using FastAPI, SQLModel, PostgreSQL, Docker, GitHub Actions, and more.
api backend backend-api development fastapi production
Last synced: 01 Jun 2026
https://github.com/kyleyannelli/basikgui
SUNY Oswego Capstone | Amp & Pedalboard Sim using Python & Java
fastapi javafx jmetro maven pedalboard spotify spotify-pedalboard
Last synced: 02 May 2026
https://github.com/georgekhananaev/webhookx
WebHookX is a simple yet powerful tool for automating deployments of your GitHub repositories. It works with GitHub webhooks to make updating your staging or production environments a breeze. Whether you’re managing Docker services, keeping branches in sync, or triggering manual deployments, WebHookX has your back.
automation dark-theme docker-compose fastapi github listener logs python sqlite3 webhooks-catcher
Last synced: 12 Feb 2026
https://github.com/santimariani/cinematic_crusoe_db
For the next step-up, I use FastAPI to interact with a self-created database. To go the extra mile, I challenge myself to create "blinking eyes" as if one were a character in a movie. The Utterly Curious & Stupendously Miraculous Redemption of One Mister Robinson Crusoe, Not Esquire is thus born!
fastapi postgresql postico video
Last synced: 26 Jan 2026
https://github.com/jason-cky/mlops-workflows
MLOps to productionise ML training/versioning/deployment with API access to model prediction
docker docker-compose fastapi machine-learning mlops production-service
Last synced: 11 Apr 2026
https://github.com/jpcadena/telegram-bot
Telegram bot
aioredis async backend beanie black fastapi mongodb motor mypy mysql pre-commit pydantic redis restful-api ruff sqlalchemy starlette telegram telegram-bot uvicorn
Last synced: 16 Apr 2026
https://github.com/natthasath/demo-tfa-api
Two-factor authentication (TFA) adds an extra layer of security by requiring a user to provide two forms of identification to access an account or system. It can include a password and a security code sent via text or email.
2fa docker-compose dockerfile fastapi poetry python tfa
Last synced: 06 May 2026
https://github.com/dudeperf3ct/6-ml-fastapi-aws-serverless
aws codepipeline docker elasticbeanstalk fastapi mlops model-serving
Last synced: 14 Apr 2026
https://github.com/louisbrulenaudet/api-template
A minimal, production-ready template for building APIs with FastAPI, featuring strict data validation and Docker-based containerization, tailored for express deployment via a secure Cloudflare Tunnel 🚚⛅
agents api api-rest claude-code cloudflare cloudflared cursor docker docker-compose fastapi hackathon pydantic python python-app python-template rest-api ruff template template-generic-repo uv
Last synced: 14 Apr 2026
https://github.com/nisakson2000/dnd-tracker
D&D 5e Campaign Character Tracker — a local React + FastAPI web app for managing characters, spells, inventory, combat, journal, and more. Built-in PHB rules, beginner-friendly tooltips, and onboarding wizard.
character-tracker claude-code dnd dnd-5e fastapi javascript python react sqlite tailwindcss
Last synced: 01 Apr 2026
https://github.com/henriquesebastiao/madr
Projeto final do curso FastAPI do Zero.
api-rest fastapi fastapi-crud pydantic pytest
Last synced: 09 Mar 2025
https://github.com/alokshandilya/social-api
Social Media Rest API project with FastAPI
alembic fastapi postgresql pydantic rest-api
Last synced: 08 May 2026
https://github.com/tharuneshwar-s/codelore
Codelore is an AI-powered platform for analyzing and understanding code repositories with interactive graphs and diagrams.
celery fastapi gemini-api generative-ai nextjs plantuml python rabbitmq react tailwindcss typescript typescript-react
Last synced: 15 Oct 2025
https://github.com/pstawekl/react-with-python
Representative React.js app with api in Fast api Python.
Last synced: 19 Apr 2026
https://github.com/bluet/arguslm
The hundred-eyed watcher for your LLM providers. Monitor uptime, TTFT, TPS, and latency across OpenAI, Anthropic, Azure, Bedrock, Ollama, LM Studio, and 100+ providers through a single dashboard. Benchmark, compare, and get alerts — all self-hosted.
ai-ops anthropic dashboard fastapi litellm llm llm-benchmark llm-monitoring llm-ops lm-studio mlops monitoring observability ollama openai performance-monitoring python react self-hosted typescript
Last synced: 11 Mar 2026
https://github.com/pythoninthegrass/fastapi-prometheus-grafana
FastAPI + Prometheus + Grafana! :tada:
docker fastapi grafana prometheus
Last synced: 04 Oct 2025
https://github.com/pavelmilanov/pptpd-admin
Web panel for vpn-server on debian/ubuntu
debian docker fastapi pptpd python python3 swagger-ui ubuntu vpn-server vue vuejs windows-10
Last synced: 09 Apr 2026
https://github.com/mihirh19/python
a repository for collaborative development and version control using Git that houses Python code files, documentation, tests, and other project-related files.
algorithms data-structures django fastapi flask machine-learning numpy pandas python
Last synced: 11 Apr 2026
https://github.com/sushmashreeps10/gemini-ai-excel-analysis
Gemini Data Chatbot is an AI-powered assistant that answers business questions from a SQL database. Built with React.js frontend, FastAPI backend, and MySQL, it generates safe SQL queries, fetches data, and provides natural language responses with JSON-safe tables.
database fastapi gemini-api mysql python reactjs
Last synced: 12 Apr 2026
https://github.com/giovaneiwamoto/grid-motors
🚗 Grid Motors API - Reservations, Cars and Users management. API provides comprehensive CRUD routes for all these entities, ensuring efficient handling of all related tasks and processes.
Last synced: 10 Apr 2026
https://github.com/engageintellect/litterbot
An app for easy control over whisker's litter robot 4 using Python, Sveltekit, WebSockets, FastAPI, and Ubuntu.
api daisyui fastapi litter-robot python robotics svelte sveltekit tailwindcss typescript ubuntu uvicorn vercel websockets
Last synced: 11 Apr 2026