merricksakai's Stars
H-T-H/Gemini-Telegram-Bot
用Gemini API实现的Telegram机器人 A Telegram Bot using Gemini API
eternnoir/pyTelegramBotAPI
Python Telegram bot api.
ctjhoa/rust-learning
A bunch of links to blog posts, articles, videos, etc for learning Rust
JamesTurland/JimsGarage
Homelab Goodies
zitadel/zitadel
ZITADEL - Identity infrastructure, simplified for you.
Alfex4936/Bard-rs
Google Gemini CLI with Rust (Previsouly Bard)
harry0703/MoneyPrinterTurbo
利用AI大模型,一键生成高清短视频 Generate short videos with one click using AI LLM.
virusvn/awesome-vietnamese
Open source by Vietnamese people
fastapi/full-stack-fastapi-template
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
zhanymkanov/fastapi-best-practices
FastAPI Best Practices and Conventions we used at our startup
MichaelCade/90DaysOfDevOps
This repository started out as a learning in public project for myself and has now become a structured learning map for many in the community. We have 3 years under our belt covering all things DevOps, including Principles, Processes, Tooling and Use Cases surrounding this vast topic.
okahama99/ThanhHoa
Spring boot code of Bonsai chain store
shamspias/langchain-gemini-api
An innovative AI conversation API leveraging Google's Gemini for multimodal understanding. Combines FastAPI, Langchain, and Redis for robust, scalable, and privacy-conscious text and image-based interactions
ali-bin-kashif/NED-Admission-LLM-Chatbot-FYP
This is the final year project of university, in which my group is developing a chatbot for university admissions using LLMS and RAG. The bot is powered by Langchain and FastAPI. The UI and frontend is developed in Next.js.
cedadev/stac-fastapi-elasticsearch
Elasticsearch backend for the stac-fastapi server
Ritesh-Kumar-Mandal/Auth
Python FastAPI implementation for creating a basic CRUD API with JWT authentication. It also provides API access based on role (User|Admin). This app also includes the implementation of two factor authentication, which allows users to login with a one-time pin rather than a password.
bvujicic/domain-driven-design-user-management
Showcase od Domain Driven Design approach from scratch to user registration, authentication, various CRUD operations in pure Python. Database and API implemented as add-ons to the core domain code Using SQLAlchemy and FastAPI.
tngaspar/webpage-archive-api
CRUD app built using FastAPI. Allows users to save and archive webpages.
melos-simeneh/Blog-with-Authentication-using-FastAPI-SQLAlchemy-SQLite
Blog
cashewpillar/inquizitor
REST API for managing quizzes. Built with FastAPI. Uses machine learning to aid in cheating detection. 📚🔍⚡️
yokeshwaran01/FastAPI-SQLite3-User-Registration-Login-Interface
This web application allows users to conduct tasks like login in and new user registration. It was created using the FastAPI web application development tool and SQLite3 as the database.
nachoperezzv/chat-with-rag-using-langchain-nextjs-and-fastapi
Simple Implementation of a Chat using simple RAG techniques. Developed with FastAPI and Next.js
panaverse/learn-generative-ai
Learn Cloud Applied Generative AI Engineering (GenEng) using OpenAI, Gemini, Streamlit, Containers, Serverless, Postgres, LangChain, Pinecone, and Next.js
diicellman/dspy-rag-fastapi
FastAPI wrapper around DSPy
ilhansevval/Gemini-Chatbot-Interface-with-Streamlit
This project is a Streamlit-based chat application that interacts with the Gemini AI model, allowing users to engage in conversations with an artificial intelligence assistant. The application stores chat history, allowing users to revisit and continue previous conversations.
llegomark/gemini-pro-chat
This Python application utilizes the Gemini Pro API from google.generativeai to create an interactive chat interface. It allows users to have a conversation with the Gemini Pro AI model, with features like viewing chat history, restarting chats, and automatically saving chat sessions to a text file with timestamps.
stha1122/OrderEaseBot
Food ordering chatbot using Dialogflow, FastAPI backend, MySQL database, and a responsive frontend. Allows users to place new orders and track existing ones.
M0inUddin/streaming_gpt_fast_api
This project develops a streamlined chat service using GPT and FastAPI, allowing users to interact with AI in real-time. It features chat session creation, live AI response streaming via SSEs, and message history access.
Shisui-Genjutsu/SchoolWebApp-Reactjs-FastAPI-MySQL
School Web Application using React JS, FastAPI and MySQL with JWT authentication and Microservice Architecture
YashTripathi01/chatbot-API-FastAPI
FastAPI project provides CRUD endpoints for managing users and a WebSocket-based chatbot API powered by the OpenAI GPT-3.5-turbo LLM model.