اپریل 14، 2018

ونڈوز 10 پر گوگل اسسٹنٹ کو کیسے انسٹال کریں۔

How to Install Google Assistant on Windows 10: Google Assistant is a virtual personal assistant rolled out by Google to Android devices to enter the AI assistants’ market. Today, many AI assistants are claiming to be the best, like Siri, Amazon Alexa, Cortana, etc. However, by far, Google Assistant is one of the best available on the market. The only problem with Google Assistant is that it’s not available on PC, as it is only available on mobile and smart home devices.

ونڈوز 10 پر گوگل اسسٹنٹ کو کیسے انسٹال کریں۔

To get Google Assistant on PC, you need to follow command-line instructions, which is the only way to get it on PC. Anyway, without wasting any time, let’s see How to Get Google Assistant on Windows 10 with the below-listed guide’s help.

ونڈوز 10 پر گوگل اسسٹنٹ کو کیسے انسٹال کریں۔

کچھ غلط ہونے کی صورت میں بحالی پوائنٹ بنانا یقینی بنائیں۔

لازمی شرائط:

1. سب سے پہلے، آپ کو کرنے کی ضرورت ہے Python ڈاؤن لوڈ کریں۔ کی طرح اس عمل کو کر سکتے ہیں۔

2. Download Python 3.6.4 from the link, then double-click on python-3.6.4.exe to run the setup.

3. چیک مارک "Python 3.6 کو PATH میں شامل کریں،"پھر کلک کریں۔ Customize installation.

Checkmark 'Add Python 3.6 to PATH' then click on Customize installation

4. Make sure everything is checked in the window, then click اگلا.

Make sure everything is checked in the window then click Next

5. On the next screen, just make sure to چیک مارک "پائیتھون کو ماحولیاتی متغیرات میں شامل کریں۔".

Checkmark Add Python to environment variables and click Install

6. Click Install, then wait for Python to get installed on your PC.

Click Install then wait for Python to get installed on your PC

7. Once the installation is complete, restart your PC.

8. Now, press Windows Key + X, then select کمانڈ پرپیٹ (ایڈمن).

ونڈوز بٹن پر دائیں کلک کریں اور کمانڈ پرامپٹ (ایڈمن) کو منتخب کریں

9. درج ذیل کمانڈ کو cmd میں ٹائپ کریں اور Enter دبائیں:

پادری

Type python in command prompt and it should return the python version installed on your PC

10. If the above command will return the current Python version on your computer, then you have successfully installed Python NumPy on your PC.

1 مرحلہ: گوگل اسسٹنٹ API کو کنفیگر کریں۔

With this step, you can use Google Assistant on Windows, Mac, or Linux. Just install the python on each of these OS to properly configure Google Assistant API.

1. سب سے پہلے، پر جائیں Google Cloud Platform Console website اور پر کلک کریں CREATE PROJECT. 

نوٹ: You might need to sign in with your Google account.

On Google Cloud Platform Console website click CREATE PROJECT

2. Name your project appropriately, پھر پر کلک کریں بنانا.

نوٹ: Make sure to note down the project ID, in our case, its windows10-201802۔ 

Name your project appropriately then click on Create

3. Wait till your new project is created (you will notice a spinning circle on the bell icon at the top right corner).

Wait till your new project is created

4. Once the process is done click on the bell icon and select your project.

Click on the bell icon and select your project

5. On the project page, from the left-hand menu, click on APIs & Services, پھر منتخب کریں لائبریری

Click on APIs & Services then select Library

6. On the library page, search for “Google اسسٹنٹ” (without quotes) in the search console.

On library page search for Google Assistant in the search console

7. Click on Google Assistant API search result and then click on فعال.

Click on Google Assistant from search result then click on Enable

8. Now, from the left-hand menu, click on Credentials, then click “تخلیق کریں اسناد"اور پھر منتخب کریں Help me choose.

From the left-hand menu click on Credentials then click Create credentials

9. Choose the following information on the “اپنے پروجیکٹ میں اسناد شامل کریں۔” screen:

Question: Which API are you using? 
Answer: Google Assistant API

Question: Where will you be calling the API form?
Answer: Other UI (e.g. Windows, CLI tool)

Question: What data will you be accessing?
Answer: User data

10. After answering all of the above questions, click on “مجھے کن اسناد کی ضرورت ہے؟".

Click on What credentials do I need

11. منتخب کریں Set up consent screen and choose the Application type to اندرونی. Type the project name in the Application name and click محفوظ کریں

12. Again, go back to the “Add credentials to your project” screen, then click on اسناد بنائیں اور منتخب کریں مجھے منتخب کرنے میں مدد کریں۔. Follow the same instructions as you did on step 9 and proceed forward.

