Locrow AI
ModMIT

Locrow AI

A free and local AI library for making mods more responsive.

2.7K
Downloads
4
Followers
5 months ago
Updated
📦
7
Versions

📖About Locrow AI

This project is being discontinued!

As per CurseForge's moderation policies, this project is being discontinued. I have been informed that downloading and running external processes (the Python server) is not allowed, so further development on this project is being terminated. Since I want to support this mod on both CurseForge and Modrinth, I am discontinuing this project. I am evaluating my options and plan on rereleasing this project in the future, under a policy-conforming solution. Once that happens, I will rebrand this mod to "Locrow AI Legacy", so I can reserve the name for the future solution.

Locrow AI is a local AI library mod made to bring AI utilities from Python into a Java environment.

This library is currently in a minimal release state and may not be supported on your machine.

Beware of bugs.

Since Locrow AI hosts all AI utilities locally, it is forever free! Long gone are the dependencies on costly API services like OpenAI. Now, as long as you have a GPU, you can run complex AI models akin to ChatGPT, natural text-to-speech engines, and voice conversion models, all to bring more life to your mod at zero monetary cost to your users.

Supported Systems

The following is a list of all systems this mod supports. Attempting to use this mod on an unsupported system may result in unavoidable crashes and, at the very least, verification/security warnings.

  • Windows computers with NVIDIA GPUs
  • More will be introduced in the future

Running on Unsupported Servers

With Locrow AI 0.2.0, client offloading allows for usage on any server, as long as a player is online who is on a supported version. To enable this feature, adjust the server config toml according to your setup. See the changelog for Locrow AI 0.2.0 for details.

AI Features

The following features are currently available:

  • A lightweight LLM like ChatGPT with chat capabilities
  • A natural text-to-speech engine with a small selection of voices
  • An RVC (voice conversion) model to convert voices to villager voices
  • A speech-to-text engine using OpenAI's Whisper model
  • Java API access
  • JSON API access
  • Third-party AI extensions using Python
  • Registering different models using existing frameworks

Future Expansions

The following is a list of every planned addition:

  • Support for Linux systems with an NVIDIA GPU
  • Support for Windows and Linux systems with a non-NVIDIA GPU
  • Support for systems without a GPU
  • Support for Mac systems
  • Official Documentation

Questions

When will you support my system?

I am prioritizing more commonly used systems when adding support. If your system is not yet supported, please contact me so it can be pushed up the priority list.

What if my system is unsupported and I want to use a mod that depends on this?

This mod is server-side only, so as long as you are not hosting the Minecraft world/server, you are safely able to disable this mod until it is supported.

How do I use this library in my mod?

I currently do not have documentation available for reference, but until then, please look at the GitHub repository for registration and runtime usage.