Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ichandrasharma/personal-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal AI (Offline - No Internet Needed)

This is a personal AI that works entirely offline, using Spring AI for the backend and React for the frontend. The AI leverages the DeepSeek R1 model and requires Ollama for model management.


How it looks like:

SS

Watch the Video


Tech:

  • Backend: SpringAI framework, deepkseek r1 model, ollama
  • Frontend: React, Vite

To quick start:

Prerequisites:

  • Ollama (Download here)
  • Node.js (for frontend development)
  • Java & Spring Boot (for backend development)

Setup Instructions:

1. Install and Configure Ollama:

  1. Download and install Ollama.
  2. Open a terminal and pull the DeepSeek R1 model version according to your system configuration:
    ollama pull deepseek-r1:7b # According to your system config
  3. Verify the installation by listing available models:
    ollama list
    Ensure deepseek-r1 appears in the list.

2. Clone the Repository:

git clone <your-repo-url>
cd <your-repo-folder>

3. Start the Backend Server:


4. Start the Frontend:

  1. Install dependencies:
    npm install
  2. Start the frontend server:
    npm run dev

Usage:

Once both backend and frontend servers are running, open your browser and navigate to http://localhost:3000 to interact with your offline AI.


About

This is a personal AI that works entirely offline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published