OpenAI Cookbook Link: https://
github.com/openai/openai-
cookbook
…
OPEN SOURCE
-
OpenAI Cookbook: Essential Resource for AI Development
By
–
-

Karpathy’s video: building GPT, a Transformer tutorial from scratch
By
–
Great new video from @karpathy
: "Let's build GPT", a tutorial on coding a Transformer model from scratch: -

Training a 10M Parameter GPT Model on Shakespeare in 15 Minutes
By
–
We get a ~10M parameter model trained for about 15 minutes on 1 GPU on all of Shakespeare concatenated into one 1MB file. We then sample infinite fake Shakespeare from our baby GPT. Can you spot which one is real? At only 10M params on 1M characters, from-scratch, I hope so 🙂
-
Chat-LangChain: Extensible AI Documentation Tool for Websites
By
–
got it – https://
github.com/hwchase17/chat
-langchain
… should be pretty extendable to arbitrary websites (is currently langchain documentation, but you can swap out the URL). going to add more instructions for this today! -
Standard Interfaces for LLM and Embeddings Providers
By
–
pretty easy to swap this out! we have standard interfaces for most llm/embeddings providers
-
LangChain Chat Projects and Open Source AI Applications
By
–
Other links GitHub Repo: https://
github.com/hwchase17/chat
-langchain
… @huggingface Space: https://
huggingface.co/spaces/hwchase
17/chat-langchain
… Related projects that are also great: GitHub support bot from @floydophone
: https://
dagster.io/blog/chatgpt-l
angchain
…
Converse with PDFs from @deskriders_twt: https://
github.com/namuan/dr-doc-
search
… -

LangChain Chatbot: Open Source Documentation Q&A Tool
By
–
http://
chat.langchain.dev An open source chatbot grounded to answer questions about LangChain documentation Blog Post: http://
blog.langchain.dev/langchain-chat There have been a lot of question/answering demos, but we believe we add some unique insights (covered in the blog) -

Automate Image Annotation with pyOpenAnnotate or Custom Tools
By
–
Blogtastic Tuesdays
Automate your annotation pipeline with pyOpenAnnotate or build your own annotation tool. Learn how to build a custom Annotation Tool from scratch. https://
learnopencv.com/building-autom
ated-image-annotation-tool-pyopenannotate/
… #annotationtool #customannotationtool #ai -
LangChain Wolfram Alpha Integration Showcased in New Video
By
–
An awesome video by @JavaFXpert and @dralandthompson highlighting the LangChain Wolfram Alpha integration that @nickscamara_ did last week!
-
GitHub sketch pandas extension implementation details
By
–
yeah thats exactly what its doing https://
github.com/approximatelab
s/sketch/blob/main/sketch/pandas_extension.py#L184-L202
…