Skip to content

ARIA-The bot is an AI based assistant that uses voice recognition, language based algorithms and specified voice commands which returns relevant information which is requested by the user. It will help the user to search results on internet using “Google” keyword as well as finds the path in the local system, if that particular file is not avail…

Notifications You must be signed in to change notification settings

AbdulMoghni/ARIA-The-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ARIA-The-bot

ARIA-The bot is an AI based assistant that uses voice recognition, language based algorithms and specified voice commands which returns relevant information which is requested by the user. It will help the user to search results on internet using “Google” keyword as well as finds the path in the local system, if that particular file is not available in the local computer then it will automatically redirect this search on internet.

Research Paper

We have also publish Research paper of this project Link of the Research paper :- https://ieeexplore.ieee.org/document/9753961

Python Module USED:-

from PyQt5 import QtWidgets, QtGui,QtCore

from PyQt5.QtGui import QMovie

from PyQt5.QtWidgets import *

from PyQt5.QtCore import *

from PyQt5.QtGui import *

from PyQt5.uic import loadUiType

import pyttsx3

import speech_recognition as sr

import os

import time

import wikipedia

import webbrowser

import datetime

About

ARIA-The bot is an AI based assistant that uses voice recognition, language based algorithms and specified voice commands which returns relevant information which is requested by the user. It will help the user to search results on internet using “Google” keyword as well as finds the path in the local system, if that particular file is not avail…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages