DeepSeek ChatHub (π©ππππ π π³ππππ π¨π° πͺππππππ πππ πΉππππππππ π·π!)
DeepSeek ChatHub is a locally hosted AI chatbot powered by DeepSeek-R1, LangChain, and Streamlit. It provides a privacy-focused and responsive chatbot experience without relying on cloud services.
π Features
π‘οΈ Privacy-Focused: Runs entirely on your machine.
β‘ Fast & Responsive: No cloud dependency, ensuring low latency.
π§ Powered by Ollama DeepSeek-R1: Uses a robust AI model for intelligent responses.
π¨ Intuitive UI: Modern, easy-to-use chat interface.
π Prerequisites
Before running the chatbot, ensure you have the following installed:
1οΈβ£ Install Ollama
Follow the installation guide at: Ollama
2οΈβ£ Run DeepSeek-R1 Model in Ollama
ollama run deepseek-r1
3οΈβ£ Install Required Python Packages
pip install -qU langchain-ollama
pip install langchain streamlit
π Running the Chatbot
Once all prerequisites are set up, you can launch the chatbot using:
streamlit run deepseek-chathub.py
This will start the chatbot UI in your browser, allowing you to interact with DeepSeek-R1 seamlessly.
π― Usage
Enter your question in the text area.
Select Explanation Type (Layman, Short, Long) for customized responses.
Click Send to receive AI-generated answers.
View Chat History to track previous conversations.
π€ Contributing
Feel free to contribute by opening issues or submitting pull requests. π
π License
BSD 3-Clause License