├── .gitignore ├── LICENSE ├── README.md ├── index.html └── index.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/On-device-LLM-Inference-using-Mediapipe/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/On-device-LLM-Inference-using-Mediapipe/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/On-device-LLM-Inference-using-Mediapipe/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/On-device-LLM-Inference-using-Mediapipe/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIAnytime/On-device-LLM-Inference-using-Mediapipe/HEAD/index.js --------------------------------------------------------------------------------