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
- Host: GitHub
- URL: https://github.com/youhaveme9/voice-assistant
- Owner: youhaveme9
- License: mit
- Created: 2022-06-07T15:13:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T10:27:51.000Z (over 1 year ago)
- Last Synced: 2025-04-14T20:53:38.229Z (6 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```