git clone https://github.com/7azmi/chatutm.git
cd chatutmpip install -r requirements.txtuvicorn app.main:app --reload- Open Swagger UI: http://127.0.0.1:8000/docs
- Root endpoint: http://127.0.0.1:8000/
- Open
frontend/index.htmlin your browser.
cd frontend
python3 -m http.server 8080- Open: http://localhost:8080
✅ ChatUTM is ready to go!