This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
ai-virtual-assistant/py/venv.sh

11 lines
190 B
Bash
Raw Normal View History

2024-09-16 11:44:35 +02:00
#!/bin/bash
virtualenv venv
source venv/bin/activate
pip install transformers
2024-09-16 12:07:15 +02:00
pip install torch
2024-09-16 13:16:26 +02:00
pip install flask
2024-09-16 15:14:24 +02:00
pip install SpeechRecognition
pip install pyaudio
pip install pocketsphinx