FIXED THE MERGE CONFLICT (THANKS)
This commit is contained in:
parent
e1df8869fb
commit
af1353a41a
5 changed files with 91 additions and 27 deletions
17
py/install.sh
Executable file
17
py/install.sh
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install flask
|
||||
pip install SpeechRecognition
|
||||
pip install pyaudio
|
||||
pip install pocketsphinx
|
||||
pip install sentencepiece
|
||||
pip install pyqt5
|
||||
pip install pyqtwebengine
|
||||
pip install gradio_client
|
||||
pip install mistralai
|
||||
|
||||
ollama pull phi3.5
|
||||
ollama pull codegemma:2b
|
||||
ollama pull gemma2:9b
|
Reference in a new issue