Metadata-Version: 2.1
Name: gguf-container
Version: 0.0.5
Summary: gguf-container (full package + local frontend)
Author-email: calcuis <info@calcu.io>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: gguf-core
Requires-Dist: gguf-connector
Requires-Dist: gguf-selector
Requires-Dist: llama-core
Requires-Dist: callgg
Requires-Dist: cgg
Project-URL: Homepage, https://github.com/calcuis/container-smart-contract
Project-URL: Issues, https://github.com/calcuis/container-smart-contract/issues

### container

this gguf-container comes with all six packages (cgg, gguf-connector, llama-core, gguf-core, callgg, gguf-selector) and its dependencies; plus website/dApp (gguf.us) frontend full source code

#### install it via:
```
pip install gguf-container
```
[<img src="https://raw.githubusercontent.com/calcuis/cgg/master/cgg.gif" width="128" height="128">](https://github.com/calcuis/cgg)
[<img src="https://raw.githubusercontent.com/calcuis/gguf-connector/master/gguf.gif" width="128" height="128">](https://github.com/calcuis/gguf-connector)
[<img src="https://raw.githubusercontent.com/calcuis/llama-core/master/lime.gif" width="128" height="128">](https://github.com/calcuis/llama-core)
[<img src="https://raw.githubusercontent.com/calcuis/gguf-core/master/gguf.gif" width="128" height="128">](https://github.com/calcuis/gguf-core)
[<img src="https://raw.githubusercontent.com/calcuis/chatgpt-model-selector/master/callgg.gif" width="128" height="128">](https://github.com/calcuis/callgg)
[<img src="https://raw.githubusercontent.com/calcuis/gguf-selector/master/selector.gif" width="128" height="128">](https://github.com/calcuis/gguf-selector)

#### launch to the container frontend by:
```
python -m gguf_container
```

find container frontend (gguf.us) full source code in this pack; you can opt to run the server.py and host the frontend locally
