Skip to content

SimonAxelsen/P8_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P8 Project: Immersive Experiences

Unity Platform

🛠️ Technical Requirements

⚠️ Action Required: Model Setup

To keep the repo light, the Speech Recognition model is not included. You must install it manually.

Download Model

Steps to Install:

  1. Click the button above to auto-download ggml-base.en.bin.

  2. Drag the file into your Unity project at this exact path:

    AssetsStreamingAssetsWhisper

Note: If the <kbd>Whisper</kbd> folder doesn't exist, please create it.

How to Create a Custom LLM with Ollama Modelfile


Step 1: Navigate to the Modelfiles Folder

Open your terminal and go to the correct directory:

cd P8_Project\P8-IMMEXP26\server\modelfiles

Make sure your Modelfile exists in this folder
(example: Modelfile.interviewer).


Step 2: Create the Custom Model

Run the following command:

ollama create interviewee_1 -f Modelfile.interviewer

Step 3: Run Your Custom Model

After the model is successfully created:

ollama run interviewee_1

Optional: List Installed Models

ollama list

Optional: Remove the Model

ollama rm interviewee_1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages