Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 319 Bytes

Instructions

  1. Edit config file withe the urls and paths of your models from Huggingface
  2. Create empty models folder: mkdir ./models
  3. pip install -r requirements.txt
  4. Launch chatbot:
    • Terminal-based interface: python main.py

    • Tkinter GUI: python gui.py

Tested on Linux, no GPU.