metadata
license: mit
language:
- en
base_model:
- google/gemma-2b-it
pipeline_tag: text-generation
tags:
- electron
- desktopapplication
- windows
RemiAI / Bujji Open Source Framework
A "No-Setup" Local AI Framework for Students
This project is an open-source, offline AI chat application designed for students and colleges. It allows you to run powerful LLMs (like Llama 3, Mistral, etc.) on your laptop without needing GPU, internet, Python, or complicated installations.
Note - No need any GPU in your laptop to run, it will use the CPU in your laptop for the response generation(inference) and if you want to modify the project code and use another model make sure that your are using the .gguf formated weights only, normal weights like .safetensors will not supported in this application.
π Quick Start (One-Line Command)
If you have Git and Node.js installed, open your terminal (Command Prompt or PowerShell) and run:
git clone https://huggingface.co/remiai3/RemiAI_Framework && cd RemiAI-App && npm install && npm start
π» Manual Installation
1. Requirements
- Node.js: Download Here (Install the LTS version).
- Windows Laptop: (Code includes optimized
.exebinaries for Windows).
2. Download & Setup
- Download the project zip (or clone the repo).
- Extract the folder.
- Open Terminal inside the folder path.
- Run the installer for libraries:
npm install
3. Run the App
Simply type:
npm start
The application will launch, the AI engine will start in the background, and you can begin chatting immediately!
π¦ Features
- Zero Python Dependency: We use compiled binaries (
.dlland.exeincluded) so you don't need to install Python, PyTorch, or set up virtual environments. - Plug & Play Models: Supports
.ggufformat.- Want a different model? Download any
.gguffile, rename it tomodel.gguf, and place it in the project root.
- Want a different model? Download any
- Auto-Optimization: Automatically detects your CPU features (AVX vs AVX2) to give you the best speed possible.
- Privacy First: Runs 100% offline. No data leaves your device.
π οΈ Credits & License
- Created By: RemiAI Team
- License: MIT License.
- You are free to rename, modify, and distribute this application as your own project!