- Install Ollama from https://ollama.com/download/windows.
- Install the latest version of Python 3.13 from https://www.python.org/downloads/.
- Install the latest version of Node.js from https://nodejs.org/en/download.
-
Create a Google account at https://accounts.google.com/.
-
Go to https://console.cloud.google.com/, click "Create project" enter a project name and click "Create".
-
Click "Go to APIs overview".
-
Click "Credentials".
-
Click "CREATE CREDENTIALS", select "API key", and note down your key.
-
Go to https://cse.google.com/all, click "Add", and create a new search engine. Make sure to select "Search the entire web".
-
Copy the custom search engine ID from the code snippet where
cx=your_cse_idand note it down.
- Clone the app repository from https://github.com/COMP2281/software-engineering-group24-25-09.
- Enter the app directory and run
setup.bat.- You will be prompted to enter your Google API credentials.
To start the app, run start.bat.
