Simple AI UI is a minimalist and lightweight web GUI that allows you to host your own AI on your local network or the internet.
- Robust API infrastructure
- Simple, minimalist, and lightweight UI
- Privacy: Your data is stored on your computer
- Chat History - [COMING SOON]
- Memory for AI - [COMING SOON]
- Admin Panel - [COMING SOON]
- More APIs - [COMING SOON]
- Windows
- Mac
- Linux
NOTE: Ollama must be installed on the system.
- Python - Code Name: Simple-AI-UI-MAIN (current repo)
- Rust-lang - Code Name: Simple-AI-UI-ThunderBOLT [COMING SOON]
For detailed documentation, refer to APIS
.
For detailed documentation, refer to Server Configuration
.
-
Clone the repository:
git clone https://github.com/junaidcodingmaster/SIMPLE-AI-UI cd SIMPLE-AI-UI
-
Create a virtual environment:
python3 -m venv venv
-
Activate the virtual environment:
Windows:
.\venv\Scripts\activate
Linux or Mac:
source ./venv/bin/activate
-
Install requirements:
pip install -r ./requirements.txt
-
Run the application:
python app.py
Made By Junaid
This project is licensed under the MIT License. See the LICENSE
file for more details.