Skip to content

A Sleek, Local AI Chat Interface for Deepseek powered by Ollama

License

Notifications You must be signed in to change notification settings

Aaris03Khan/DeepUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

DeepSeek Logo Ollama Logo

DeepUI

DeepUI is a modern user interface designed for Deepseek R1, optimized for Ollama and tailored for local AI interactions. Built with Next.js, it offers a privacy-focused, offline-capable interface with system monitoring capabilities.

Features ✨

  • Local First: Operates entirely offline with no data storage.
  • Performance Metrics: Real-time CPU/RAM monitoring.
  • Responsive Design: Mobile-friendly with QR code sharing.
  • Theme Support: Built-in dark/light mode toggle.
  • Code Display: Syntax highlighting for code blocks.
  • Privacy Focused: Zero data collection or tracking.

Prerequisites 📋

  • Node.js v18+
  • Ollama installed: installation guide
  • Deepseek R1 model: ollama run deepseek-r1

Installation 🛠️

# Clone repository
git clone https://github.com/yourusername/deepui.git

# Install dependencies
npm install

# Start development server
npm run dev

Note: Production build is currently being improved. Use dev mode for now.

Usage 🚀

  1. Ensure Ollama is running: ollama serve
  2. Access the UI: Navigate to http://localhost:3000

Mobile Access:

  • Scan the QR code from the desktop interface.
  • Ensure devices are connected via the same local network.

Theme Toggle:

  • Use the sun/moon icon to switch between dark and light modes.

System Monitoring:

  • View real-time CPU and RAM usage in the status bar.

Future Enhancements 💡

  • Multi-model support
  • File attachment capabilities
  • Keyboard shortcuts
  • Export chat functionality
  • Advanced prompt templates

Contributing 🤝

Contributions are welcome! Please open an issue first to discuss proposed changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Sleek, Local AI Chat Interface for Deepseek powered by Ollama

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published