Skip to content

The UI for the inference-gateway, providing a user-friendly interface to interact with and visualize inference results and manage models

License

Notifications You must be signed in to change notification settings

inference-gateway/ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Interface (UI)

CI Status Release Status Artifacts Status Latest Release License

The UI for the inference-gateway, providing a user-friendly interface to interact with and visualize inference results and manage models.

Development

# Install dependencies
npm install

# Run development server
npm run dev

Docker

This application can be containerized using Docker:

# Build the Docker image locally
docker build -t inference-gateway-ui --target dev .

# Run the container
docker run -v $(PWD):/app -w /app -e INFERENCE_GATEWAY_URL=http://localhost:8080/v1 -p 3000:3000 inference-gateway-ui

Deployment

The application is automatically packaged as a Docker image and published to GitHub Container Registry (ghcr.io) when a new release is created.

To pull the latest release:

docker pull ghcr.io/inference-gateway/ui:latest

About

The UI for the inference-gateway, providing a user-friendly interface to interact with and visualize inference results and manage models

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages