We ran a workshop at Dinalab about how to run your own “open” AI model locally on your own laptop! This means no paying more billionaires lots more money and no giving away your private info to them! There’s an added bonus that deepseek is supposed to be a LOT more efficient, and thus uses less energy to process prompts!
![](https://www.dinalab.net/wp-content/uploads/2025/02/PXL_20250205_012333771.MP_-1024x772.jpg)
Follow these instructions below to run your own deepseek locally!
ollama run deepseek-r1
or you can download other specific models with this syntax
ollama run deepseek-r1:1.5b
make sure python is installed on your computer so you can use pip:
https://www.python.org/downloads/
pip install open-webui
open-webui usually takes many minutes to install, but afterwards, just run:
open-webui serve
now go to this in your browser:
http://localhost:8080/
create username and password
you are in!
You can download Visual Studio Code to help code and run python scripts too if you want!