CoolFace
Apppublic

NathanParas26/LocalAI

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
App README

<h1 align="center"> <br> <img height="300" src="https://github.com/go-skynet/LocalAI/assets/2420543/0966aa2a-166e-4f99-a3e5-6c915fc997dd"> <br> LocalAI <br> </h1>

<p align="center"> <a href="https://github.com/go-skynet/LocalAI/fork" target="blank"> <img src="https://img.shields.io/github/forks/go-skynet/LocalAI?style=for-the-badge" alt="LocalAI forks"/> </a> <a href="https://github.com/go-skynet/LocalAI/stargazers" target="blank"> <img src="https://img.shields.io/github/stars/go-skynet/LocalAI?style=for-the-badge" alt="LocalAI stars"/> </a> <a href="https://github.com/go-skynet/LocalAI/pulls" target="blank"> <img src="https://img.shields.io/github/issues-pr/go-skynet/LocalAI?style=for-the-badge" alt="LocalAI pull-requests"/> </a> <a href='https://github.com/go-skynet/LocalAI/releases'> <img src='https://img.shields.io/github/release/go-skynet/LocalAI?&label=Latest&style=for-the-badge'> </a> </p>

:bulb: Get help - ❓FAQ πŸ’­Discussions :speech_balloon: Discord :book: Documentation website πŸ’» Quickstart πŸ“£ News πŸ›« Examples πŸ–ΌοΈ Models

![tests](https://github.com/go-skynet/LocalAI/actions/workflows/test.yml)![Build and Release](https://github.com/go-skynet/LocalAI/actions/workflows/release.yaml)![build container images](https://github.com/go-skynet/LocalAI/actions/workflows/image.yml)![Bump dependencies](https://github.com/go-skynet/LocalAI/actions/workflows/bump_deps.yaml)![Artifact Hub](https://artifacthub.io/packages/search?repo=localai)

LocalAI is a drop-in replacement REST API that's compatible with OpenAI API specifications for local inferencing. It allows you to run LLMs (and not only) locally or on-prem with consumer grade hardware, supporting multiple model families that are compatible with the ggml format. Does not require GPU.

<p align="center"><b>Follow LocalAI </b></p>

<p align="center"> <a href="https://twitter.com/LocalAIAPI" target="blank"> <img src="https://img.shields.io/twitter/follow/LocalAIAPI?label=Follow: LocalAIAPI&style=social" alt="Follow LocalAIAPI"/> </a> <a href="https://discord.gg/uJAeKSAGDy" target="blank"> <img src="https://dcbadge.vercel.app/api/server/uJAeKSAGDy?style=flat-square&theme=default-inverted" alt="Join LocalAI Discord Community"/> </a>

<p align="center"><b>Connect with the Creator </b></p>

<p align="center"> <a href="https://twitter.com/mudlerit" target="blank"> <img src="https://img.shields.io/twitter/follow/mudlerit?label=Follow: mudlerit&style=social" alt="Follow mudlerit"/> </a> <a href='https://github.com/mudler'> <img alt="Follow on Github" src="https://img.shields.io/badge/Follow-mudler-black?logo=github&link=https%3A%2F%2Fgithub.com%2Fmudler"> </a> </p>

<p align="center"><b>Share LocalAI Repository</b></p>

<p align="center">

<a href="https://twitter.com/intent/tweet?text=Check%20this%20GitHub%20repository%20out.%20LocalAI%20-%20Let%27s%20you%20easily%20run%20LLM%20locally.&url=https://github.com/go-skynet/LocalAI&hashtags=LocalAI,AI" target="blank"> <img src="https://img.shields.io/twitter/follow/LocalAI?label=Share Repo on Twitter&style=social" alt="Follow LocalAI"/></a> <a href="https://t.me/share/url?text=Check%20this%20GitHub%20repository%20out.%20LocalAI%20-%20Let%27s%20you%20easily%20run%20LLM%20locally.&url=https://github.com/go-skynet/LocalAI" target="blank"><img src="https://img.shields.io/twitter/url?label=Telegram&logo=Telegram&style=social&url=https://github.com/go-skynet/LocalAI" alt="Share on Telegram"/></a> <a href="https://api.whatsapp.com/send?text=Check%20this%20GitHub%20repository%20out.%20LocalAI%20-%20Let%27s%20you%20easily%20run%20LLM%20locally.%20https://github.com/go-skynet/LocalAI"><img src="https://img.shields.io/twitter/url?label=whatsapp&logo=whatsapp&style=social&url=https://github.com/go-skynet/LocalAI" /></a> <a href="https://www.reddit.com/submit?url=https://github.com/go-skynet/LocalAI&title=Check%20this%20GitHub%20repository%20out.%20LocalAI%20-%20Let%27s%20you%20easily%20run%20LLM%20locally. " target="blank"> <img src="https://img.shields.io/twitter/url?label=Reddit&logo=Reddit&style=social&url=https://github.com/go-skynet/LocalAI" alt="Share on Reddit"/> </a> <a href="mailto:?subject=Check%20this%20GitHub%20repository%20out.%20LocalAI%20-%20Let%27s%20you%20easily%20run%20LLM%20locally.%3A%0Ahttps://github.com/go-skynet/LocalAI" target="blank"><img src="https://img.shields.io/twitter/url?label=Gmail&logo=Gmail&style=social&url=https://github.com/go-skynet/LocalAI"/></a> <a href="https://www.buymeacoffee.com/mudler" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="23" width="100" style="border-radius:1px"></a>

</p>

<hr>

In a nutshell:

  • β€”Local, OpenAI drop-in alternative REST API. You own your data.
  • β€”NO GPU required. NO Internet access is required either
  • β€”Optional, GPU Acceleration is available in llama.cpp-compatible LLMs. See also the build section.
  • β€”Supports multiple models
  • β€”πŸƒ Once loaded the first time, it keep models loaded in memory for faster inference
  • β€”βš‘ Doesn't shell-out, but uses C++ bindings for a faster inference and better performance.

LocalAI was created by Ettore Di Giacinto and is a community-driven project, focused on making the AI accessible to anyone. Any contribution, feedback and PR is welcome!

Note that this started just as a fun weekend project in order to try to create the necessary pieces for a full AI assistant like ChatGPT: the community is growing fast and we are working hard to make it better and more stable. If you want to help, please consider contributing (see below)!

πŸ”₯πŸ”₯ Hot topics / Roadmap

πŸš€ Features

:book: πŸŽ₯ Media, Blogs, Social

πŸ’» Usage

Check out the Getting started section in our documentation.

πŸ’‘ Example: Use GPT4ALL-J model

See the documentation

πŸ”— Resources

❀️ Sponsors

Do you find LocalAI useful?

Support the project by becoming a backer or sponsor. Your logo will show up here with a link to your website.

A huge thank you to our generous sponsors who support this project:

![Spectro Cloud logo_600x600px_transparent bg](https://github.com/go-skynet/LocalAI/assets/2420543/68a6f3cb-8a65-4a4d-99b5-6417a8905512)
Spectro Cloud
Spectro Cloud kindly supports LocalAI by providing GPU and computing resources to run tests on lamdalabs!

🌟 Star history

![LocalAI Star history Chart](https://star-history.com/#go-skynet/LocalAI&Date)

πŸ“– License

LocalAI is a community-driven project created by Ettore Di Giacinto.

MIT - Author Ettore Di Giacinto

πŸ™‡ Acknowledgements

LocalAI couldn't have been built without the help of great software already available from the community. Thank you!

  • β€”llama.cpp
  • β€”https://github.com/tatsu-lab/stanford_alpaca
  • β€”https://github.com/cornelk/llama-go for the initial ideas
  • β€”https://github.com/antimatter15/alpaca.cpp
  • β€”https://github.com/EdVince/Stable-Diffusion-NCNN
  • β€”https://github.com/ggerganov/whisper.cpp
  • β€”https://github.com/saharNooby/rwkv.cpp
  • β€”https://github.com/rhasspy/piper
  • β€”https://github.com/cmp-nct/ggllm.cpp

πŸ€— Contributors

This is a community project, a special thanks to our contributors! πŸ€— <a href="https://github.com/go-skynet/LocalAI/graphs/contributors"> <img src="https://contrib.rocks/image?repo=go-skynet/LocalAI" /> </a>