Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
RESTai is an AIaaS (AI as a Service) open-source platform. Supports many public and local LLM suported by Ollama/vLLM/etc. Precise embeddings usage, tuning, analytics etc. Built-in image/audio generation with dynamic loading generators. Live chat deployment. Built-in block based graphical language. Prompt versioning and much more...
| Date | Stars |
|---|---|
| 2026-07-24 | 512 |
| 2026-07-25 | 512 |
| 2026-07-28 | 512 |
| 2026-07-30 | 512 |
| 2026-07-31 | 513 |
| 2026-08-01 | 513 |
| 2026-08-02 | 513 |
| 2026-08-06 | 513 |
Today
— stars today
This week
+1 stars this week
This month
— stars this month
Momentum
26.0
growth rate 0.19%/day
<!-- markdownlint-disable MD033 --> <h1 align="center"> <img src="https://github.com/apocas/restai/blob/master/readme/assets/restai-logo.png" alt="RESTai Logo" width="120"/> <br/>RESTai </h1> <p align="center"> <strong>AIaaS (AI as a Service) — Create AI projects and consume them via a simple REST API.</strong> </p> <p align="center"> <a href="https://github.com/apocas/restai/actions/workflows/tests.yml"><img src="https://github.com/apocas/restai/actions/workflows/tests.yml/badge.svg" alt="Tests"/></a> <img src="https://img.shields.io/badge/python-3.11+-blue.svg" alt="Python 3.11+"/> <a href="https://github.com/apocas/restai/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-green.svg" alt="License"/></a> <img src="https://img.shields.io/badge/docker-ready-2496ED?logo=docker&logoColor=white" alt="Docker"/> <img src="https://img.shields.io/badge/kubernetes-ready-326CE5?logo=kubernetes&logoColor=white" alt="Kubernetes"/> </p> <div align="center"> <img src="https://github.com/apocas/restai/blob/master/readme/assets/templates.png" width="800" alt="RESTai Dashboard"/> </div> --- ## Live Demo Try RESTai without installing — **[ai.restai.cloud](https://ai.restai.cloud/admin)** Login: `demo` / `demodemo` (restricted account — can browse and chat, but cannot create or modify projects) --- ## Quick Start ### Install from PyPI ```bash pip install restai-core restai init # Create database + admin user restai migrate # Run migrations restai serve # → http://localhost:9000/admin (admin / admin) ``` Use an env file for configuration: ```bash restai serve -e .env -p 8080 -w 4 ``` Available on [PyPI](https://pypi.org/project/restai-core/) — includes the pre-built React frontend, no Node.js required. ### Run from source (development) ```bash git clone https://github.com/apocas/restai && cd restai make install make dev # → http://localhost:9000/admin (admin / admin) ``` ### Docker Pull the official prebuilt image (multi-arch — `linux/amd64` and `linux/arm64`): ```bash docker run -p 9000:9000 apocas/restai:latest # → http://localhost:9000/admin (admin / admin) ``` Also published to GitHub Container Registry as `ghcr.io/apocas/restai:latest`. Pin a version with `:6.2.13` (or `:6.2`, `:6`) instead of `:latest`. Or build locally with the bundled compose stack: ```bash docker compose --env-file .env up --build ``` ## Updating **PyPI:** ```bash pip install --upgrade restai-core restai migrate -e .env ``` **From source:** ```bash make update ``` Fetches the latest release tag from GitHub, installs dependencies, runs database migrations, and rebuilds the frontend. Auto-detects GPU for GPU-specific deps. --- ## Why RESTai? - **Multi-project AI platform** — RAG (with optional SQL-to-NL and auto-sync from URLs/S3), Agents, Block (visual logic), and Inference in one place - **Full Web UI included** — React dashboard with analytics, not just an API - **Any LLM** — OpenAI, Anthropic, Ollama, Gemini, LiteLLM, vLLM, Azure, and more - **Feature complete** — Teams, RBAC, OAuth/LDAP, TOTP 2FA, token tracking, per-project rate limiting, white-label branding, Kubernetes-native - **Extensible tools** — MCP (Model Context Protocol) for unlimited agent integrations - **Token tracking, cost & latency analytics** — built-in dashboard with daily usage, per-project costs, latency monitoring, and top LLM charts --- ## Features ### Dashboard & Analytics Track token usage, costs, latency, and project activity from a centralized dashboard. Daily charts for tokens, costs, and response latency per project — identify performance regressions at a glance. <div align="center"> <img src="https://github.com/apocas/restai/blob/master/readme/assets/home.png" width="750" alt="RESTai Dashboard"/> </div> ### Projects & Chat Playground Create and manage AI projects. Each project has its own LLM, system prompt, tools, and configuration. Test instantly in the built-in chat playground. <div alig
Excerpt of 30,889 characters
Read on GitHub1.5k
84
70
Claude · @anthropics
40
18
10
3
2
1
1
Joshua · Failsafe · Singapore
1
Ikko Eltociear Ashimine · Japan
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:12452cca1969f8da, topic:llm, topic:llama
matched fp:12452cca1969f8da, topic:stable-diffusion
matched fp:12452cca1969f8da, topic:embeddings
matched fp:12452cca1969f8da, topic:rag, topic:llamaindex