An open API service indexing awesome lists of open source software.

https://github.com/subh05sus/python-voice-assistant

A Python-based voice assistant that can greet you and perform a variety of tasks, including searching the web, opening social media, and creating a to-do list and much more to play with the amazing features.
https://github.com/subh05sus/python-voice-assistant

ai assistant beginner-friendly beginner-project hacktoberfest2020 python swoc2023 swoc23 voice

Last synced: 4 months ago
JSON representation

A Python-based voice assistant that can greet you and perform a variety of tasks, including searching the web, opening social media, and creating a to-do list and much more to play with the amazing features.

Awesome Lists containing this project

README

          

# Python-Voice-Assistant

A Python-based voice assistant that can greet you and perform a variety of tasks, including searching the web, opening social media, and creating a to-do list and much more to play with the amazing features.

![Python-Voice-Assistant](https://socialify.git.ci/subhadip-saha-05/python-voice-assistant/image?font=Inter&forks=1&issues=1&language=1&name=1&owner=1&pattern=Circuit%20Board&pulls=1&stargazers=1&theme=Dark)


[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)
![Visitors](https://api.visitorbadge.io/api/visitors?path=subhadip-saha-05%2Fpython-voice-assistant%20&countColor=%23263759&style=flat)
![GitHub forks](https://img.shields.io/github/forks/subhadip-saha-05/python-voice-assistant)
![GitHub Repo stars](https://img.shields.io/github/stars/subhadip-saha-05/python-voice-assistant)
![GitHub contributors](https://img.shields.io/github/contributors/subhadip-saha-05/python-voice-assistant)
![GitHub last commit](https://img.shields.io/github/last-commit/subhadip-saha-05/python-voice-assistant)

![GitHub repo size](https://img.shields.io/github/repo-size/subhadip-saha-05/python-voice-assistant)

![Github](https://img.shields.io/github/license/subhadip-saha-05/python-voice-assistant)
![GitHub issues](https://img.shields.io/github/issues/subhadip-saha-05/python-voice-assistant)
![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/subhadip-saha-05/python-voice-assistant)
![GitHub pull requests](https://img.shields.io/github/issues-pr/subhadip-saha-05/python-voice-assistant)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/subhadip-saha-05/python-voice-assistant)


## How does this code work?

This voice assistant is built using a combination of various Python packages, making it easy for you to use and access a wide range of functionality.

## Installation

To install the required dependencies, use pip by running:

```sh
pip install -r requirements.txt
```

### Script-based Installation

An alternative method for easy installation is to use the provided scripts.
To install all necessary dependencies, run the script corresponding to your operating system:

#### Windows

```sh
cd /your_path/Python-Voice-Assistant
./Setup.bat
```

#### Unix-based/Linux

```sh
cd /your_path/Python-Voice-Assistant
./Setup.sh
```

## Using ChatGPT

To use ChatGPT, you would need an API key. To get the API Key follow the steps below.

### Getting API Keys

1. First go to [https://openai.com/](https://openai.com/)

![Picture1](Documentation/Picture1.png)

2. Now click on API and Sign Up and make sure to state that the account is for Personal works.
3. Now go to Manage Accounts and go to Usage to make sure you have some free credits.

![Picture2](Documentation/Picture2.png)

![Picture3](Documentation/Picture3.png)

4. Now go to API Keys and generate an API key.

![Picture4](Documentation/Picture4.png)

![Picture5](Documentation/Picture5.png)

5. Copy and paste the API Key in the code.

![Picture6](Documentation/Picture6.png)

## Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also open an issue with the tag `enhancement`.

1. Fork the Repository.
2. Create your Feature Branch. `git checkout -b feature/feature-name`
3. Commit your Changes. `git commit -s -m "Add some AmazingFeature"`
4. Push to the Branch. `git push origin feature/feature-name`
5. Open a Pull Request.

## Contributors

[![Contributors](https://contrib.rocks/image?repo=subhadip-Saha-05/PythOn-voice-assistant)](https://github.com/subhadip-saha-05/PythOn-voice-assistant/graphs/contributors)