Skip to content

EposNix/TwitchSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

To get it running:

  1. Python: Make sure you have Python installed (preferably Python 3.7+).

  2. Required Python libraries:

    • openai
    • PyQt5
    • keyboard

    You can install these using pip:

    pip install openai PyQt5 keyboard
    
  3. LM Studio: Download and install LM Studio from their official website.

  4. Local LLM Server:

    • Use LM Studio to download the "bartowski/Llama-3.2-1B-Instruct-GGUF" model.
    • Start a local server in LM Studio using this model, ensuring it's running on http://localhost:1234.
  5. Python Script:

    • Save the provided Python code in a .py file (e.g., twitch_simulator.py).
  6. Running the Simulator:

    • Ensure the LM Studio server is running.
    • Run the Python script:
      python twitch_simulator.py
      
  7. Usage:

    • The simulator will appear as a semi-transparent overlay on the right side of your screen.
    • It will generate random Twitch-like comments at intervals.
    • Press ESC to close the simulator.

About

Simulates Twitch Chat with a locally hosted LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages