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._