To keep the repo light, the Speech Recognition model is not included. You must install it manually.
Steps to Install:
-
Click the button above to auto-download
ggml-base.en.bin. -
Drag the file into your Unity project at this exact path:
Assets ▸ StreamingAssets ▸ Whisper
Note: If the
<kbd>Whisper</kbd>folder doesn't exist, please create it.
Open your terminal and go to the correct directory:
cd P8_Project\P8-IMMEXP26\server\modelfilesMake sure your Modelfile exists in this folder
(example: Modelfile.interviewer).
Run the following command:
ollama create interviewee_1 -f Modelfile.interviewerAfter the model is successfully created:
ollama run interviewee_1ollama listollama rm interviewee_1