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

https://github.com/youhaveme9/voice-assistant

Python voice assistant
https://github.com/youhaveme9/voice-assistant

Last synced: 6 months ago
JSON representation

Python voice assistant

Awesome Lists containing this project

README

          

# Python voice assistant

> ## Setup

---

### Step 1 : Clone the repository
```bash
git clone https://github.com/nikhil25803/voice-assistant.git
```

### Step 2 : Activate the virtual enviroment
```bash
venv\Scripts\Activate.ps1
```

### Step 3 : Intall packages
```bash
pip install -r requirements.txt
```