yoaugust's Stars
ollama/ollama
Get up and running with Llama 3.3, Mistral, Gemma 2, and other large language models.
meta-llama/llama
Inference code for Llama models
Pythagora-io/gpt-pilot
The first real AI developer
reworkd/AgentGPT
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
ItzCrazyKns/Perplexica
Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI
FujiwaraChoki/MoneyPrinter
Automate Creation of YouTube Shorts using MoviePy.
cabaletta/baritone
google maps for block game
PWhiddy/PokemonRedExperiments
Playing Pokemon Red with Reinforcement Learning
run-llama/rags
Build ChatGPT over your data, all with natural language
frdel/agent-zero
Agent Zero AI framework
NVIDIA/NeMo-Guardrails
NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
bklieger-groq/g1
g1: Using Llama-3.1 70b on Groq to create o1-like reasoning chains
godot-rust/gdext
Rust bindings for Godot 4
godotengine/godot-cpp
C++ bindings for the Godot script API
amosjyng/langchain-visualizer
Visualization and debugging tool for LangChain workflows
alejandro-ao/langchain-ask-pdf
An AI-app that allows you to upload a PDF and ask questions about it. It uses OpenAI's LLMs to generate a response.
Zylann/voxelgame
Voxel world prototype made with Godot Engine
nagidev/DialogueNodes
A plugin for creating, editing and using branching dialogues in Godot
appsinacup/godot-rapier-physics
Godot Rapier Physics – 2D and 3D physics engine for the Godot game engine. with better stability, performance, liquids, determinism, state serialization and no ghost collisions.
haseeb-heaven/langchain-coder
Web Application that can generate code and fix bugs and run using various LLM's (GPT,Gemini,PALM)
ItzCrazyKns/Not-Devin
A simplified version of Devin the AI software engineer
mitmedialab/MDAgents
Official implementation for NeurIPS'24 paper: MDAgents: An Adaptive Collaboration of LLMs for Medical Decision-Making
daz-b-like/ProCam2D_Godot4.x
The ultimate camera for all your 2D needs.
ksm26/AI-Agents-in-LangGraph
Master the art of building and enhancing AI agents. Learn to develop flow-based applications, implement agentic search, and incorporate human-in-the-loop systems using LangGraph's powerful components.
fshnkarimi/Chat-Bot-using-Streamlit-and-OpenAI
This repository hosts a user-friendly chatbot application, powered by the GPT-3.5 model and built with the Streamlit framework. Engage in dynamic conversations, ask questions, and enjoy interactive responses with ease. Customize and extend its capabilities to suit your specific requirements.
turbo-language/turbo-lang-official
Combining simplicity with efficiency.
uheal/IMAS
IMAS is an advanced agentic medical assistant system designed to enhance healthcare delivery in rural areas, especially where experienced medical professionals are scarce. Leveraging Large Language Models (LLMs) and agentic approaches, IMAS aims to support Community Health Workers (CHWs).
AdityaDonkada/Project-Dopamine-Site
NextJS 13 App for my Research Project "Project Dopamine"
uheal/machine-translation-models
This repository offers an evaluation of machine translation models for healthcare, focusing on languages like Telugu, Hindi, Arabic, and Swahili. It emphasizes accuracy and medical terminology, aiming to enhance medical communication across diverse languages. The dataset used in evaluation is provided.
yoaugust/neural-network-fs
Creating a neural network from scratch without the use of libraries like TensorFlow, Keras, PyTorch, etc. Only using python math libraries.