2023-04-27 04:18:18 +00:00
# Examples
Here is a list of projects that can easily be integrated with the LocalAI backend.
2023-05-06 17:15:22 +00:00
### Projects
2023-05-27 17:42:24 +00:00
### AutoGPT
_by [@mudler ](https://github.com/mudler )_
This example shows how to use AutoGPT with LocalAI.
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/autoGPT/ )
2023-05-06 17:15:22 +00:00
### Chatbot-UI
_by [@mkellerman ](https://github.com/mkellerman )_
![Screenshot from 2023-04-26 23-59-55 ](https://user-images.githubusercontent.com/2420543/234715439-98d12e03-d3ce-4f94-ab54-2b256808e05e.png )
This integration shows how to use LocalAI with [mckaywrigley/chatbot-ui ](https://github.com/mckaywrigley/chatbot-ui ).
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/chatbot-ui/ )
2023-05-30 16:34:43 +00:00
There is also a separate example to show how to manually setup a model: [example ](https://github.com/go-skynet/LocalAI/tree/master/examples/chatbot-ui-manual/ )
2023-05-30 16:29:28 +00:00
### Flowise
_by [@mudler ](https://github.com/mudler )_
This example shows how to use [FlowiseAI/Flowise ](https://github.com/FlowiseAI/Flowise ) with LocalAI.
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/flowise/ )
2023-05-06 17:15:22 +00:00
### Discord bot
_by [@mudler ](https://github.com/mudler )_
Run a discord bot which lets you talk directly with a model
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/discord-bot/ ), or for a live demo you can talk with our bot in #random -bot in our discord server.
### Langchain
_by [@dave-gray101 ](https://github.com/dave-gray101 )_
A ready to use example to show e2e how to integrate LocalAI with langchain
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/langchain/ )
### Langchain Python
_by [@mudler ](https://github.com/mudler )_
A ready to use example to show e2e how to integrate LocalAI with langchain
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/langchain-python/ )
### LocalAI WebUI
_by [@dhruvgera ](https://github.com/dhruvgera )_
![image ](https://user-images.githubusercontent.com/42107491/235344183-44b5967d-ba22-4331-804c-8da7004a5d35.png )
A light, community-maintained web interface for LocalAI
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/localai-webui/ )
### How to run rwkv models
_by [@mudler ](https://github.com/mudler )_
A full example on how to run RWKV models with LocalAI
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/rwkv/ )
2023-05-23 08:32:34 +00:00
### PrivateGPT
_by [@mudler ](https://github.com/mudler )_
A full example on how to run PrivateGPT with LocalAI
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/privateGPT/ )
2023-05-06 17:15:22 +00:00
### Slack bot
_by [@mudler ](https://github.com/mudler )_
Run a slack bot which lets you talk directly with a model
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/slack-bot/ )
2023-05-12 20:20:07 +00:00
### Question answering on documents with llama-index
2023-05-06 17:15:22 +00:00
_by [@mudler ](https://github.com/mudler )_
Shows how to integrate with [Llama-Index ](https://gpt-index.readthedocs.io/en/stable/getting_started/installation.html ) to enable question answering on a set of documents.
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/query_data/ )
2023-04-27 04:18:18 +00:00
2023-05-12 20:20:07 +00:00
### Question answering on documents with langchain and chroma
_by [@mudler ](https://github.com/mudler )_
Shows how to integrate with `Langchain` and `Chroma` to enable question answering on a set of documents.
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/langchain-chroma/ )
2023-06-08 22:45:44 +00:00
### Telegram bot
_by [@mudler ](https://github.com/mudler )
![Screenshot from 2023-06-09 00-36-26 ](https://github.com/go-skynet/LocalAI/assets/2420543/e98b4305-fa2d-41cf-9d2f-1bb2d75ca902 )
Use LocalAI to power a Telegram bot assistant, with Image generation and audio support!
[Check it out here ](https://github.com/go-skynet/LocalAI/tree/master/examples/telegram-bot/ )
2023-05-07 08:58:15 +00:00
### Template for Runpod.io
_by [@fHachenberg ](https://github.com/fHachenberg )_
Allows to run any LocalAI-compatible model as a backend on the servers of https://runpod.io
[Check it out here ](https://runpod.io/gsc?template=uv9mtqnrd0&ref=984wlcra )
2023-04-27 04:18:18 +00:00
## Want to contribute?
2023-04-27 15:46:14 +00:00
Create an issue, and put `Example: <description>` in the title! We will post your examples here.