Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mengdotzip/ai.meng.zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ai.meng.zip

multi-model AI infrastructure for prompting and comparing queries to multiple models.

2025-08-30.23-35-46.mov

Built with Go backend, vanilla JavaScript frontend, and AI models across isolated VMs. Features side-by-side model comparison, real-time token streaming, and modern space-themed UI.

Getting Started

You will first have to setup your local running models, I used llama.cpp for this, you can find a .service file here for an example of the setup I use.

  1. Clone
git clone https://github.com/mengdotzip/ai.meng.zip
cd ai.meng.zip
  1. Start backend
cd backend && go run main.go
  1. Serve frontend
cd frontend

Then serve the files with something like nginx (or use https://github.com/mengdotzip/Mazarin If you are sigma)

  1. Open http://localhost:8080

Don't forget to setup the backend to point to your own models, then after that everything should work.

License

About

The full stack of the ai.meng.zip services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published