https://github.com/calcuis/ctransformers-customtkinter-ui
https://github.com/calcuis/ctransformers-customtkinter-ui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calcuis/ctransformers-customtkinter-ui
- Owner: calcuis
- Created: 2024-01-15T01:44:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T01:47:02.000Z (over 1 year ago)
- Last Synced: 2025-01-21T13:11:46.212Z (5 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### chatGPT with fancy ui
install the ctransformers module (once only) by:
```
pip install ctransformers
```install the customtkinter module (once only) by:
```
pip install customtkinter
```run it with (pull the pre-trained model file chat.gguf in the same directory):
```
python chat.py
```