Skip to content

BKK31/assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Assistant Project

A Python project that utilizes various libraries to create a virtual assistant.

Requirements

  • Python 3.x
  • SpeechRecognition
  • pyttsx3
  • ecapture
  • bs4
  • google-generativeai
  • spotipy
  • pyjokes

Setup

  1. Install the required packages using pip:
     pip install SpeechRecognition pyttsx3 wikipedia ecapture bs4 google-generativeai spotipy pyjokes
  2. Create a Google Cloud account and obtain a API key for the Google Text-to-Speech API.
  3. Create a Spotify Developer account and obtain a API key for the Spotify integration.

Usage

  1. Clone the repository to your local machine using Git:
     git clone https://github.com/bkk31/assistant.git
  2. Navigate to the project directory:
     cd assistant
  3. Run the Python script using Python 3.x:
     python assistant.py

Notes

  • This project uses SpeechRecognition for speech-to-text, pyttsx3 for text-to-speech, and wikipedia for general knowledge.
  • Make sure to check the library documentation for any updates or changes to the API.
  • Also, ensure that the API keys are properly configured and up-to-date.

License

This project is licensed under the GNU General Public License (GPL). See the LICENSE file for details.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages