Skip to content

zealsprince/streamlit-irc-llm-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

Streamlit IRC LLM Bot

This is a bot written on top of Streamlit to interface with an IRC channel and respond to queries when mentioned.

Setup

First, create your Python virtual environment via the following command:

python3 -m venv venv

From there, enter this environment to install further requirements:

source venv/bin/activate

Now install all requirements via the venv pip3 installation:

pip3 install -r requirements.txt

Running

With the aforementioned requirements installed, you can invoke the app through streamlit:

streamlit run app.py

About

Streamlit enabled IRC bot utilizing large language models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages