Yann Dubois (YannDubs)

YannDubs

Geek Repo

Company:Stanford PhD in AI

Location:Stanford

Home Page:yanndubs.github.io

Twitter:@yanndubs

Github PK Tool:Github PK Tool

Yann Dubois's starred repositories

langchain

🦜🔗 Build context-aware reasoning applications

Language:PythonLicense:MITStargazers:82669Issues:645Issues:6554

Prompt-Engineering-Guide

🐙 Guides, papers, lecture, notebooks and resources for prompt engineering

stanford_alpaca

Code and documentation to train Stanford's Alpaca models, and generate the data.

Language:PythonLicense:Apache-2.0Stargazers:28743Issues:336Issues:266

python-fire

Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.

Language:PythonLicense:NOASSERTIONStargazers:26277Issues:372Issues:310

autogen

A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap

Language:Jupyter NotebookLicense:CC-BY-4.0Stargazers:24773Issues:328Issues:1116

mojo

The Mojo Programming Language

Language:MojoLicense:NOASSERTIONStargazers:21012Issues:258Issues:1581

semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps

guidance

A guidance language for controlling large language models.

Language:Jupyter NotebookLicense:MITStargazers:17196Issues:114Issues:431

discord.py

An API wrapper for Discord written in Python.

Language:PythonLicense:MITStargazers:14223Issues:261Issues:2887

mlx

MLX: An array framework for Apple silicon

evals

Evals is a framework for evaluating LLMs and LLM systems, and an open-source registry of benchmarks.

Language:PythonLicense:NOASSERTIONStargazers:13845Issues:258Issues:197

quicktype

Generate types and converters from JSON, Schema, and GraphQL

Language:TypeScriptLicense:Apache-2.0Stargazers:11474Issues:90Issues:1277

dspy

DSPy: The framework for programming—not prompting—foundation models

Language:PythonLicense:MITStargazers:10202Issues:102Issues:388

pandas-ai

Chat with your data (SQL, CSV, pandas, polars, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.

Language:PythonLicense:MITStargazers:9739Issues:82Issues:456

swifter

A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner

Language:PythonLicense:MITStargazers:2459Issues:30Issues:147

asgiref

ASGI specification and utilities

Language:PythonLicense:BSD-3-ClauseStargazers:1390Issues:42Issues:210
Language:TypeScriptLicense:Apache-2.0Stargazers:1338Issues:5Issues:120

kernel-memory

Index and query any data using LLM and natural language, tracking sources and showing citations.

femtoGPT

Pure Rust implementation of a minimal Generative Pretrained Transformer

Language:RustLicense:MITStargazers:713Issues:12Issues:15

replicate-python

Python client for Replicate

Language:PythonLicense:Apache-2.0Stargazers:626Issues:29Issues:140

skops

skops is a Python library helping you share your scikit-learn based models and put them in production

Language:PythonLicense:MITStargazers:417Issues:10Issues:139

llm-strategy

Directly Connecting Python to LLMs via Strongly-Typed Functions, Dataclasses, Interfaces & Generic Types

Language:PythonLicense:MITStargazers:370Issues:5Issues:0

StackExchange.DataExplorer

Stack Exchange Data Explorer

Language:JavaScriptLicense:MITStargazers:350Issues:47Issues:9

numpydoc

Numpy's Sphinx extensions

Language:PythonLicense:NOASSERTIONStargazers:274Issues:35Issues:218

adversarial-prompts

Curation of prompts that are known to be adversarial to large language models

License:MITStargazers:168Issues:5Issues:0

ToolEmu

A language model (LM)-based emulation framework for identifying the risks of LM agents with tool use

Language:PythonLicense:Apache-2.0Stargazers:85Issues:4Issues:2

mapply

Sensible multi-core apply function for Pandas

Language:PythonLicense:BSD-3-ClauseStargazers:68Issues:5Issues:17

DiscordLangAgent

DiscordLangAgent: This is a Discord chatbot built with LangChain. It uses the 'Agents' feature in LangChain to create flexible conversation chains based on user input. The bot can interact with different language models and tools, and supports multiple API endpoints.

taifun

A simple framework for creating typed OpenAI functions from Python functions