Pragya V2 AI Assistant Windows Install Guide (Step-by-Step)

अगर आप एक ऐसा AI Assistant चाहते हैं जो सिर्फ ChatGPT जैसा चैट न करे बल्कि आपके सिस्टम को कंट्रोल करे, कैमरा देखे, बोलकर काम करे और आपकी पर्सनैलिटी के हिसाब से बदले — तो PRAGYA V2 आपके लिए है।

🧠 Pragya V2 AI Assistant Windows Install Guide (Complete Step-by-Step)

अगर आप अपने Windows सिस्टम में Pragya V2 Voice AI Assistant इंस्टॉल करना चाहते हैं और setup के दौरान errors आ रहे हैं, तो यह पूरा गाइड आपके लिए है।

यहाँ backend, frontend, environment variables, Python, Node.js — सब कुछ साफ और आसान तरीके से समझाया गया है।

Pragya V2 Download

🔹 Step 1: Python Scripts Path Add करें

Pragya V2 सही तरीके से run करने के लिए Python Scripts Path add करना जरूरी है।

Copy करें:

C:\Users\yourpcname\AppData\Roaming\Python\Python312\Scripts

(अगर Python version अलग है तो version number बदल सकता है)


Environment Variables कैसे खोलें:

  1. Windows Key दबाएँ
  2. Search करें: Environment Variables
  3. Click करें: Edit the system environment variables
  4. Environment Variables button पर click करें
  5. User Variables में Path → Edit → New
  6. Copied path paste करें
  7. OK करके save करें

🔹 Step 2: Required Software Download

🔸 MSVC Build Tool

Download:
https://aka.ms/vs/17/release/vs_BuildTools.exe

Install करते समय select करें:
✔ Desktop development with C++


🔸 Python Download

Download:
https://www.python.org/downloads/windows/

Recommended Version:
✔ Python 3.13

अगर issue आए तो:
✔ Python 3.11 या 3.12


🔸 Node.js Download

Download:
https://nodejs.org/en/download

Recommended Version:
✔ Node.js v20.19.6


🔹 Step 3: Virtual Environment Setup

PowerShell को Administrator mode में open करें।

Virtual Environment Create करें

Python -m venv venv

Execution Policy Set करें

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Activate करें

venv/scripts/activate

VS Code में Python Interpreter Select करें

  1. CTRL + Shift + P
  2. Python Select Interpreter
  3. Enter Interpreter Path
  4. Find
  5. Backend Folder “Jarvis_code” select करें
  6. Python select करें

Backend Dependencies Install करें

pip install -r requirements.txt

🔹 Step 4: Frontend GUI Setup

1️⃣ .env.local File बनाएँ

Create करें:

.env.local

इसमें LiveKit API Keys paste करें।


2️⃣ Frontend Folder में जाएँ

cd .\agent-starter-react\

3️⃣ Required Commands Run करें

npm install -g pnpm
pnpm install
pnpm add -D concurrently

🔹 Step 5: Pragya V2 Run करें

pnpm dev

अब आपका Pragya V2 local server पर successfully run होना शुरू हो जाएगा।


🚀 Download Section

🔽 Required Downloads for Pragya V2

SoftwareDownload Link
MSVC Build Toolshttps://aka.ms/vs/17/release/vs_BuildTools.exe
Download Link
PythonDownloads
Node.jshttps://nodejs.org/en/download

❓ Frequently Asked Questions (SEO Boost)

Pragya V2 install करते समय Python not recognized error क्यों आता है?

यह तब आता है जब Python Scripts Path Environment Variables में add नहीं किया गया हो।


pnpm command not found error कैसे fix करें?

Terminal में npm install -g pnpm run करें और terminal restart करें।


Pragya V2 के लिए कौन सा Python version best है?

Python 3.13 recommended है। अगर issue आए तो 3.11 या 3.12 use करें।

❓ FAQ – PRAGYA V2 से जुड़े सवाल

Q1: क्या यह free है?

Free

Q2: क्या WhatsApp automation safe है?

Automation limited mode में चलता है। Overuse से account risk हो सकता है।

Q3: क्या यह Android पर भी चलेगा?

Cominsoon

Q4: क्या मेरा डेटा सुरक्षित है?

हाँ। Local storage + Encryption available है।

Leave a Comment