Code Monkey home page Code Monkey logo

grp-28-intelligent_systems_of_voice_recognition's Introduction

Grp 28 Intelligent Systems of Voice Recognition

A desktop application that will perform the task given by the end-user through voice command. This project aims to ease and fasten the process for the end-user and therefore make life simpler

Contribution:

Naman Dave (201801439): System Architect, core(โ€˜s) developer, Added functionality; Tell Joke, Math String Evaluator, Wolfram Alpha API (nmn) Core : (Recommendation System, Intent extractor (recombyte), VA functionalities (va), Data Hashing, storage, loader, and Inverse Hashing(recombyte).

Nishit Jagetia(201801027):

  1. Constantly arranging meetings and interacting with the group members related to the project stuff and lab submissions.
  2. Contributed in a significant amount in this project report and lab reports.
  3. Added functions and a dictionary of words related to open Visual Studio Code Application through Voice Command on different platforms (MacOS, Linux, Windows).
  4. Added functions and dictionary of words related to open Eclipse Application on voice command on the above platforms.

Aakash Panchal(201801459): Added two functionalities:

  1. Given a file-name with extension, search it on the whole pc.
  2. Given a folder name, find the folder. Both searches are case-insensitive and this features will be extended as follows: If more than one files exist with similar names, then let the user choose which one he/she wants to open, over voice command.

Jeet Umat(201801232):added given functionality 1)open the default downloads folders of desktop according to the system 2)generate a strong password of length given by user 3)give the information about remaining battery 4)give information about total cores of cpu,usage of cores(in percentage),maximum and minimum frequency of cpu 5)give information about partition of disk 6)give the information about total memory data of a computer 7)give our current location in google map

Divyansh Khatri(201801012): Added Given Functionality

  1. Added Functions to Open or start Google Chrome on all three platforms
  2. Added Functions to Search directly on Wikipedia (on google chrome) about some topic.
  3. Added Function to know the current date and time through voice command.

Jay Shah(201801141): 1)Open Mozilla Firefox on all three platforms 2) tell meaning of the given word 3) Adjust brightness in windows4 4) Suggest movies 5) Suggest books 6) Give stats of corona in India 7) Tell news 8) Tell weather 9) Show location in google map 10) Tell current time 11) unit testing and demo video(for windows)

Parthav Kansagra(201801145):

  1. Open webex meeting through the voice Command
  2. Open stopwatch through the voice command
  3. open rock paper scissors game

Manali Reddy(201801118):

  1. Creation and deletion of files in different format (.txt, .pdf, etc.) specified by the user

Siddharth Moradiya (201801470):

  1. Added a functionality to play any music or video from a given folder path in offline mode. First the user provides the folder path and then the system shows the list of files which is available on that folder. after the user says file number and the system will play that particular music/video for the user.
  2. Contributed in all the labs discussion, report making..

Kishan Gadhiya(201801147): Open notepad in windows through the voice command Open Gedit in linux through the voice command

grp-28-intelligent_systems_of_voice_recognition's People

Contributors

aakash-panchal27 avatar carbonddr avatar divyansh-khatri avatar jayshah610 avatar kbg1910 avatar manali-bot avatar nishit-jagetia avatar nmndv avatar parthavk avatar siddharthm25 avatar umatjeet avatar

Watchers

 avatar

Forkers

naman1233

grp-28-intelligent_systems_of_voice_recognition's Issues

Error in Installation of PyAudio library

Error occurs during the installation of PyAudio library using the following command.
PS C:\Users\Dell> _pip install -U pyaudio --no-cache-dir_

When I execute the above command then following errors occur.

Collecting pyaudio
  Downloading PyAudio-0.2.11.tar.gz (37 kB)
Building wheels for collected packages: pyaudio
  Building wheel for pyaudio (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'c:\users\dell\appdata\local\programs\python\python37-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Dell\\AppData\\Local\\Temp\\pip-install-t44102fb\\pyaudio_2e15b338e5b04da38e3800f57e203a5f\\setup.py'"'"'; __file__='"'"'C:\\Users\\Dell\\AppData\\Local\\Temp\\pip-install-t44102fb\\pyaudio_2e15b338e5b04da38e3800f57e203a5f\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Dell\AppData\Local\Temp\pip-wheel-1k8p7i8_'
       cwd: C:\Users\Dell\AppData\Local\Temp\pip-install-t44102fb\pyaudio_2e15b338e5b04da38e3800f57e203a5f\
  Complete output (15 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win32-3.7
  copying src\pyaudio.py -> build\lib.win32-3.7
  running build_ext
  building '_portaudio' extension
  creating build\temp.win32-3.7
  creating build\temp.win32-3.7\Release
  creating build\temp.win32-3.7\Release\src
  C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\bin\HostX86\x86\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -Ic:\users\dell\appdata\local\programs\python\python37-32\include -Ic:\users\dell\appdata\local\programs\python\python37-32\include "-IC:\Program Files (x86)\Microsoft Visual 
Studio\2019\Community\VC\Tools\MSVC\14.25.28610\include" /Tcsrc/_portaudiomodule.c /Fobuild\temp.win32-3.7\Release\src/_portaudiomodule.obj
  _portaudiomodule.c
  src/_portaudiomodule.c(27): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.25.28610\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2
  ----------------------------------------
  ERROR: Failed building wheel for pyaudio
  Running setup.py clean for pyaudio
Failed to build pyaudio
Installing collected packages: pyaudio
    Running setup.py install for pyaudio ... error
    ERROR: Command errored out with exit status 1:
     command: 'c:\users\dell\appdata\local\programs\python\python37-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Dell\\AppData\\Local\\Temp\\pip-install-t44102fb\\pyaudio_2e15b338e5b04da38e3800f57e203a5f\\setup.py'"'"'; __file__='"'"'C:\\Users\\Dell\\AppData\\Local\\Temp\\pip-install-t44102fb\\pyaudio_2e15b338e5b04da38e3800f57e203a5f\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Dell\AppData\Local\Temp\pip-record-5mjwugvz\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\dell\appdata\local\programs\python\python37-32\Include\pyaudio'
         cwd: C:\Users\Dell\AppData\Local\Temp\pip-install-t44102fb\pyaudio_2e15b338e5b04da38e3800f57e203a5f\
    Complete output (15 lines):
    running install
    running build
    running build_py
    creating build
    creating build\lib.win32-3.7
    copying src\pyaudio.py -> build\lib.win32-3.7
    running build_ext
    building '_portaudio' extension
    creating build\temp.win32-3.7
    creating build\temp.win32-3.7\Release
    creating build\temp.win32-3.7\Release\src
    C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\bin\HostX86\x86\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MT -Ic:\users\dell\appdata\local\programs\python\python37-32\include -Ic:\users\dell\appdata\local\programs\python\python37-32\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.25.28610\include" /Tcsrc/_portaudiomodule.c /Fobuild\temp.win32-3.7\Release\src/_portaudiomodule.obj
    _portaudiomodule.c
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.25.28610\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\dell\appdata\local\programs\python\python37-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Dell\\AppData\\Local\\Temp\\pip-install-t44102fb\\pyaudio_2e15b338e5b04da38e3800f57e203a5f\\setup.py'"'"'; __file__='"'"'C:\\Users\\Dell\\AppData\\Local\\Temp\\pip-install-t44102fb\\pyaudio_2e15b338e5b04da38e3800f57e203a5f\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Dell\AppData\Local\Temp\pip-record-5mjwugvz\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\dell\appdata\local\programs\python\python37-32\Include\pyaudio' Check the logs for full command output.


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.