Skip to content

This project is completely built on NLP (Natural Language Processing). For the model to communicate to the internet and get the answer to the quarries this model is using wolframalpha library, to open the application and save files this model is using OS library which helps the python program to communicate to the device files and command prompt…

Notifications You must be signed in to change notification settings

BoddulaSiddharth/Desktop-Assistant

Repository files navigation

Desktop Assistant

This project is completely built on NLP (Natural Language Processing). For the model to communicate to the internet and get the answer to the quarries this model is using WolframAlpha library, to open the application and save files this model is using OS library which helps the python program to communicate to the device files and command prompt. Tkinter library is being used for the user interface.

Information

The new version just dropped. Desktop Assistant is being updated with 2 more exciting functionalities they are:

(i) Shutdown feature. This feature enables us to shut down the device with voice and button

(ii)Clipboard feature. This feature helps us convert the clipboard text into a notepad file.

Libraries need to be downloaded:

import os(pip install os)

import pyttsx3(pip install pyttsx3)

import speech_recognition as sr(pip install SpeechRecognition)

import wolframalpha(pip install wolframalpha)

from Tkinter import *

import tkinter as tk(pip install tkinter)

Following are the screenshots of the Desktop Assistant Main Screen: image

Following is the screenshots of Desktop Assistant Settings Screen:

image

The link for the full Project Video https://www.youtube.com/watch?v=gpmvTKidu_k

About

This project is completely built on NLP (Natural Language Processing). For the model to communicate to the internet and get the answer to the quarries this model is using wolframalpha library, to open the application and save files this model is using OS library which helps the python program to communicate to the device files and command prompt…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages