FIXED THE MERGE CONFLICT (THANKS)

This commit is contained in:
Patrick_Pluto 2024-09-17 12:36:32 +02:00
parent e1df8869fb
commit af1353a41a
5 changed files with 91 additions and 27 deletions

17
py/install.sh Executable file
View 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