Home/LLM Frameworks/IntelliServer
IntelliServer logo

IntelliServer

Enrichment pending
intelligentnode/IntelliServer

AI models as scalable microservices, enabling evaluation of LLMs and offering end-to-end functions such as chatbot, semantic search, image generation and beyond.

GraphCanon updated today · GitHub synced today

29
Stars
3
Forks
2
Open issues
4
Watchers
1y
Last push
JavaScript MITCreated Aug 27, 2023

Trust & integrity

Full report
Maintenance
Dormant (488d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

AI models as scalable microservices, enabling evaluation of LLMs and offering end-to-end functions such as chatbot, semantic search, image generation and beyond.

Capability facts

Languages
javascript

Source: github.language · Jul 11, 2026

Categories

Tags

README

docker run

docker build -t intelliserver:latest . docker run -p 80:80 intelliserver:latest


or docker compose run

docker-compose up


---

### Release (Docker Hub)
To pull the release image from docker hub:
```bash
docker pull intellinode/intelliserver:latest

Run IntelliServer


---

## License
Intelliserver is released under the [MIT License](https://github.com/intelligentnode/IntelliServer/blob/main/LICENSE)