Skip to content

np-overflow/Python-GUI-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Overflow x AiSIG Python GUI Chatbot

Installation Guide

  1. Install the necessary packages:

    pip install openai tkinter
    
  2. Open Command Prompt and navigate to the directory containing the llava-v1.5-7b-q4.llamafile file.

  3. If you're using macOS, Linux, or BSD, you'll need to grant permission for your computer to execute this new file. (You only need to do this once.)

    chmod +x llava-v1.5-7b-q4.llamafile
    
  4. If you're on macOS, Linux, or BSD, run the llamafile. For example:

    ./llava-v1.5-7b-q4.llamafile
    
  5. If you are on Windows, enter the following to run the file:

    llava-v1.5-7b-q4.llamafile
    
  6. Finally, run the chatbot script:

    python chatbot.py
    

Releases

No releases published

Packages

No packages published

Languages