Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 1.49 KB

File metadata and controls

77 lines (51 loc) · 1.49 KB

Project Shabnam - Your Personal Virtual Assistant

Welcome to Project Shabnam! This is your personal virtual assistant, designed to make your daily tasks easier.

Description

Project Shabnam is an ongoing project aimed at creating a versatile virtual assistant. It can perform various tasks, including providing information, opening applications, playing music, and more.

Features

  • Voice-activated commands
  • System information retrieval
  • Web searches
  • Math calculations
  • Music playback from YouTube Music
  • Integration with Wolfram Alpha for complex queries
  • Weather information retrieval

Usage

Without Pipenv

  1. Clone the repository:

    git clone https://github.com/Gaganraj2002/ProjectShabnam.git
    cd ProjectShabnam
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python main.py

With Pipenv

  1. Clone the repository:

    git clone https://github.com/Gaganraj2002/ProjectShabnam.git
    cd ProjectShabnam
  2. Install dependencies using Pipenv:

    pipenv install
  3. Activate the virtual environment:

    pipenv shell
  4. Run the application:

    python main.py

Author

Gagan Raj

Contributing

This project is under development, and contributions are welcomed. Feel free to open issues, submit pull requests, or provide feedback.

License

This project is not currently licensed.