Skip to content

The Desktop Assistant is designed to help users with tasks, information, and communication.

Notifications You must be signed in to change notification settings

nileshparab42/Amadeus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Cover image

Amadeus - Desktop Asistant

The Desktop Assistant is designed to help users with tasks, information, and communication.

Description

Desktop Assistant is a virtual assistant designed to help you with tasks and answer your questions. You can interact with Desktop Assistant through natural language, simply by speaking to it.

Features

Here are some examples of what you can ask Desktop Assistant:

  • "What time is it now?"
  • "Search something on Google"
  • "Search something on Youtube"
  • "Open Visual Studio Code"
  • "Open GitHub"
  • "Open Classroom"
  • "Open File explorer"
  • "Open Notepad"
  • "Open browser"
  • "Open Youtube"

image of features

Getting Started

Language

  • Python

Modules

  • pyaudio
  • speech_recognition
  • pyttsx3
  • datetime
  • os
  • webbrowser

Installation

Get the Amadeus Repository now.

To download a Amadeus project, you can use the git clone command. This command creates a copy of the repository in a new directory on your local machine.

git clone https://github.com/nileshparab42/Amadeus.git

To set up the project, you can use the pip command to install the required packages specified in the requirements.txt file.

pip install -r requirements.txt

This will install all of the required packages for the project. If you are using a virtual environment for the project, you should activate the environment before running this command.

pip install virtualenv
virtualenv myenv
source myenv/bin/activate
pip install -r requirements.txt

This will create a new virtual environment called myenv, activate it, and then install the required packages.

Installation of the Amadeus

To install an executable file of Amadeus, you can follow these steps:

  1. Download the executable file from the Amadeus repository. You can do this by clicking on the file and then clicking the "Download" button, or by using the curl or wget command to download the file directly from the command line.
  2. Make the file executable. In Linux or macOS, you can use the chmod command to give the file execute permissions:
chmod +x /path/to/amadeus.exe
  1. Run the executable file. You can do this by double-clicking on the file in a file manager, or by running the following command in the terminal:
./amadeus.exe
  1. Keep in mind that some executable files may require certain dependencies or libraries to be installed in order to run correctly. You may need to install these dependencies manually or using a package manager, such as apt or yum, before you can run the executable file.

Authors

Acknowledgements

  • This project was inspired by the work of the CodeWithHarry.
  • We also used resources and tools from the GeeksforGeeks to develop and test our project.

About

The Desktop Assistant is designed to help users with tasks, information, and communication.

Topics

Resources

Stars

Watchers

Forks