A Hands-On Look at Deepseek R1
I'm incredibly impressed with Deepseek! I'm eager to share my experience so you can explore its capabilities firsthand. This guide provides a practical walkthrough:
Step 1:
- Navigate to ollama.com.
- Download the Ollama application.
- Select a language model compatible with your computer's resources.
Step 2: Open your terminal or command prompt and execute the following commands:
ollama run llama3.2
ollama run deepseek-r (select the 7b version)
Step 3:
- Visit docker.com.
- Download and install Docker Desktop, choosing the appropriate version for your operating system.
- Minimize the Docker Desktop application.
- In your terminal, run:
ollama run OpenWebUI
Step 4:
- Go to openwebui.com and register for an account.
- Consult the documentation at docs.openwebui.com and copy the provided Docker installation script (shown below).
- In your terminal, execute the copied script, which will resemble this:
docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
- Verify the container's ID within the Docker Desktop interface.
Step 5:
- Log in to OpenWebUI at
.https://openwebui.com/auth - You should see a screen similar to the one below.

Now, let's compare Llama3.2 and Deepseek-r1 by engaging in some conversational interactions.
For instance, you might ask:
"Provide a code example for a website's fixed header using CSS and JavaScript."
The system's response will be similar to the example shown below. (Include a screenshot or example response here)
Feel free to experiment with different settings and parameters! You can even combine the outputs from the two models by clicking the designated icon at the bottom right.
You can adjust setting and parameters thro chat controls which is availabel at right top icon.
Deepseek R1 offers a broad spectrum of natural language processing abilities. Try baby Try!
For additional guidance on using these models, please refer to the following resources:
- https://www.youtube.com/watch?v=5kFV20LatL8&t=606s (With Credits and Thanks)
https://www.youtube.com/watch?v=syR0fT0rkgY&t=3s for deployment
No comments:
Post a Comment