{"id":25620524,"url":"https://github.com/priom7/deepseek-react-chat-app","last_synced_at":"2026-06-12T23:34:36.264Z","repository":{"id":274786535,"uuid":"924046513","full_name":"Priom7/deepseek-React-Chat-App","owner":"Priom7","description":"Run Deekseek LLM model locally with Ollama, deepseek-r1:1.5b, and React","archived":false,"fork":false,"pushed_at":"2025-01-29T11:04:39.000Z","size":1438,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T07:19:53.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Priom7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-29T10:17:42.000Z","updated_at":"2025-02-08T18:39:30.000Z","dependencies_parsed_at":"2025-01-29T12:30:03.716Z","dependency_job_id":null,"html_url":"https://github.com/Priom7/deepseek-React-Chat-App","commit_stats":null,"previous_names":["priom7/deekseek-react-chat-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Priom7/deepseek-React-Chat-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priom7%2Fdeepseek-React-Chat-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priom7%2Fdeepseek-React-Chat-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priom7%2Fdeepseek-React-Chat-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priom7%2Fdeepseek-React-Chat-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Priom7","download_url":"https://codeload.github.com/Priom7/deepseek-React-Chat-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Priom7%2Fdeepseek-React-Chat-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34266915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-22T07:19:20.997Z","updated_at":"2026-06-12T23:34:36.242Z","avatar_url":"https://github.com/Priom7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠️ React-Powered Local Chatbot with Ollama \u0026 DeepSeek LLM\n\n## 🚀 Overview\n\nThis project is a real-time chatbot built with **React**, powered by **Ollama** running locally with the **DeepSeek LLM**. The entire application, including the LLM model, runs on your local machine, ensuring full control over data and performance.\n\n## 🎯 Features\n\n- 💬 **Real-time Chat** with AI responses\n- 🤖 **DeepSeek LLM** model for intelligent conversations\n- 🧠 **Thinking \u0026 Typing Indicators** for better UX\n- 🌟 **Smooth Animations** using Framer Motion\n- 🎨 **Bootstrap UI** for a modern chat interface\n- 🏠 **Runs Fully Locally** – No external API calls required!\n\n---\n\n## ⚡ Setup Guide\n\n### 1️⃣ Install \u0026 Set Up Ollama\n\nTo run the chatbot locally, you'll need **Ollama**, a lightweight LLM server.\n\n#### 🛠️ Install Ollama\n\nDownload Ollama from the official website: 🔗 [https://ollama.com/](https://ollama.com/)\n\nFollow the installation steps based on your OS:\n\n- **Windows**: Run the installer\n- **Mac**: Install via `brew install ollama`\n- **Linux**: Follow the Linux-specific installation guide\n\n#### 📥 Pull \u0026 Serve the DeepSeek Model\n\nWe are using **DeepSeek-r1:1.5b**. Pull and serve it with:\n\n```bash\nollama pull deepseek-r1:1.5b\nollama serve\n```\n\nOnce running, Ollama will be available at `http://127.0.0.1:11434/api/chat`.\n\n---\n\n### 2️⃣ Run the React App\n\n#### 📦 Install Dependencies\n\nEnsure you have **Node.js** and **npm** installed. Then, clone the repo and install dependencies:\n\n```bash\ngit clone \u003crepo-url\u003e\ncd \u003cproject-directory\u003e\nnpm install\n```\n\n#### ▶️ Start the App\n\n```bash\nnpm start\n```\n\nYour chatbot should now be running at `http://localhost:3000/`!\n\n---\n\n## 🔧 Configuration\n\n- If you're using a different model, update the `model` parameter in `fetch` requests inside `ChatApp.js`.\n- Modify UI elements using Bootstrap classes and Framer Motion for animations.\n\n---\n\n## 🎉 Enjoy chatting with your AI assistant, running entirely on your machine! 🚀\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/Priom7/deekseek-React-Chat-App/blob/main/productUI.png\" width=\"400\" alt=\"working gif\"\u003e\n\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriom7%2Fdeepseek-react-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpriom7%2Fdeepseek-react-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpriom7%2Fdeepseek-react-chat-app/lists"}