https://github.com/shawonashraf/r1-lmstudio-chat
A simple lmstudio hosted deepseek r1 based chatbot made with Streamlit
https://github.com/shawonashraf/r1-lmstudio-chat
chatbot deepseek generative-ai lmstudio streamlit
Last synced: 7 months ago
JSON representation
A simple lmstudio hosted deepseek r1 based chatbot made with Streamlit
- Host: GitHub
- URL: https://github.com/shawonashraf/r1-lmstudio-chat
- Owner: ShawonAshraf
- Created: 2025-01-26T16:11:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T16:56:37.000Z (8 months ago)
- Last Synced: 2025-01-26T17:26:07.547Z (8 months ago)
- Topics: chatbot, deepseek, generative-ai, lmstudio, streamlit
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r1-lmstudio-chat
> A simple deepseek r1 based chatbot made with Streamlit and lmstudio backend
## llm backend
LM Studio Rest API. Download LM Studio, then load `deepseek-r1-distill-qwen-7b` and start the server.
## running locally
> [!IMPORTANT]
> Make sure to start the llm backend first!Install uv
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```Once installed,
```bash
git clone https://github.com/ShawonAshraf/r1-lmstudio-chat.git
cd r1-lmstudio-chat
uv venv
source .venv/bin/activate
uv pip install -e .
```Now you can run the chatbot
```bash
uv run streamlit run bot.py
```## disclaimer
This isn't a production ready chatbot and is only meant to be used as a demo.