An open API service indexing awesome lists of open source software.

https://github.com/calcuis/ctransformers-customtkinter-ui


https://github.com/calcuis/ctransformers-customtkinter-ui

Last synced: 3 months ago
JSON representation

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
```