13 اگلے، type the name of the Client ID (name it anything you like) to create OAuth 2.0 client ID اور پر کلک کریں Create Client ID بٹن پر کلک کرنا ہے۔

Next type the name of the Client ID and click Create Client ID

14. کلک کریں ہو گیا ، then open a new tab and go to Activity controls from اس لنک.

Make sure all the toggles are turned ON in Activity Controls page

15. Make sure all the toggles are turned ON اور پھر واپس جائیں Credentials tab.

16. ڈاؤن لوڈ آئیکن پر کلک کریں۔ in the far right of the screen to download the credentials.

Click the download icon in the far right of the screen to download the credentials

نوٹ: Save the credentials file somewhere easily accessible.

2 مرحلہ: Install Google Assistant Sample Python Project

1. Windows Key + X دبائیں پھر منتخب کریں۔ کمانڈ پرپیٹ (ایڈمن).

ونڈوز بٹن پر دائیں کلک کریں اور کمانڈ پرامپٹ (ایڈمن) کو منتخب کریں

2. درج ذیل کمانڈ کو cmd میں ٹائپ کریں اور ہر ایک کے بعد Enter دبائیں۔

py -m pip انسٹال گوگل اسسٹنٹ ایس ڈی کے[نمونے]

Use install pip command into Command Prompt

3. Once the above command finishes executing, type the below command and hit Enter.

pip install --upgrade google-auth-oauthlib[tool]

4. Navigate to the JSON file location that you downloaded earlier and اس پر دائیں کلک کریں اور پراپرٹیز کو منتخب کریں۔. In the name field, copy the file name and paste it inside notepad.

5. Now enter the below command but make sure to replace the “path/to/client_secret_XXXXXX.json” with the actual path of your JSON file which you copied above:

google-oauthlib-tool --client-secrets path/to/client_secret_XXXXX.json --scope https://www.googleapis.com/auth/assistant-sdk-prototype --save --headless

Authorize the URL by visiting & then enter the authorization code

6. Once the above command finishes processing, you get a URL as the output. . copy this URL as you will require it in the next step. 

نوٹ: Don’t close the Command Prompt just yet.

Authorize the URL by visiting & then enter the authorization code

7. Open your Web browser and navigate to this URL, then select the same گوگل اکاؤنٹ that you used to configure the Google Assistant API.

Select the same Google account that you used to configure the Google Assistant API

8. پر کلک کرنا یقینی بنائیں اجازت دیں to grant the necessary permission to run Google Assitant.

9. On the next page, you will see some code that will be your client’s Access Token.

On the next page you will see Client’s Access Token

10. Now switch back to the Command prompt and copy this code & paste it into cmd. If everything goes alright you see an output that says that your credentials have been saved.

If everything goes alright you see an output which says that your credentials have been saved

3 مرحلہ: Testing Google Assistant on Windows 10 PC

1. Windows Key + X دبائیں پھر منتخب کریں۔ کمانڈ پرپیٹ (ایڈمن).

ونڈوز بٹن پر دائیں کلک کریں اور کمانڈ پرامپٹ (ایڈمن) کو منتخب کریں

2. Now we need to test if Google Assistant can properly access your microphone. Type the below command into cmd and hit Enter, which will start a 5-second audio recording:

py -m googlesamples.assistant.grpc.audio_helpers

3. If you can successfully hear the 5-second audio recording back, you can move to the next step.

نوٹ: You can also use the below command as an alternative:

googlesamples-assistant-audiotest --record-time 10

Record 10 seconds of audio samples and play them back

4. You need to Register your Device before you can start using Google Assistant on Windows 10 PC.

5. Next, type the below command and press Enter:

cd C:GoogleAssistant

6. Now type the following command but replace the “project-id” with the actual project id that you have created in the first step. In our case it was windows10-201802۔

googlesamples-assistant-devicetool --project-id register-model --manufacturer "Assistant SDK developer" --product-name "Assistant SDK light" --type LIGHT --model "GA4W"

successfully register the device model

7. Next, to enable Google Assistant Push to Talk (PTT) capabilities, enter the below command below but make sure to replace “project-id” with the actual project id:

py -m googlesamples.assistant.grpc.pushtotalk --device-model-id “GA4W” --project-id

نوٹ: The Google Assistant API supports every command that Google Assistant supports on Android and Google Home.

You have successfully installed & configured Google Assistant on your Windows 10 PC. Once you enter the above command, simply press Enter and you can ask any questions directly to Google Assistant without having to say “OK, Google” command.

سفارش کی جاتی ہے:

ہمیں امید ہے کہ یہ گائیڈ مددگار تھا اور آپ اس قابل تھے۔ install Google Assistant on Windows 10 PC without any issues. But if you still have any questions regarding this guide, then feel free to ask them in the comment section.