From c86b9e29b25029f486a07d101be88d505d128568 Mon Sep 17 00:00:00 2001 From: Travis Cline Date: Thu, 21 Dec 2023 18:22:54 -0800 Subject: [PATCH] Add AI category, some initial entries. (#5118) * Add langchaingo I'm a maintainer of this project and am proposing inclusion. * Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0e895de5..c04b9136 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Awesome Go](#awesome-go) - [Contents](#contents) + - [Artificial Intelligence](#artificial-intelligence) - [Audio and Music](#audio-and-music) - [Authentication and OAuth](#authentication-and-oauth) - [Blockchain](#blockchain) @@ -200,6 +201,16 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a **[⬆ back to top](#contents)** +## Artificial Intelligence + +_Libraries for building programs that leverage AI._ + +- [langchaingo](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. +- [LocalAI](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models. +- [Ollama](https://github.com/jmorganca/ollama) - Run large language models locally. + +**[⬆ back to top](#contents)** + ## Audio and Music _Libraries for manipulating audio._