20 lines
No EOL
378 B
Bash
Executable file
20 lines
No EOL
378 B
Bash
Executable file
#!/bin/bash
|
|
|
|
python -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
|
|
pip install pyperclip
|
|
|
|
ollama pull phi3.5
|
|
ollama pull codegemma:2b
|
|
ollama pull gemma2:9b
|
|
|
|
python web_flask.py |