mirror of
https://github.com/MarkParker5/STARK.git
synced 2024-11-24 08:12:13 +02:00
30 lines
458 B
Plaintext
30 lines
458 B
Plaintext
Python 3.10
|
|
|
|
# voice assistant
|
|
pip install sounddevice
|
|
pip install soundfile
|
|
pip install numpy
|
|
pip install vosk
|
|
# download model from https://alphacephei.com/vosk/models
|
|
|
|
# tts
|
|
pip install google-cloud-texttospeech
|
|
|
|
# telegram
|
|
pip install PyTelegramBotApi
|
|
|
|
# QA
|
|
pip install bs4
|
|
pip install wikipedia
|
|
|
|
# Zieit
|
|
pip install xlrd
|
|
pip install xlwt
|
|
pip install xlutils
|
|
|
|
# Media
|
|
pip install pafy
|
|
pip install screeninfo
|
|
pip install psutil
|
|
pip install youtube-dl
|