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
server
contains the MLOps source code - Folder
web
contains the React frontend of the chatbot.
Clone the repo
git clone https://github.com/transformatek/mlserving-example.git
cd sevrer
python ..
cd web
npm run ...