This project utilizes Ollama. Before you download and run the project please download Ollama (https://ollama.com/). One you have downloaded and installed Ollama please run the following command in your command prompt to download the Phi4 Microsoft model that this project utilizes for inference.
ollama run phi4
Once you have Ollama downloaded and installed, and you have run the prompt above in Command Prompt you can download this repository.
This program also utilizes NPM package manager so please make sure you have Node JS installed on your system.
If you are using VS Code open a terminal and navigate to the "frontend" directory. When you are there type in the following command:
npm install
npm run dev
This will start the project and give you a localhost link you can click to open the main page and begin to use the program.