How to run DeepSeek locally in simple steps?

By // No comments:

Here is a simple guide on running DeepSeek locally in PC. Recently DeepSeek has caught like wildfire in IT industry.

Step 1:

Download llama in your desktop. The following link can be followed to download.

https://ollama.com/download/windows

and install it locally

Step 2:

Download DeepSeek model

From the command prompt you can use following command

ollama run deepseek-r1:1.5b 

I am running the smallest possible model here.

Step 3:

Download chatbox ai from site chatboxai.app

Install the application

After running this application from the setting choose ollama api in model provider and DeepSeek in the model
>> model provider >>  ollama api
>> model >> deepseek

Now you can ask the questions locally or upload your document and analyse it.

If you are running low space in C drive in windows, you can install it in another drive with /dir switch from command prompt. For e.g D drive by using this command in cmd " .\OllamaSetup.exe /DIR=D:\Your desired location "