Skip to content

LLM-powered git ops tool running on raspberry pi 4 model B

License

Notifications You must be signed in to change notification settings

SmolLeaps/piHomeLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piHomeLab

LLM-powered git ops tool running on raspberry pi 4 model B

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git gcc python3 python3-pip
pip3 install transformers torch
pip3 install requests
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
sudo usermod -aG docker pi  # Add 'pi' user to Docker group

run

python3 main.py

About

LLM-powered git ops tool running on raspberry pi 4 model B

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages