This tutorial contains and example of how to deploy a Machine Leaning Model (LLM) on your own infrastructure using Kserver and a simple chatbot using React.
- Folder
servercontains the MLOps source code - Folder
webcontains the React frontend of the chatbot.
Clone the repo
git clone https://github.com/transformatek/mlserving-example.gitcd sevrer
python ..cd web
npm run ...